ylabbe / cosypose

Code for "CosyPose: Consistent multi-view multi-object 6D pose estimation", ECCV 2020.
MIT License
301 stars 89 forks source link

The link is not available #51

Closed yupei-git closed 3 years ago

yupei-git commented 3 years ago

Hello, in the "Training a single-view 6D pose estimation model" section, the link to the notebook at "Visualizing images of the dataset" is not available. Screenshot 2021-04-30 at 15 13 14 Thanks in advance!

swtyree commented 3 years ago

I was just about to report this myself. In both cases, the current/incorrect link is to a non-existent .py file but should be to a .ipynb file. Just replacing the extension in both links yields the correct file.

https://github.com/ylabbe/cosypose/blob/master/notebooks/inspect_dataset.py should be https://github.com/ylabbe/cosypose/blob/master/notebooks/inspect_dataset.ipynb

and

https://github.com/ylabbe/cosypose/blob/master/notebooks/render_dataset.py should be https://github.com/ylabbe/cosypose/blob/master/notebooks/render_dataset.ipynb

yupei-git commented 3 years ago

Thank you for your help!