Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6D pose estimation inference error. #10

Open
toshi2k2 opened this issue Sep 5, 2023 · 0 comments
Open

6D pose estimation inference error. #10

toshi2k2 opened this issue Sep 5, 2023 · 0 comments

Comments

@toshi2k2
Copy link
Collaborator

toshi2k2 commented Sep 5, 2023

Command run:

CUDA_VISIBLE_DEVICES=0 python3 scripts/inference.py \
    --cate aeroplane \
    --config config/pose_estimation_6d_faster_rcnn.yaml \
    --save_dir exp_6d/pose_estimation_6d_nemo_aeroplane \
    --checkpoint exp_6d/pose_estimation_6d_nemo_aeroplane/ckpts/model_30.pth

Error:

Traceback (most recent call last):
  File "/mnt/NeMo/scripts/inference.py", line 100, in <module>
    main()
  File "/mnt/NeMo/scripts/inference.py", line 96, in main
    inference(cfg)
  File "/mnt/NeMo/scripts/inference.py", line 66, in inference
    results = helper_func_by_task[cfg.task](
KeyError: '6d_pose_estimation'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant