NVlabs / PoseCNN-PyTorch

PyTorch implementation of the PoseCNN framework
Other
195 stars 49 forks source link

evaluation on ycb objects #32

Open Nadja-G opened 2 years ago

Nadja-G commented 2 years ago

Hi,

I am currently working on an evaluation function for synthetic data for ycb object. My question is about where to find ground truth poses and boxes (gt_poses, gt_boxes) for each image. Do they exist? At analogous locations in evaluation functions in lib/datasets/ycb_video.py and lib/datasets/ycb_self_supervision.py there is a meta file with the respective information.

Any help will be appreciated!