meiqua / patch_linemod

improvement for linemod, make it holistic but also part-based
BSD 2-Clause "Simplified" License
97 stars 40 forks source link

Dataset Link not working #10

Open Usaali opened 2 years ago

Usaali commented 2 years ago

Hi, I wanted to test out your code because i am currently doing something similar for my Masters, but the link to the dataset is not working. The server returns a 403 Error. Is the link still accurate? image Thank you!

Hsuweehou commented 2 years ago

Hi, I wanted to test out your code because i am currently doing something similar for my Masters, but the link to the dataset is not working. The server returns a 403 Error. Is the link still accurate? image Thank you!

Same here... have you solved it ? Seems like the 6DB dataset had been merged with the BOP dataset and all of the yml config file had been converted into json file.

Usaali commented 2 years ago

Unfortunately I didnt find an easy solution to it. The Datasets can be found under https://bop.felk.cvut.cz/datasets/ but the structure has been changed as you said. I tried adapting the code but in the end i wrote my own loader to read in the files with the new filestructure, because i only needed it for one Dataset. If you want it to be compatible with all of them, this might be a lot of work but for a single one its managable

luoxiali commented 1 year ago

so,why don't update the repository code as you have wrote the loader code reading new filestructure files.after all,some trouble to author is little but to most readers it's can be a huge problems. i hope you can perfect it. finally thinks your share of this. @Usaali