qqwweee / keras-yolo3

A Keras implementation of YOLOv3 (Tensorflow backend)
MIT License
7.14k stars 3.44k forks source link

I can successfully detect img files , but not work well with mp4 files. Part of label can be recongnized but most do'nt. #730

Open Changowen opened 3 years ago

Changowen commented 3 years ago

I can successfully detect img files , but not work well with mp4 files. Part of label can be recongnized but most do'nt. I use the suggested instruction: python yolo_video.py --model=./logs/000/trained_weights_final.h5 --classes=./model_data/voc_classes.txt --input=test.mp4 --output=result.mp4 what's wrong with it ?

Originally posted by @Changowen in https://github.com/qqwweee/keras-yolo3/issues/418#issuecomment-703208429