Skip to content

Added reference to the Computer Vision Best Practices repository #2203

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions references/detection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,10 @@ python -m torch.distributed.launch --nproc_per_node=8 --use_env train.py\
--lr-steps 36 43 --aspect-ratio-group-factor 3
```

# External repositories

For further examples and explanations on how to use the object detection code in this folder, see Microsoft's [Computer Vision Best Practices](https://github.com/microsoft/computervision-recipes/tree/master/scenarios/detection) repository. The repository contains multiple notebooks with functionality to help with e.g. training on a custom dataset, model evaluation, parameters selection, etc., to more advanced topics such as hard-negative mining or model deployment.

<p align="center">
<img src="https://cvbp.blob.core.windows.net/public/images/cvbp_notebooks.jpg" width="700" alt="CVBP notebooks"/>
</p>