SSD-Tensorflow icon indicating copy to clipboard operation
SSD-Tensorflow copied to clipboard

Is there something wrong in ssd_vgg_preprocessing.py while preprocess_for_train

Open kingrain213 opened this issue 5 years ago • 1 comments

I think in ssd_vgg_preprocessing.py, the function preprocess_for_train is making dataset enhancement or making more training data,do we need make the same change when change the image size ,then change the boxes?

dst_image = tf_image.resize_image() I only see here resize the image, but didnt change the boxes location

kingrain213 avatar Jun 13 '19 03:06 kingrain213

Hi @kingrain213 this issue has been discussed in #237 maybe you can reference "pascalvoc_to_tfrecords.py" in folder of "datasets" you can see boxes location has been rescaled between 0~1

johnnyhihi avatar Jun 19 '19 10:06 johnnyhihi