ChengZY

Results 3 issues of ChengZY

When I run the step 2, I fail to build cython modules. python setup.py build_ext --inplace running build_ext skipping 'utils/bbox.c' Cython extension (up-to-date) skipping 'utils/nms.c' Cython extension (up-to-date) skipping 'nms/cpu_nms.c'...

I tested on 3D-OVS data. It can achieve similar results (IoU) on the sofa scene. But the performance for other scenes are not good as expeted. I noted the language...

Traceback (most recent call last): File "/data1/zhongyao/dl/Point-SAM/demo/app.py", line 5, in from point_sam import build_point_sam ModuleNotFoundError: No module named 'point_sam' I tried pip install git+https://github.com/zyc00/Point-SAM.git and python setup.py install ... Installed...