ppeterpp
ppeterpp
Simply running `pip install xformers` would overwrite the existing pytorch 1.12.1, so which version of xformers should I choose?
Hi, how can we reproduce the evaluation on StreamPETR-S (single frame), using only key frames generated? Please shed some light!
according to the multi-gpu code given in the readme, i used below to do interpolation ``` streams = [] cycle=2 engine_path="/workspace/tensorrt/ckpts_no_avx512/rife419_beta_v2_ensembleTrue_op20_fp16_clamp_sim_2160*3840.engine" for i in range(cycle): streams.append(core.std.SelectEvery(rife_trt(clip, multi=3, engine_path=engine_path, num_streams=4, device_id=i),...