experiencor / keras-yolo2

Easy training on custom dataset. Various backends (MobileNet and SqueezeNet) supported. A YOLO demo to detect raccoon run entirely in brower is accessible at https://git.io/vF7vI (not on Windows).
MIT License
1.73k stars 787 forks source link

Changes needed for plain bounding box regression #400

Closed fenilsuchak closed 5 years ago

fenilsuchak commented 5 years ago

Can anyone tell me what changes are needed to just do bounding box regression without classification(ie. only localization)?

Thanks in Advance