Skip to content

Inferencing UniDet3D on ARKitScenes #30

@aayush-shah14

Description

@aayush-shah14

Hi,

Thank you for this wonderful work! I am trying to run the model solely on ARKitScenes dataset and I had some questions.

  1. 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

  1. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions