ylabbe / cosypose

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

training custom dataset #15

Open rush9838465 opened 4 years ago

rush9838465 commented 4 years ago

I want to train my data set, but I don't know the specific data format, Where can I find it? NOTE: google drive and http://ptak.felk.cvut.cz/6DB/public/bop_datasets/ I can't download.

ylabbe commented 4 years ago

Hi, I think the simplest for you is to use the BOP format (generate PBR images if needed) and look at how I trained the models for the BOP challenge.

Can you be more specific about what you are not able to download on my google drive, is it the 2 large synthetic datasets ?

The link for downloading the BOP data seem to be up for me.

rush9838465 commented 4 years ago

@ylabbe Thank you! I'll try BOP. I always fail in the middle of the download, I think my network is not very good.

Hao-HUST commented 3 years ago

@ylabbe Hi! I am wondering is that possible to convert the custom dataset into the BOP format dataset, if we want to use our own specific dataset to train your network? Is there some instruction that helps us to do such a conversation?

Thanks again!

Xiaflowers commented 3 years ago

hello,I was wondering if you have solved the training problem of custom BOP format dataset?If so, can you show me how to operate it?Thank you very much