Xiaoyu Shi
Xiaoyu Shi
https://github.com/princeton-vl/RAFT/blob/aac9dd54726caf2cf81d8661b07663e220c5586d/core/datasets.py#L47 Hi. I am a bit confused about the datasets. Let's say the size of dataset is1k, batch size is 1 and training iteration is 4k and num_worker is 1....
Hi. I am using windows system and want use this package as a component of matlab project as in https://github.com/agoupy/eigenvalue_gPC. I am unfamiliar with cmake. So I hope to know...
Hi, thanks for releasing this amazing project. From my best understanding, current demo code does not use DDIM inversion during inference as the x_T variable is None in the following...
Hi, thanks for sharing the great work. I woder if you could provide the inference code for image to video generation? Thanks!
Hi, I want to use clip text encoder as condition as in your ablation. How to change the config? Thx!
Hi, thanks a lot for your great work. I am converting LoRA file of safetensor format downloaded from civitai using your [format_convert.py](https://github.com/haofanwang/Lora-for-Diffusers/blob/main/format_convert.py). Then I load the converted .bin file using...
https://github.com/16lemoing/dot/blob/e32c6f7de12342460371f2efc4789bd79c4a39a3/dot/models/shelf/cotracker2_utils/predictor.py#L145-L153 Hi, I am a bit confused about backward_tracking. First, back_tracking means computing the trajectory starting from the last frame to the first N-1 frames? If so, does backward_tracking benefit...
Hi, I find that you mention the model is re-trained. I wonder if the old checkpoint is still compatible with v2 implementation? thanks!