feng-xiyun

Results 4 comments of feng-xiyun

我在一步一步执行完成了所有的训练步骤,在python render.py之后只在output/1203745b4fac-9下生成了train、test和point_cloud文件夹,其中train、test文件夹内的mask文件夹是空的,这正常吗?3D分割之后的结果是seg_no_mask_point_cloud.ply吗?

I run the saga_gui.py ![1](https://github.com/user-attachments/assets/7f69721c-4b88-4ec2-afad-741dd77ecff7) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: float != c10::complex Could you tell me what I have to do? Thank...

找到方法了, 将saga.gui的594行修改为 sem_transed = sems.float() @ self.proj_mat.float()即可解决,谢谢 @Jumpat

I am unable to get any .ply file after running the render.py code. I am using SIMILARITY and click mode and multi-click mode to save the precomputed_mask.pt, when I execute...