j96w / 6-PACK

"6-PACK: Category-level 6D Pose Tracker with Anchor-Based Keypoints" code repository
https://sites.google.com/view/6packtracking
MIT License
297 stars 52 forks source link

I can't find the directory: "My_NOCS/data_pose/real_val" ? #21

Closed CodeLHY closed 4 years ago

CodeLHY commented 4 years ago

Hi @j96w , This is really a nice work, But it seems that I can't find the real_val's pose information, in other words, I can't find the directory: "My_NOCS/data_pose/real_val"

LyuJ1998 commented 4 years ago

Hi, we didn't release the ground truth pose data of 'real_val' split, you can download it from the original NOCS repo(https://github.com/hughw19/NOCS_CVPR2019)

CodeLHY commented 4 years ago

Thank you for your reply, it's my mistake. I'll close this issue.

sunshantong commented 4 years ago

@CodeLHY Hi, Same problem as you. How did you fix it? Without "My_NOCS/data_pose/real_val", my program will pause at testdataloader.https://github.com/j96w/6-PACK/issues/23 Thank you very much.

JiazeWang commented 4 years ago

@CodeLHY Hello, I met the same problem. Could you please tell me how to solve the problem? Thanks for you help!

LyuJ1998 commented 4 years ago

@sunshantong @JiazeWang I have fix the bug, now you can run the code without "My_NOCS/data_pose/real_val". Please check it!

CodeLHY commented 4 years ago

https://github.com/j96w/6-PACK/issues/5#issuecomment-559868155 I'm sorry to reply you so late. Maybe this will help you.