Skip to content

6D pose estimation inference error. #10

@toshi2k2

Description

@toshi2k2

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'

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