Skip to content

Commit 5c22bab

Browse files
authored
Update README.md
correct line 31 and 64 to coco_annotation.py
1 parent fe45fb6 commit 5c22bab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ A minimal PyTorch implementation of YOLOv4.
2828
├── weight --> darknet2pytorch
2929
├── tool
3030
│   ├── camera.py a demo camera
31-
│   ├── coco_annotatin.py coco dataset generator
31+
│   ├── coco_annotation.py coco dataset generator
3232
│   ├── config.py
3333
│   ├── darknet2pytorch.py
3434
│   ├── region_loss.py
@@ -61,7 +61,7 @@ you can use darknet2pytorch to convert it yourself, or download my converted mod
6161
1. Download weight
6262
2. Transform data
6363

64-
For coco dataset,you can use tool/coco_annotatin.py.
64+
For coco dataset,you can use tool/coco_annotation.py.
6565
```
6666
# train.txt
6767
image_path1 x1,y1,x2,y2,id x1,y1,x2,y2,id x1,y1,x2,y2,id ...

0 commit comments

Comments
 (0)