smalldroid / yolov3-pytorch

annotation and specification for yolov3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update

This repo has been updated to recent version.More details and annotations can be found in code.

yolov3-pytorch

Annotation and Specification for yolov3

Attention:Inputs should be labeld the same as COCO (yolo format):normalized && cxywh

refer to:https://github.com/ultralytics/yolov3

detect

download yolov3.weights trained on COCO:https://pjreddie.com/darknet/yolo/

run python detect.py

Image text
Image text

train

You can test it on offerred image in /data/dataset
run python train.py
test on the same image to verify it feasibility.

This is my loss curls with testing on single picture for 100 epochs,it does converge well.
Run train-vis.py to monitor loss.

Image text

About

annotation and specification for yolov3

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 74.7%Language:Python 24.2%Language:Shell 0.9%Language:Dockerfile 0.2%