Skip to content

Commit

Permalink
Merge pull request #526 from microsoft/staging
Browse files Browse the repository at this point in the history
Syncing master <-> staging
  • Loading branch information
PatrickBue committed Mar 26, 2020
2 parents 3a81494 + 6c684cf commit e3b455a
Show file tree
Hide file tree
Showing 61 changed files with 5,685 additions and 1,824 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ output.ipynb
# don't save any data
classification/data/*
/data/*
!/data/misc
!contrib/action_recognition/r2p1d/**
!contrib/crowd_counting/crowdcounting/data/
!scenarios/action_recognition/data
Expand All @@ -142,4 +141,4 @@ classification/FAQ.html
classification/.DS_Store
.DS_Store

*.h5
*.h5
26 changes: 26 additions & 0 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -500,3 +500,29 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

--

https://github.com/layumi/Person_reID_baseline_pytorch


MIT License

Copyright (c) 2018 Zhedong Zheng

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<img src="scenarios/media/logo_cvbp.png" align="right" alt="" width="300"/>

```diff
+ March 27: Released v1.1 with new and improved
+ functionality for image retrieval, object detection,
+ keypoint detection and action recognition.
+ For additional details, please refer to our releases page.
```

# Computer Vision

Expand Down
4 changes: 3 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#
# To create the conda environment:
# $ conda env create -f environment.yml
#
Expand Down Expand Up @@ -36,7 +35,10 @@ dependencies:
- pre-commit>=1.14.4
- pyyaml>=5.1.2
- requests>=2.22.0
- einops==0.1.0
- cytoolz
- pip:
- decord==0.3.5
- nvidia-ml-py3
- nteract-scrapbook
- azureml-sdk[notebooks,contrib]>=1.0.30
Expand Down

0 comments on commit e3b455a

Please sign in to comment.