microsoft / computervision-recipes

Best Practices, code samples, and documentation for Computer Vision.
MIT License
9.54k stars 1.18k forks source link

Add automatic model download for 01 tracking notebook #596

Closed abuendia closed 4 years ago

abuendia commented 4 years ago

Description

Adds automatic model download for tracking 01 notebook. The FairMOT baseline all_dla34.pth has been zipped into a baselines folder and uploaded to the public cvbp blob container.

Uses the existing unzip_url util and utils_cv/tracking/data.py for minimal code changes. Creates model directory if model path does not exist. Allows cell to rerun without re-downloading if model already exists.

Checklist:

review-notebook-app[bot] commented 4 years ago

Check out this pull request on  ReviewNB

Review Jupyter notebook visual diffs & provide feedback on notebooks.


Powered by ReviewNB

abuendia commented 4 years ago

Thanks a lot for this PR. Could you please run the notebook before checking it in, so that it has all the images, plots, etc.

@PatrickBue Fixed! Thanks.

PatrickBue commented 4 years ago

@abuendia Shall I merge this?