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

16 Коммитов

Автор SHA1 Сообщение Дата
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
Lixun Zhang b802373744 Move data split files to data/misc; update notebook accordingly. 2020-01-23 16:00:01 -05:00
Lixun Zhang 4577551c1e Update .gitignore. 2020-01-23 16:00:01 -05:00
Lixun Zhang 2647e8ca51 Add sample images. 2019-11-16 02:25:35 +00:00
Jun Ki Min 7ea7631354
r2p1d model fine-tuning scripts and examples (#418)
* R2p1d

* Rename dir and fix gitignore

* Remove redundant contents

* Update readme

* Count based OD evaluation (#415)

* Update README.md

* Update README.md

* Notebook for deploying a detection model (#382)

* Updating environment.yml file in master (#323)

* save/load

* load/save

* load/save

* remove cython duplicate

* remove comment

* docstring

* tests for loading/saving

* label bug

* initial notebook

* minor update to model.py

* revert hns nb

* rm nb

* deployment notebook

* update to deployment notebook

* update to notebok

* notebook fix

* minor fixes to notebook + testS

* fix pr

* Add Mask R-CNN (#389)

* fix batch size bug in cpu mode

* Refactor notebook ok names

* Add prerequisite
2019-11-14 09:01:18 -05:00
Simon Zhao 8fe256f817 Update pip installable utils_cv
* Require Python 3.6.8
* Add pip install instruction at the end of Getting Started
* Ignore 'pip-wheel-metadata'
2019-08-13 11:35:04 +08:00
JS af937b45e5
[#167] remove wildcard imports (#218)
* remove wildcard 01 notebook and sweep.py tool

* remove wildcards for multilabel notebook

* 03 notebook wildcard removal

* deployment on aci wildcard removal

* sweeper remove wildcard

* web testing notebook remove wildcard

* clear notebook output

* only change import cells in notebook 21

* update flake8 to not allow wildcard imports
2019-06-06 19:13:40 -04:00
vapaunic 27c82cebfa minor fix to gitignore (#199) 2019-05-22 16:12:59 -04:00
John Ehrlinger 191fecc12c Training_speed and accuracy proof reading 2019-05-07 16:44:41 -04:00
John Ehrlinger 93224ae420 proof reading. 2019-05-06 11:45:46 -04:00
Jun Ki Min 179680b1b0
Refactor (#127)
* Initial refactor

- All python scripts under utils_cv are clean
- All files under classification (notebooks and tools-scripts)
  and tests need fix

* refactor gpu util

* datapath

* test refactor

* widgets

* fix tests. fix 00 10 21 notebooks

* Update 22 notebook. Add nbconverted files

* python version

* Root readme.md

* faq

* change test filenames otherwise they fail

* conftest update

* Fix result widget import

* Fix 01 notebook widget import

* Refactor widget.py and misc.py

* azure pipelines update

* azure pipelines update

* update tests to skip deployment notebook

* Removed links to services + added a small comment on existing AKS compute resources
2019-04-25 15:35:25 -04:00
JS b01067535b
benchmark + parameter_sweeper module (#55)
* benchmark code

* benchmark script update

* update fastai code

* benchmark code

* benchmark script

* flake8 req

* flake8 req

* train schedule

* update

* benchmarking nb

* benchmark

* benchmark stable

* gitignore

* experiments + test

* delete benchmark.py

* reformat msg in notebook

* benchmark script

* type error

* fixes

* fixes

* fixes

* lxml to env.yml
2019-03-21 12:25:46 -04:00
jiata daa1c5d1d7 util refactor 2019-03-06 21:38:26 +00:00
jiata 6c9f3430ff notebook 01, utils, tests 2019-02-28 14:56:30 +00:00
jiata 8583b3f0e8 ycm config to gitignore 2019-02-25 18:39:46 +00:00
Microsoft GitHub User 3a96600445
Initial commit 2019-02-11 08:23:52 -08:00