liuzhengzhe / One-Thing-One-Click

https://arxiv.org/abs/2104.02246 One Thing One Click (CVPR 2021) https://arxiv.org/abs/2303.14727 One Thing One Click++ (Arxiv)
54 stars 8 forks source link

About spg on s3dis #28

Closed HalvesChen closed 1 year ago

HalvesChen commented 1 year ago

Happy Chinese New Year, I would like to know if you have modified the plc_c.cpp in otoc?

liuzhengzhe commented 1 year ago

Happy Chinese New Year,

I forgot which file it is, can you give me more hints on where it is?

Zhengzhe

chendaozai @.***> 于2023年1月27日周五 10:11写道:

Happy Chinese New Year, I would like to know if you have modified the plc_c.cpp in otoc?

— Reply to this email directly, view it on GitHub https://github.com/liuzhengzhe/One-Thing-One-Click/issues/28, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB7WPDBV4HHVD66ZSTWD7W3WUMVD5ANCNFSM6AAAAAAUIF3EC4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>

HalvesChen commented 1 year ago

The file path is otoc/s3dis/data/partition/ply_c/ply_c.cpp.

liuzhengzhe commented 1 year ago

Yes, I have modified it.

We need to know how to map from each point to each voxel. Key is point index, and value is voxel index, which is not provided by the original code.

Zhengzhe

chendaozai @.***> 于2023年1月27日周五 10:27写道:

The file path is otoc/s3dis/data/partition/ply_c/ply_c.cpp.

— Reply to this email directly, view it on GitHub https://github.com/liuzhengzhe/One-Thing-One-Click/issues/28#issuecomment-1405941178, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB7WPDBQ76MLJNGDTRCSTLDWUMXANANCNFSM6AAAAAAUIF3EC4 . You are receiving this because you commented.Message ID: @.***>

HalvesChen commented 1 year ago

Ok, thanks. I will recompile it.

HalvesChen commented 1 year ago

@liuzhengzhe Hello, I would also like to know if the group id is unique to the whole scene. And what this line of code means?https://github.com/liuzhengzhe/One-Thing-One-Click/blob/6f65946284d35da93db6145bea537e854a96076e/s3dis/data/sup_voxel.py#L147****