forked from ml-lab/DeepVideoAnalytics
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CTPN verified working on CPU. Update dockerfiles, next GPU and remova…
…l of caffe dockerfiles. Add tutorial using client API. Improve documentation, split cloud into AWS/Heroku and GCP with Kubernetes example. Next create an intermediate tutorial using COCO dataset. Leverage ability to import region annotations specified in JSON file with filenames and frame_index used as invariant identifiers. Streamlining creation of pre-indexed datasets for LFW, COCO and YFCC subsets. Also add ability to import from a local dir /ingest. Next: 1. Reduce use of dvaapp in dvaui. Eventually ensuring that everything goes through the REST API. 2. improve paper & documentation
- Loading branch information
akshay bhat
committed
Nov 27, 2017
1 parent
596b92b
commit fb3db3c
Showing
6 changed files
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
#!/usr/bin/env bash | ||
set -xe | ||
docker build -t akshayubhat/dva-auto:latest . | ||
docker build -t akshayubhat/dva-auto:latest . | ||
docker build -t akshayubhat/dva-auto:gpu Dockerfile.gpu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,4 +25,5 @@ uwsgi | |
lmdb | ||
gunicorn | ||
django-celery-beat | ||
cython | ||
cython | ||
easydict |