Skip to content

Commit

Permalink
[Repo] Update to MPE
Browse files Browse the repository at this point in the history
  • Loading branch information
arturgontijo committed Nov 27, 2018
1 parent e950555 commit 20102b4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,6 @@ workflows:
jobs:
- deploy-cntk-image-recon
- deploy-i3d-video-action-recognition
###- deploy-object-detection-image-recon
#- deploy-object-detection-image-recon
- deploy-s2vt-video-captioning
- deploy-yolov3-object-detection
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Models/
config/
**/service/*.json
**/service_spec/*.py
!/Services/gRPC/S2VT_VideoCaptioning/service/service_spec/__init__.py
!/Services/gRPC/s2vt-video-captioning/service/service_spec/__init__.py
.idea/
!/docs/assets/*.jpg
!/docs/assets/users_guide/*.jpg
4 changes: 2 additions & 2 deletions Services/gRPC/s2vt-video-captioning/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
grpcio>=1.14.2
grpcio-tools>=1.14.1
grpcio==1.14.2
grpcio-tools==1.14.1
requests==2.20.0
opencv-python==3.4.3.18
h5py==2.7.1
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Python 2.7 import structure

0 comments on commit 20102b4

Please sign in to comment.