j96w / DenseFusion

"DenseFusion: 6D Object Pose Estimation by Iterative Dense Fusion" code repository
https://sites.google.com/view/densefusion
MIT License
1.08k stars 301 forks source link

Sizes of training set and test set in LineMOD #190

Open kevinsanity5 opened 3 years ago

kevinsanity5 commented 3 years ago

I noticed that in the LineMOD dataset, the size of training set is much smaller than the test set (accoding to train.txt and test.txt). But in dataset.py, you actually take about 10% of the 'test set' as validation set. Is that right? May I ask the reason why the sizes of the training set, the validation set and the test set are assigned this way? Thank you!

lunalulu commented 1 year ago

hello, i have the same question, do you understand that?