david8862 / keras-YOLOv3-model-set

end-to-end YOLOv4/v3/v2 object detection pipeline, implemented on tf.keras with different technologies
MIT License
640 stars 222 forks source link

Got value of type FLOAT32 but expected type UINT8 for input 0, name: input_1 #221

Open eya-boudokhane opened 2 years ago

eya-boudokhane commented 2 years ago

Hello, I have tried to run the eval.py but I got this error: _ValueError: Cannot set tensor: Got value of type FLOAT32 but expected type UINT8 for input 0, name: input1

(my model is in uint8 format) what should I do?

david8862 commented 2 years ago

@eya-boudokhane what's your model format and how did you convert it to uint8?