POP3D
POP3D copied to clipboard
Source code for NeurIPS paper "POP-3D: Open-Vocabulary 3D Occupancy Prediction from Images"
Dear author, I am new to this field and I have a detailed question about the methodology. For instance, works like sclip that achieve zero-shot open-vocabulary through clip generally use...
I tried to save result by running eval.py with argument --plot-dir and got this error ``` fts_path: ./data/nuscenes/maskclip_features_projections/CAM_FRONT/n008-2018-08-01-16-03-27-0400__CAM_FRONT__1533153857912404.pth.npy Traceback (most recent call last): File "/home/sherlock/workspace/POP3D/eval.py", line 788, in torch.multiprocessing.spawn(main, args=(args,),...
Thanks for your great work! It really helps me a lot. When I run `eval.py`, only the `val_miou_vox_agn` can be obtained withou the `val_miou_vox_clip_all` in the instruction. Is there something...
I was reviewing the repository and noticed that the visualization code for the project seems to be missing. Specifically, while trying to follow the provided scripts like TPVFormer, I encountered...
Hello, thanks to your great work. Right now i'm trying to reproduce the training process of your work and i'm stuck in feature extractions. When i try to run python...