Pointcept / OpenIns3D

[ECCV'24] OpenIns3D: Snap and Lookup for 3D Open-vocabulary Instance Segmentation
MIT License
125 stars 8 forks source link

build lookup dict failes #7

Closed rolfstarke closed 4 months ago

rolfstarke commented 4 months ago

Dear Developers,

i am able to reproduce your examples, but when i run the zero_shot.py it appears to fail to build the lookup dictionaries. i changed this sys.path.append("/home/zelda/zh340/myzone/lookup/ODISE") within the build_lookup_dict.py to my local ODISE folder, but i cannot resolve the issue. any help would be appreciated.

image

ZheningHuang commented 4 months ago

Hi,

If you managed to generate some results as you posted in the previous issue, that means ODISE is working okay at the time of the test.

From this screenshot, it seems that the build lookup direction is working fine.

You can also check your generated folder to see if you have ODISE results saved.

Let me know if you still encounter any problems.

Best regards, Zhening

rolfstarke commented 4 months ago

you're right, the ODISE results are saved. sorry