balancap / SSD-Tensorflow

Single Shot MultiBox Detector in TensorFlow
4.11k stars 1.89k forks source link

How to prepare your own training dataset? #300

Open aaronhan92 opened 5 years ago

aaronhan92 commented 5 years ago

Hi all,

I have few questions in mind, hoping that someone would advise me.

1) Do i need to resize all training images to certain fixed width and height (e.g. 500 * 375) before training? 2) Assuming that, i need to resize all the training images, thereafter, I will need to manually label the ground truth value and coordinates on my resized training set in pasvoc format?