Skip to content

Commit

Permalink
update README changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fpaissan committed Dec 17, 2023
1 parent ad8ef7f commit 7fd7132
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipes/object_detection/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Object Detection using YOLO

**[17 Dec 2023]** Add VOC dataset, and instructions for dataset download.
**[1 Dec 2023]** Fix DDP handling and computational graph

**Disclaimer**: we will shortly release HuggingFace checkpoints for COCO and VOC for both PhiNet and XiNet.
Expand All @@ -13,7 +14,8 @@ To reproduce our results, you can follow these steps:

1. install `micromind` with `pip install git+https://github.com/fpaissan/micromind`
2. install the additional dependencies for this recipe with `pip install -r extra_requirements.txt`
3. start a training!

**Note**: before training, do not start the process using DDP, if you need to download the dataset.

### Training

Expand Down

0 comments on commit 7fd7132

Please sign in to comment.