balancap / SSD-Tensorflow

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

How did you change the size of the image to 300x300? #315

Open summerrr opened 5 years ago

summerrr commented 5 years ago

I find the code you use the crop to change the size of the image?why didn't you use resize?Do you use cropped images for target detection? I understand it right?