SpursLipu / YOLOv3v4-ModelCompression-MultidatasetTraining-Multibackbone

YOLO ModelCompression MultidatasetTraining
GNU General Public License v3.0
444 stars 136 forks source link

pytorch model is not able to do detections. #153

Open Abhishek672 opened 2 years ago

Abhishek672 commented 2 years ago

@SpursLipu @domdal @yingbiaoluo @TianhaoFu @ScarceStar-XieCY I did the training with --quantized 2 flag. the detect.py is running fine with --quantized 2 flag. But when I convert it to tflite then model.tflite is not able to detect the object in test images.

Kindly help on this. Thank You