YuyangYin
YuyangYin
when i run sample code, the fault as follows and no output result shows. I think there is no function needed to segmentation. How to fix that. Thx! Downloading https://dl.fbaipublicfiles.com/DiT/models/DiT-XL-2-512x512.pt...
Nice work! Thanks for your efforts for open video diffusion model. When i try to run training code, the bug is as follows. My command is : torchrun --standalone --nproc_per_node=2...
Do current code support to add hand-crafted motion condition? If so, can you share this configure and demo pictures?
Nice job! I wonder when will codes about how to train the ckpt release.
hi,非常棒的工作,最近在学习代码。想问下一个报错怎么处理。 在运行prompt_segmenting.ipynb的postprocess_grad_based_statistical_filtering函数过程中遇到的。是函数调用错了吗?我看render调的是原始的gs渲染,所以没有mask这个参数。 感谢! `TypeError Traceback (most recent call last) Cell In[27], [line 7](vscode-notebook-cell:?execution_count=27&line=7) [4](vscode-notebook-cell:?execution_count=27&line=4) # write_ply('./segmentation_res/vanilla_seg.ply', selected_xyz) [6](vscode-notebook-cell:?execution_count=27&line=6) selected_xyz, thresh, mask_ = postprocess_statistical_filtering(pcd=selected_xyz.clone(), precomputed_mask = mask.clone(), max_time=1) ----> [7](vscode-notebook-cell:?execution_count=27&line=7) filtered_points,...
请问有脚本可以可视化control point吗?想看下分布在哪些地方