Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VectXmy committed Aug 23, 2019
1 parent cc8a9b5 commit c9df1c3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# YOLOv3_Keras
simple implement of yolov3 in keras
Reference: https://github.com/YunYang1994/TensorFlow2.0-Examples.git

## dataset format
```
<img_path> <x1,y1,x2,y2,id>
```
## Training
```
python train.py
```
---
This project still needs improvement.

0 comments on commit c9df1c3

Please sign in to comment.