Граф коммитов

85 Коммитов

Автор SHA1 Сообщение Дата
Yazeed Alaudah b3d6673002
Fixing various broken links (#674) 2022-09-08 22:41:52 +03:00
PatrickBue 6ab799e823 adding support for void label to unet segmentation 2021-08-18 12:52:11 -04:00
PatrickBue 3dc96e00f6
Update assets location (#637) 2021-01-21 13:12:19 -05:00
Karine Ip 11aeb8b674
Kaipkiun/02 bug fixes (#594) 2020-07-10 14:38:30 -04:00
PatrickBue 6db4915e77
Small edits to 01 notebook (#591) 2020-07-09 14:07:33 -04:00
PatrickBue b838811231
First fixes to 01 notebook (#590) 2020-07-09 11:29:42 -04:00
Karine Ip b6ec66a03d
Kaipkiun/01 viz fixes (#589) 2020-07-09 10:25:27 -04:00
PatrickBue badb84de94
Updated 01 notebook (#588) 2020-07-08 14:38:24 -04:00
LorenzoV f6a4934af6
Edited 01 notebook (#582) 2020-07-08 13:04:14 -04:00
PatrickBue ba8bf3f489
Update README.md (#586) 2020-07-07 16:37:24 -04:00
PatrickBue ec2ac1fffb
Update README.md (#584) 2020-07-07 16:28:31 -04:00
PatrickBue 59f2a03038
Small edits to tracking FAQ (#583) 2020-07-07 16:23:20 -04:00
Karine Ip 74dd76f2da
Further updates to tracking 01 notebook 2020-07-06 17:55:28 -04:00
LorenzoV 7a31602e57
Rewording markdown (#579) 2020-07-06 11:15:43 -04:00
PatrickBue dda2e4a983
Added tracking setup instructions (#581) 2020-07-06 10:32:42 -04:00
LorenzoV 4881459890
Updates to tracking readme and faq (#577) 2020-07-02 11:32:40 -04:00
Liqun Shao 67b445d867
Add 02 Evaluating MOT Challenge Notebook (#569) 2020-07-01 10:59:37 -04:00
Casey Hong 9918750fb2
FairMOT patch (#571) 2020-06-29 12:22:08 -04:00
PatrickBue 9ada614c4d
Small edits to readmes (#573) 2020-06-26 17:12:55 -04:00
Karine Ip f3cf37f0a8
Added evaluation to tracking 01 notebook 2020-06-25 16:50:05 -04:00
Karine Ip cb51b0fb9e
Adding tracking readme and faq 2020-06-24 12:21:02 -04:00
Casey Hong 68c9911e3c
FairMOT-01 (#553) 2020-06-23 15:07:40 -04:00
JS 8d230f80c2
amendments to action rec (#559)
* action rec additions

* fix
2020-06-22 15:37:40 -04:00
Casey Hong 54f637101d
Adding first working tracking notebook 2020-06-15 17:43:13 -04:00
PatrickBue 8577f3a7ea
Image segmentation update (#549)
Small updates to image segmentation
2020-06-15 16:04:27 -04:00
JS 134fd44d9d
action recognition (#535)
* update gitignore

* updates to utils for loading data

* train_test_split_function

* update 01, 02 notebook

* show batch, new notebook

* updates to show batch

* added graph for fit

* notebooks and testS

* refactor

* dataset tests

* dataset tests

* flake8

* black

* test update

* 01_training update

* round deci

* transform notebook

* remove blackmagic cell'

* working state

* working state with webcam

* flake8 and black'

* update jupyter notebooks

* notebook updates

* fixes to pr comments

* minor fix

* update 02 hmdb notebook

* update 02 hmdb notebook
2020-06-12 22:10:06 -04:00
PatrickBue 97187bc341
Adding image segmentation 01 and 11 notebooks 2020-06-09 20:36:49 -04:00
PatrickBue 5e598cf33d
Image similarity widget (#530) 2020-04-14 10:10:01 -04:00
Young Park b1cca85924
Fix rendered images on github preview notebooks (#534)
* Changed relative links to to absolute links to image resources hosted on github to ensure it is rendered properly on github notebook previews. Also fixed a typo in a relative link to a previous notebook.

* Cleaned up unnecessary cell output.
2020-04-10 18:07:19 -04:00
Young Park d9b917bd99
Add Azure App Service deployment notebook with setting CORS policies tutorial (#533)
* Added notebook 25_deployment_on_azure_apps_service_and_setting_CORS_policies.

* Completed the Azure App Service deployment notebook, validated the scoring endpoint, added explanations and screenshots.

* Added Table of Contents and anchor links to sections of the notebook with additional cleanup of the notebook. Tested the notebook end-to-end to validate the deployment and the CORS settings.
2020-04-10 16:55:29 -04:00
Young Park 4b90ac6b81
Use Environments in Image Classification ACI deployment notebook (#529)
* Made the deployment use environments to fix the ACI deployment scenario.

* Added detailed instructions on using Environments for ACI deployment and cleaned up cell outputs.

* Updated the instructions to use up-to-date documentation and cleaned up deprecated cells and instructions.

* Minor cleanup of instructions.

* Added more details before the cell that creates and registers the environment object and added outputs of the cell to address PR comments.
2020-04-10 14:55:27 -04:00
JS 8221c1659e
Video Dataset / Model refactor + framework for action tests (#477)
* Removed submodules.

* Add back submodules using https://

* Update FAQ.md

* added object detection readme

* fixes to ic (#437)

* fixes to ic

* Matplotlib bug fix

* Matplotlib matrix plot bug fix
* Fix 01 notebook heatmap

* revert env

* revert env yml

* remove matplotlib

* simplified plotting functions

* fixed most tests

* fixed test

* fixed unit test

* small text edits to the 02 notebook

* added fct description

* tiny cleanup on notebook

* Move r2p1d from contrib to scenarios.

* Update .gitignore.

* Add README.md

* Remove the folder /scenario/action_recognition/data/samples; update notebook to use web url for sample data.

* Move data split files to data/misc; update notebook accordingly.

* Add pretrained keypoint model (#453)

* Add pretrained keypoint model

* Fix bugs in tests

* Add 03 notebook in conftest.py

* Minor revision

* Reformat code using black

* if folder exists, remove (#448)

* Update data path.

* Add mask annotation tool (#447)

* Add mask annotation tool

* Update mask annotation explanation and add converion scripts

* Add screenshots of Labelbox annotation

* Rearrange screenshots

* Move convertion script into functions in data.py

* Point out annotation conversion scripts clearly in notebook

* Refine annotation conversion scripts

* Fix bugs

* Add tests for labelbox format conversion methods

* Update README.md

* Add keypoint detection with tuned model (#454)

* Add keypoint detetion with tuned model

* Add tests

* Minor revision

* Update tests

* Fix bugs in tests

* Use GPU device if available

* Update tests

* Fix bug: 'not idx' will be 'True' if 'idx=0'

* Fix bugs

* Move toy keypoint meta into notebook

* Fix bugs

* Fix bugs

* Fix bugs in notebook

* Add descriptions for keypoint meta data

* Raise exception when RandomHorizontalFlip is used without specifying hflip_inds

* Add NOTICE file.

* Add keypoint detection model tuning with top and bottom keypoints (#456)

* Add keypoint detection model tuning with top and bottom keypoints

* Fix undefined unzip_url

* Resolved undefined od_urls

* Plot keypoints as round dots to make them noticeable (#458)

* Plot keypoints as dots

* Change variable naming

* Add annotation tool to scenarios.

* Resolve test machine failure (#460)

This is due to the latest PyTorch (version 1.3) from conda is built on
CUDA 10.1 while the version on the test machine is CUDA 10.0.

* Remove unused imports in 02_mask_rcnn.ipynb (#463)

* Remove unused imports in 02_mask_rcnn.ipynb

* Add missing imports

* Simplify binary_mask() (#464)

* remove conflict code (#471)

* Update README.md (#472)

* unit test for action rec

* reformat files

* added 01/02 notebooks

* fix all unit tests + abstract out commons from action rec

* dataset

* test data

* black reformat

* refactor action rec

* ignore /data

* notebook update

* update gitignore

* manage transforms better

* tfms_config defaults

* video dataset refactor + black

* notebook update with video datsaet refactored out

* Refactor model/dataset

* clean up

* refactor + beautification

* re-run 02 notebook

* make tests work locally

* pr fixes

* PR fixes

* pr fixes

* pr fixes

* update env

* pr fix

* move decord to pip

* added ref to config

* update pr fix

* flake8 + pr bug

Co-authored-by: Lixun Zhang <lixun.zhang@microsoft.com>
Co-authored-by: Lixun <lixzhang@users.noreply.github.com>
Co-authored-by: PatrickBue <pabuehle@microsoft.com>
Co-authored-by: Simon Zhao <43029286+simonzhaoms@users.noreply.github.com>
Co-authored-by: Miguel González-Fierro <3491412+miguelgfierro@users.noreply.github.com>
2020-03-26 13:06:55 -04:00
PatrickBue 198b985581
Adding coco functionality (#523) 2020-03-24 18:21:58 -04:00
PatrickBue 735f7ff474
Adding re-ranking for image retrieval (#515) 2020-03-18 19:00:32 -04:00
PatrickBue 0cba0ace9b
Improve detection visualization and other additions (#516)
Beautified detection notebook (e.g. nicer plots, annotation statistics, etc)
2020-03-16 13:38:29 -04:00
Lucas de Ávila Martins 357a5ba426
fix broken link (#503) 2020-02-20 13:18:21 -05:00
PatrickBue 726b38b7e4
Update training parameters to work with older pytorch version (#497) 2020-02-19 14:12:37 -05:00
PatrickBue 3547d50268
Updating action recognition readmes (#492) 2020-02-11 10:51:47 -05:00
angusrtaylor e78a1e6448 update video annotation code 2020-02-10 16:20:16 +00:00
PatrickBue 2c83b2c058
Example figures in each readme (#487)
Added example figures for image classification and object detection
2020-02-05 14:55:13 -05:00
PatrickBue 928008bb0b
updated tests (#485) 2020-02-05 13:13:18 -05:00
PatrickBue 296ca6415f
Added SOTA for image similarity (#483)
* Added SOTA for image similarity

* small updates

* added SOTA table

* code review changes

* small edit
2020-02-04 22:00:12 -05:00
PatrickBue d76274edd3 update figure 2020-01-23 16:01:33 -05:00
PatrickBue 8c984d50cc added intro figure 2020-01-23 16:01:33 -05:00
PatrickBue a57d45d248 updated readmes 2020-01-23 16:01:32 -05:00
PatrickBue 946248c86a added images 2020-01-23 16:01:32 -05:00
PatrickBue 4f24b91d96 updated readmes 2020-01-23 16:01:32 -05:00
PatrickBue 788a68f021 minor clean-up 2020-01-23 16:01:32 -05:00
PatrickBue ba6ce20a54 clean up of keypoint detection notebook 2020-01-23 16:01:32 -05:00
JS e0c212aa31 Update README.md (#472) 2020-01-23 16:01:32 -05:00