Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dog-qiuqiu authored Aug 11, 2021
1 parent 3b1b754 commit b5065c7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,15 @@ Network|COCO mAP(0.5)|Resolution|Run Time(4xCore)|Run Time(1xCore)|FLOPs(G)|Para
val=/media/qiuqiu/D/coco/val2017.txt # val dataset path .txt file
names=./data/coco.names # .names category label file
```
### Train
* Perform training tasks
```
python3 train.py --data data/coco.data
```
### Evaluation
* Calculate map evaluation
```
python3 evaluation.py --data data/coco.data --weights modelzoo/coco2017-epoch-0.235624ap-model.pth
```
# Deploy
## NCNN

0 comments on commit b5065c7

Please sign in to comment.