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

927 Коммитов

Автор SHA1 Сообщение Дата
PatrickBue c6000e22c4 Example figures in each readme (#487)
Added example figures for image classification and object detection
2020-02-05 14:55:13 -05:00
PatrickBue 1cf382d11b updated tests (#485) 2020-02-05 13:13:18 -05:00
PatrickBue c4dc9a2dd9 Merge pull request #484 from microsoft/staging
Syncing staging <> master branches
2020-02-04 23:21:07 -05:00
PatrickBue eabdc31ac9 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
Young Park ed16cbcef9 Merge pull request #481 from microsoft/staging
[01/31/20] Syncing staging <> master branches
2020-02-03 14:40:58 -05:00
Young Park ce8ac746b6 Added back Linux VM test badges. (#480) 2020-01-31 11:25:38 -05:00
Young Park 67e3eae898 Update usage of deprecated field in test_classification_parameter_sweeper.py (#479) 2020-01-31 10:22:01 -05:00
Young Park 6d5f7b00cf Syncing staging <> master branches (#476)
* Removed submodules.

* Add back submodules using https://

* 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

* 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)

* 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

* 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.

* Update data path.

* 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

* Add annotation tool to scenarios.

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

* Plot keypoints as dots

* Change variable naming

* 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)

* clean up of keypoint detection notebook

* minor clean-up

* remove conflict code (#471)

* Update README.md (#472)

* updated readmes

* added images

* updated readmes

* added intro figure

* modified new picture

* update figure

* Move to bare Windows GPU VMs and fix build issues (#475)

* Updating AzureDevOps pipeline agent pool to use a barebones Windows GPU VM.

* Added a AzureDevOps pipeline for windows.

* Added a conda init step for powershell.

* Adding conda to PATH as a separate step

* Pinning pillow to 6.1 to fix issues listed in: https://github.com/python-pillow/Pillow/issues/4130

* chained powershell commands

* Updated AzureDevOps yml file to use the inline powershell script syntax.

* Moved to using inline commands + Invoke-Expression syntax

* Adding indentation for chained commands.

* Moving to the literal block style indicator for yaml for chained commands.

* Using call activate instead of source activate when activating the conda environment through powershell.

* Switching to script steps instead of using powershell steps for conda operations.

* Fixed the numpy.float64 issue by moving to a fork with the upstream fixes for the issue.

* Fixed the numpy.float64 issue in utils/cv/detection/plot.py

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>
Co-authored-by: JS <jiata@microsoft.com>
2020-01-23 17:35:55 -05:00
Young Park 22745e8610 Move to bare Windows GPU VMs and fix build issues (#475)
* Updating AzureDevOps pipeline agent pool to use a barebones Windows GPU VM.

* Added a AzureDevOps pipeline for windows.

* Added a conda init step for powershell.

* Adding conda to PATH as a separate step

* Pinning pillow to 6.1 to fix issues listed in: https://github.com/python-pillow/Pillow/issues/4130

* chained powershell commands

* Updated AzureDevOps yml file to use the inline powershell script syntax.

* Moved to using inline commands + Invoke-Expression syntax

* Adding indentation for chained commands.

* Moving to the literal block style indicator for yaml for chained commands.

* Using call activate instead of source activate when activating the conda environment through powershell.

* Switching to script steps instead of using powershell steps for conda operations.

* Fixed the numpy.float64 issue by moving to a fork with the upstream fixes for the issue.

* Fixed the numpy.float64 issue in utils/cv/detection/plot.py
2020-01-23 16:01:33 -05:00
PatrickBue 1e869a230b update figure 2020-01-23 16:01:33 -05:00
PatrickBue a42d5cde05 modified new picture 2020-01-23 16:01:33 -05:00
PatrickBue 9b6c5a597f added intro figure 2020-01-23 16:01:33 -05:00
PatrickBue 596b0518bd updated readmes 2020-01-23 16:01:32 -05:00
PatrickBue 907252ee8a added images 2020-01-23 16:01:32 -05:00
PatrickBue e6313762ea updated readmes 2020-01-23 16:01:32 -05:00
PatrickBue bebb9adf9c minor clean-up 2020-01-23 16:01:32 -05:00
PatrickBue aee90448ae clean up of keypoint detection notebook 2020-01-23 16:01:32 -05:00
JS c869f8d76b Update README.md (#472) 2020-01-23 16:01:32 -05:00
JS 3a45bfb108 remove conflict code (#471) 2020-01-23 16:01:32 -05:00
Simon Zhao 66e623bea2 Simplify binary_mask() (#464) 2020-01-23 16:01:32 -05:00
Simon Zhao 43496b53f5 Remove unused imports in 02_mask_rcnn.ipynb (#463)
* Remove unused imports in 02_mask_rcnn.ipynb

* Add missing imports
2020-01-23 16:01:32 -05:00
Simon Zhao 89224735f4 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.
2020-01-23 16:01:31 -05:00
Lixun Zhang 4d74cc23da Add annotation tool to scenarios. 2020-01-23 16:00:02 -05:00
Simon Zhao f926ec46c6 Plot keypoints as round dots to make them noticeable (#458)
* Plot keypoints as dots

* Change variable naming
2020-01-23 16:00:02 -05:00
Lixun Zhang a060548e10 Add NOTICE file. 2020-01-23 16:00:02 -05:00
Simon Zhao 32b1f11196 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
2020-01-23 16:00:02 -05:00
Simon Zhao 2bcf13aee0 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
2020-01-23 16:00:02 -05:00
Lixun Zhang 1b35fdd655 Update data path. 2020-01-23 16:00:02 -05:00
Lixun Zhang 475eb5a52a Move data split files to data/misc; update notebook accordingly. 2020-01-23 16:00:01 -05:00
Lixun Zhang e890c8f1f8 Remove the folder /scenario/action_recognition/data/samples; update notebook to use web url for sample data. 2020-01-23 16:00:01 -05:00
Lixun Zhang 894d2d0b9d Add README.md 2020-01-23 16:00:01 -05:00
Lixun Zhang db662727cc Update .gitignore. 2020-01-23 16:00:01 -05:00
Lixun Zhang ab375c7bd8 Move r2p1d from contrib to scenarios. 2020-01-23 16:00:01 -05:00
Simon Zhao baf262beaf 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
2020-01-23 16:00:00 -05:00
Miguel González-Fierro 23460826c9 if folder exists, remove (#448) 2020-01-23 16:00:00 -05:00
Simon Zhao d1fcf307ea 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
2020-01-23 16:00:00 -05:00
PatrickBue 3adebd82b3 tiny cleanup on notebook 2020-01-23 16:00:00 -05:00
PatrickBue f1585e57dd added fct description 2020-01-23 16:00:00 -05:00
PatrickBue 5022538b66 small text edits to the 02 notebook 2020-01-23 16:00:00 -05:00
PatrickBue f8623c0dd1 fixed unit test 2020-01-23 15:59:59 -05:00
PatrickBue 32812bbe84 fixed test 2020-01-23 15:59:59 -05:00
PatrickBue e61504e710 fixed most tests 2020-01-23 15:59:59 -05:00
PatrickBue 8fdbe8829c simplified plotting functions 2020-01-23 15:59:59 -05:00
Lixun Zhang b3ec0f47d2 Add back submodules using https:// 2020-01-23 15:59:58 -05:00
Lixun Zhang 5e35b0d6d7 Removed submodules. 2020-01-23 15:59:58 -05:00
JS 877a030f37 Update environment.yml (#469)
fix for object detection notebooks
2020-01-09 14:34:27 -05:00
PatrickBue e1e0745f3e Merge pull request #440 from revodavid/patch-1
Link to relevant Docs pages for Azure services
2019-12-17 17:02:18 -05:00
PatrickBue 1b4614ece1 Update README.md 2019-12-17 10:14:12 -05:00
PatrickBue fc798ec656 Update README.md 2019-12-17 10:13:29 -05:00
Sharat Chikkerur ea0a723bd2 Set theme jekyll-theme-cayman 2019-12-17 09:18:28 -05:00