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

927 Коммитов

Автор SHA1 Сообщение Дата
Zhang Le d0f5114048 Update azure-pipeline-linux-cpu.yml for Azure Pipelines 2019-09-19 15:12:42 +08:00
Anupam Sharma afc30fbfc0 Merge pull request #316 from microsoft/anupams-updating_readme_file
Anupams updating readme file
2019-09-18 14:49:20 -07:00
PatrickBue 60512273c1 Fix bug in reading VOC files (#329) 2019-09-18 20:52:38 +00:00
Yijing Chen a023dcf13e remove repo metrics folder (#328) 2019-09-18 14:13:04 +00:00
PatrickBue de4010846d Update test_integration_classification_notebooks.py 2019-09-18 10:10:23 -04:00
yueguoguo c1988def49 DOCKER: add cv docker file 2019-09-18 10:15:59 +00:00
yueguoguo fa2ade98cf DOCKER: path 2019-09-18 09:06:23 +00:00
yueguoguo 08e1801c6a Merge branch 'staging' into le_docker 2019-09-18 08:23:06 +00:00
yueguoguo 74edc7e028 DOCKER: update dockerfile 2019-09-18 08:22:26 +00:00
PatrickBue 448fcbbcf4 bug fixes (#327) 2019-09-17 21:56:29 +00:00
PatrickBue 81e4d2b27e undo last change 2019-09-17 13:28:12 -04:00
PatrickBue bfa3f242f1 testing pycoco install 2019-09-17 13:26:44 -04:00
PatrickBue 7fd14ca367 removed duplicate cython (#324) 2019-09-17 16:55:02 +00:00
PatrickBue 6080b71a8a Updating environment.yml file in master (#323) 2019-09-17 13:35:12 +00:00
yueguoguo 252c72f395 DOCKER: update dockerfile 2019-09-17 06:51:50 +00:00
yueguoguo a422e3cc54 DOCKER: add Dockerfile 2019-09-17 06:40:30 +00:00
PatrickBue 64c8e322ca Fixed conda environment.yaml file (#322) 2019-09-16 16:41:15 +00:00
PatrickBue 05673e5331 changed so that label_idx 0 is never used (#315) 2019-09-10 23:04:11 +00:00
Anupam Sharma f9693fce80 Update README.md
First set of changes. We need to restructure directories to make further changes to Readme file
2019-09-10 15:02:19 -07:00
Anupam Sharma 3d00636e91 First change to README file 2019-09-10 11:34:30 -07:00
JS 1f2c2d7b79 bug fixes in detection code / 01 notebook (#314)
* win/linux fix + 01 notebook fixes

* fixes

* Update plot.py
2019-09-10 12:37:31 -04:00
Anupam Sharma 012d65d5f5 Update README.md 2019-09-09 11:26:17 -07:00
Miguel González-Fierro 609ead0506 Merge pull request #313 from microsoft/miguelgfierro-patch-1
Fix bug with conda env
2019-09-09 15:05:47 +01:00
Miguel González-Fierro aca828f5e3 Update environment.yml 2019-09-09 13:29:03 +01:00
PatrickBue a0ffba7e31 Update environment.yml 2019-09-04 17:42:05 -04:00
PatrickBue 72aed7a33b Update README.md 2019-09-04 17:08:30 -04:00
PatrickBue 5ddff71b75 Update 11_exploring_hyperparameters_on_azureml.ipynb 2019-09-04 16:13:36 -04:00
PatrickBue 11332590a3 Add support for more VOC type annotation formats 2019-09-04 19:02:00 +00:00
PatrickBue 7750337e38 removed unused rand flag 2019-09-04 14:38:16 -04:00
JS 3890d902a6 Update README.md 2019-09-04 09:45:13 -04:00
PatrickBue 8e17dca696 Object detection code (stagingOD) (#280)
* created directory and placeholder files

* initial readme

* more faqs

* updated text

* fixed link

* added annotation instructions

* more annotation text

* removed torchvision installation instructions

* fixed typo

* updated to use VOTT annotation tool

* Update README.md

* Update README.md

* training intro notebook for detection (#292)

* initial testing with torch vision

* update

* Update README.md

* Update repo_metrics_pipeline.yml for Azure Pipelines

Try echo

* Update repo_metrics_pipeline.yml for Azure Pipelines

* added references, and util_cv/detection functions

* minor updates to utils

* detection dataset

* reset 03 training in ic

* datset showbatch

* updates to notebook

* update to notebok

* pr curve

* flake8 compliance

* update to training notebook

* minor PR fixes

* train/test split done in dataset as opposed to detector object

* cv2 to pillow

* updates + bbox & annotation class

* notebook update

* pred_changes

* annotation -> annotationbbox

* plot precision over epochs

* pr fixes

* update type hint

* minor typos to notebook and function commetns

* detectionbbox

* pr fixes

* remove extra ipynb file

* remove extra ipynb file (#299)

* unzip_url does not use 'dest' param fix #99 (#301)

* remove extra ipynb file

* unzip_url fix

* unzip_url fix

* Add object detection 00 webcam notebook (#297)

* Hyperdrive for object detection (#303)

* addressed reviewer comments (#305)

* Revert "addressed reviewer comments (#305)"

This reverts commit a78541829b.

* Revert "Revert "addressed reviewer comments (#305)""

This reverts commit 6321c84de2.

* cleanup and fix unit tests (#307)

* fixes to pytests (#309)

* Update README.md for object detection (#308)

* Update README.md

* Update README.md
2019-09-03 20:32:45 -04:00
PatrickBue ba7e98a15f updated utils_cv functions (#306) 2019-09-03 21:20:06 +00:00
PatrickBue f649657a5f fixed no gpu bug in IC hyperdrive notebook 2019-09-03 12:51:46 -04:00
JS 85803d0eff Update README.md 2019-09-02 19:27:02 -04:00
JS 9900aa1b2c [#171 & #172] dsvm tool (#222)
* dsvm builder

* dsvm builder util

* dsvm builder update

* dsvm update

* dsvm.py update

* rename create_dsvm.py

* minor update

* readme steps

* readme steps

* readmes

* Update README.md

* mv dsvm builder to contrib

* update to dsvm builder so that it automatically installs the cv repo and starts a jupyter server
2019-09-02 19:26:10 -04:00
PatrickBue cb8316e481 Merge pull request #298 from microsoft/staging
Updating master from staging
2019-08-22 18:51:21 +00:00
PatrickBue bcfc8ce3f5 Update README.md 2019-08-22 11:15:02 -04:00
PatrickBue 9fe7ed672e Update README.md 2019-08-22 11:08:00 -04:00
PatrickBue c5b70db5a0 Merge pull request #294 from microsoft/pabuehle_sim_fast
Fast image retrieval notebook
2019-08-20 19:55:13 +00:00
PatrickBue b1a3615a34 addressed review feedback 2019-08-20 14:17:36 -04:00
PatrickBue f91c03e3c9 Merge pull request #295 from microsoft/pabuehle_contrib_folder
Added contrib folder
2019-08-20 18:08:00 +00:00
PatrickBue 6a458021cf adding contrib folder 2019-08-19 13:17:47 -04:00
PatrickBue c02b9fac4f Update README.md 2019-08-19 12:37:50 -04:00
JS 5b56f0e25e reorganize coding guidelines (#279)
* Update README.md

* Update Readme - remove coding guidelines

* update contributing with coding guidelines
2019-08-19 11:48:17 -04:00
PatrickBue cca3eb5417 Update README.md 2019-08-15 18:37:05 -04:00
Patrick Buehler 25b67b0745 added unit tests 2019-08-15 00:33:36 +00:00
Patrick Buehler 90c49a6bb7 added notebook tests 2019-08-15 00:20:04 +00:00
Patrick Buehler 2726028586 text edits 2019-08-14 23:38:19 +00:00
Patrick Buehler 1490e536bc slight update 2019-08-14 21:39:25 +00:00
Patrick Buehler 53a2a3c9a7 polished version of 12 2019-08-14 21:27:17 +00:00