a-PyTorch-Tutorial-to-Object-Detection icon indicating copy to clipboard operation
a-PyTorch-Tutorial-to-Object-Detection copied to clipboard

How to use on custom dataset

Open myasser63 opened this issue 3 years ago • 2 comments

I am trying to use my own dataset to train SSD300 but I can't find the way to use it and the correct format. Could you please guide me on this?

myasser63 avatar Dec 25 '21 21:12 myasser63

me too.bro ,do you successfully deal with it?

sonofsea2022 avatar Mar 09 '22 08:03 sonofsea2022

You can create the datasets using labelImg software with PascalVoc format and create the list of datasets by using create_data_lists.py. You may need change some code to your path and code inside of this file and ultis.py file. FYI

daothanh2011 avatar Apr 01 '22 01:04 daothanh2011