hustvl / HAIS

Hierarchical Aggregation for 3D Instance Segmentation (ICCV 2021)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inference on Custom Point Cloud

bharath-07 opened this issue · comments

Hi,
How can we obtain the inference result for a custom point cloud(say test.ply)?

Hi, How can we obtain the inference result for a custom point cloud(say test.ply)?

Here is how I did it on my own dataset:

https://github.com/meidachen/STPLS3D/blob/main/HAIS/mergeResult.py

Please also refer to the following to change the self.dataAugment parameter.

meidachen/STPLS3D#3

Hi, How can we obtain the inference result for a custom point cloud(say test.ply)?

Here is how I did it on my own dataset:

https://github.com/meidachen/STPLS3D/blob/main/HAIS/mergeResult.py

Please also refer to the following to change the self.dataAugment parameter.

meidachen/STPLS3D#3

Hi seniors, can you please tell me how I should do inference on the Scannet v2 dataset?