YOLOw-Keras icon indicating copy to clipboard operation
YOLOw-Keras copied to clipboard

YOLOv2 Object Detection w/ Keras (in just 20 lines of code)

Results 11 YOLOw-Keras issues
Sort by recently updated
recently updated
newest added

what will be the format of input image for new training ?? Please give me tutorial step to train on my own data.

Hi, I am a novice. Can you give a mini-tutorial on how to train this model and use it to predict bounding-boxes, on your own data. I don't know how...

Thanx a lot for this repo I downloaded this repo, but when i run the yolo.py file the model did not detect any objects in the image

Fixed a few spelling typos in the documentation.

Thanks for this repository. I got an error with this phrase: from yad2k.models.keras_yolo import yolo_head, yolo_eval ModuleNotFoundError: No module named 'yad2k' Do I need a preliminary step and install something...

iam getting this eror please help: File "yad2k.py", line 241 print(cfg_parser[section]['anchors'],file=f) ^ SyntaxError: invalid syntax

I've trained yolov3 on mobilenet backend and get a good MAP(about 90M and 2 times faster than keras yolov3)。I upload my code for mobilenet-yolov3 on https://github.com/Adamdad/keras-YOLOv3-mobilenet.git use it as you...

can we apply this yolo on an video. if yes can anyone help me how to do that

Traceback (most recent call last): File "yolo.py", line 7, in from PIL import Image File "C:\Users\P V\Anaconda3\lib\site-packages\PIL\Image.py", line 58, in from . import _imaging as core ImportError: DLL load failed:...

yolo.py line 59 ValueError cannot feed value of shape (1,608,608,3) for the tensor input1 which has shape (?,416,416,3)