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

@luvWY Hello, I have some problems running the yolo_video.py program. The problem is as follows: Traceback (most recent call last): File "yolo_video.py", line 106, in detect_video(YOLO(**vars(FLAGS)), FLAGS.input, FLAGS.output) File "C:\Users\GenkiTek\Desktop\people_count_keras\people_count_keras\people_count_keras\keras-yolo3\yolo.py",...

This code is use for cudnn 7.2, but my cudnn version is 7.1.4 . How to modify the code so that I can use the code for cudnn 7.1.4 ?

Create Tiny YOLOv3 model with 6 anchors and 8 classes. C:\Users\LYK_pc\Anaconda3\lib\site-packages\keras\engine\saving.py:1140: UserWarning: Skipping loading of weights for layer conv2d_10 due to mismatch in shape ((1, 1, 512, 39) vs (255,...

Hi there o/, I'm trying to execute de `kmeans.py` file but I got the following error: ``` Traceback (most recent call last): File "kmeans.py", line 100, in kmeans.txt2clusters() File "kmeans.py",...

I was testing this repository https://github.com/susnato/keras-yolo3 by @susnato on Tensorflow 2.6.0 But when I run the below ``` python yolo_video.py --model model_data/yolo.h5 --input /home/mohan/git/backups/drive.mp4 --anchors model_data/yolo_anchors.txt --classes model_data/coco_classes.txt ``` I...

Hello, I have a weird question. I am using YOLOv3-tiny and if I were to feed in a 1000x1000 image into YOLOv3, does the YOLOv3 model itself do the conversion...

Excuse me, how should we change this? When we train it, he always stops before the training is finished.Is it because the parameters of train.py are inappropriate? ![image](https://user-images.githubusercontent.com/93632814/163824939-236b65cd-c9b5-4efe-98b9-034987ad4ffb.png)

I had tried to repeat the train code, just for the network with one class object detection. So I saved the structure of train.py and model.py, except the creation of...

I tried to convert it to Tensorflow 2.x backend compatible. Requirements: Tensorflow 2.X =>Tested on Tensorflow==2.6.0

hi ...how to evaluate trainrd model?