项目作者: TheCaffeineDev

项目描述 :
Custom Object Detection With YoloV3
高级语言: Jupyter Notebook
项目地址: git://github.com/TheCaffeineDev/YoloV3-Custom-Object-Detection.git
创建时间: 2019-12-21T07:30:47Z
项目社区:https://github.com/TheCaffeineDev/YoloV3-Custom-Object-Detection

开源协议:GNU General Public License v3.0

下载


Custom Object Detection With YoloV3

This repository contains the code to train your own custom object detector using YOLOv3. I have used the code of Ultralytics to train the model. Make sure to check their repository also. It’s great. I have made some changes in the folder structure and in some codes to train my own model.

I have posted a tutorial guide on my blog and in medium platform also to train your own model. Here’s the link:

Below are some image inference results you can see :

If you have any questions, recommendations or critiques, I can be reached via Twitter or via my mail. Feel free to reach out to me.

References and Credit

  1. https://medium.com/syncedreview/google-releases-open-image-v5-launches-open-image-challenge-91fa802f0edf
  2. https://github.com/ultralytics/yolov3
  3. https://pylessons.com/