Lizhi Jiang

Results 42 comments of Lizhi Jiang

> Thank you for your reply. My Cuda version is different from yours, but I installed it according to the instructions. I don't know if it will have an impact...

> 作者您好,感谢你的精彩工作,我正在尝试用自己的数据复现TreePartNet。我先用ply2h5_transformer.py把ply点云转换成hdf5文件,通过test_foliage.py生成了foliage_seg.hdf5。然后把foliage_seg.hdf5输入test.py,但是报错:该文件中没有normals、isforks、codebook等属性。请问哪里出错了? @marktube Are you OK now?

> > > 作者您好,感谢你的精彩工作,我正在尝试用自己的数据复现TreePartNet。我先用ply2h5_transformer.py把ply点云转换成hdf5文件,通过test_foliage.py生成了foliage_seg.hdf5。然后把foliage_seg.hdf5输入test.py,但是报错:该文件中没有normals、isforks、codebook等属性。请问哪里出错了? @marktube > > > > > > Are you OK now? > > 不好意思,我后来没有再尝试了。 Thanks.

When using Nerfstudio for data preprocessing, it generates a transform.json file, and I have also obtained the RGB and depth images for each view, which I used to generate point...

I also want to train my own data, my data only has two semantic categories, how can I change the code in the configuration file (https://github.com/filaPro/oneformer3d/blob/main/configs/oneformer3d_1xb2_s3dis-area-5.py)? -- (L200) stuff_cls=[0, 1,...

> > These and are only used for panoptic evaluation. You can simply delete panoptic segmentation call from evaluation. Or call your background as 0 class, and your two instance...

Many thanks. ------------------ Original ------------------ From: Prathamesh Dinkar ***@***.***> Date: Thu,Jul 25,2024 5:07 AM To: oneformer3d/oneformer3d ***@***.***> Cc: Lizhi Jiang ***@***.***>, Mention ***@***.***> Subject: Re: [oneformer3d/oneformer3d] How to apply the...

What's the meaning-- test=dict(), # currently not available ?? Can I test=val? Will it affect the final test results?