cvdfoundation / kinetics-dataset

716 stars 92 forks source link

Question about dir `replacement` #45

Open A91A981E opened 6 months ago

A91A981E commented 6 months ago

I have downloaded the data and extracted the targz files using .sh scripts. Then how can I use replacement data? Should I move all the files in replacement to any other dir?

rendicahya commented 6 months ago

@A91A981E No, you should not move the files manually. Instead, run arrange_by_classes.py and it will do the work. However, I found a small error and I have submitted a PR. Please take a look: https://github.com/cvdfoundation/kinetics-dataset/pull/46.

A91A981E commented 6 months ago

Oh! I get it. Thanks for telling me this and your PR!