Skip to content

Commit

Permalink
Merge branch 'fp_yolo' of github.com:fpaissan/micromind into fp_yolo
Browse files Browse the repository at this point in the history
  • Loading branch information
fpaissan committed Jan 16, 2024
2 parents 91ff4a7 + cdaaa2a commit 14b46c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/object_detection/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Object Detection using YOLO

**[16 Dec 2024]** Added optimized YOLO neck, using XiConv. Fixed compatibility with ultralytics weights.<br />
**[16 Jan 2024]** Added optimized YOLO neck, using XiConv. Fixed compatibility with ultralytics weights.<br />
**[17 Dec 2023]** Add VOC dataset, selective head option, and instructions for dataset download.<br />
**[1 Dec 2023]** Fix DDP handling and computational graph.

Expand All @@ -25,7 +25,7 @@ The experiment's configuration is stored inside the files in the `cfg` folder. T
python train.py cfg/yolo_phinet.py
```

If you want to scale the input resolution, you can simple pass override the argument from the CLI, as in:
If you want to scale the input resolution, you can simply override the argument from the CLI, as in:
```
python train.py cfg/yolo_phinet.py --input_shape 3,96,96
```
Expand Down

0 comments on commit 14b46c6

Please sign in to comment.