Skip to content

cryer/YOLOv2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLOv2

Keras implementation of YOLOv2 refer to Andrew Ng

Inspiration

This code mainly refers to deeplearning.ai by Andrew Ng.

Pretrain Model

You also need a pretrained YOLOv2 model,you can get it from official YOLO website ,but here I have already uploaded a h5 file on Google Driver.Feel free to download,and put it into model_data directory.

Results

Seems some outputs are not always good.You maybe can train it by yourself to get better,you need to download COCO datasets or others. However, some people may not know that COCO is the most difficult dataset in detection filed.You can get 80% mAP in PASCAL VOC,but may only get 30% mAP in COCO.This is because of COCO's big classes and large number of bounding boxes in each image, including some very small objects.

About

Keras implementation of YOLOv2 refer to Andrew Ng

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages