keras-yolo3 icon indicating copy to clipboard operation
keras-yolo3 copied to clipboard

A Keras implementation of YOLOv3 (Tensorflow backend)

Results 110 keras-yolo3 issues
Sort by recently updated
recently updated
newest added

When I run yolo_video.py, the following error occurs: ``` Traceback (most recent call last): File "yolo_video.py", line 14, in detect_video(YOLO(), video_path, output_path) File "/home/wyf/PycharmProjects/keras-yolo3/yolo.py", line 179, in detect_video image =...

Correct models, anchors and classes paths as absolute for using Keras as library and correct error with showing image (r_image is tuple)

多个目标检测,xml文件是用labelimg标注,运行voc_annotation.py将xml文件转换成yolo的txt,生成的txt 里面有些只有图片路径,没有对应的坐标信息?如何解决?

I use 40 classes datasets to train new model by 'train_bottleneck.py' (or train.py), epochs=5, end loss=30, But use new model predict mp4 video, shows Found 0 boxes for img all...

After the training I saved my weights and I create a model with those weights with the function `create_model(input_shape, anchors, num_classes, load_pretrained=True, freeze_body=2, weights_path='model_data/yolo_weights.h5'):` After that I tried to predict...

I am training keras model, save weights. After i run create_model(input_shape, anchors, num_classes, load_pretrained=False, freeze_body=2, weights_path='model_data/yolo_weights.h5'): After this i have pre trained model, and want run on new img. But...

How to solve the list Index error while training the network. Traceback (most recent call last): File "train.py", line 190, in _main() File "train.py", line 65, in _main callbacks=[logging, checkpoint])...

When attempting to output a video from the system (an mp4), on initialisation it prints the `!!! TYPE` message followed by `Could not find encoder for codec id 27: Encoder...