balancap / SSD-Tensorflow

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

input data type #374

Open ylqi007 opened 4 years ago

ylqi007 commented 4 years ago

After image_preprocessing, what is the data type of input data? Is tf.float32, tf.float64 in the range of [0, 1] of tf.uint8 in the range of [0, 255]?

Sincerely