Hi,
Thank you for this wonderful work! I am trying to run the model solely on ARKitScenes dataset and I had some questions.
- I was successfully able to run data_prepare_offline.py and create the offline_prepared_data folder. However, while running this command:
python tools/create_data.py arkitscenes --root-path ./data/arkitscenes --out-dir ./data/arkitscenes --extra-tag arkitscenes-offline
I get this issue:
Traceback (most recent call last):
File "/app/unidet3d/tools/create_data.py", line 57, in <module>
raise NotImplementedError(f'Don\'t support {args.dataset} dataset.')
NotImplementedError: Don't support arkitscenes dataset.
I wanted to ask if I am supposed to be using some other script to process ARKitScenes since this script does not support it?
As a result of this, the .pkl files for arkitscenes are not created, resulting in an error while running test.py
- The weights file mentioned in the read me is unidet3d_1xb8_scannet_s3dis_multiscan_3rscan_scannetpp_arkitscenes/epoch_1024.pth, however the checkpoint link given downloads unidet3d.pth. Are these the same files?
Thank you again for open sourcing the model, I look forward to implementing it in my research.
Hi,
Thank you for this wonderful work! I am trying to run the model solely on ARKitScenes dataset and I had some questions.
python tools/create_data.py arkitscenes --root-path ./data/arkitscenes --out-dir ./data/arkitscenes --extra-tag arkitscenes-offlineI get this issue:
I wanted to ask if I am supposed to be using some other script to process ARKitScenes since this script does not support it?
As a result of this, the .pkl files for arkitscenes are not created, resulting in an error while running test.py
Thank you again for open sourcing the model, I look forward to implementing it in my research.