Skip to content

Commit

Permalink
Upgrade to Tensorflow 1.4 Remove base images instead have a single co…
Browse files Browse the repository at this point in the history
…ntainer image.

remove CRFasRNN.

Next:
1. Create example clients for retrieval experiments.
2. Ability to import region annotations specified in JSON file with filenames and frame_index used as invariant identifiers.
3. Streamlining creation of pre-indexed datasets.
4. Reduce use of dvaapp in dvaui. Eventually ensuring that everything goes through the REST API.
5. Store uploaded videos/zip files to "ingest"  directory and use create_launch functionality to separate interface cleanly and ensuring everything goes through DVAPQL.
6. improve paper & documentation
  • Loading branch information
akshay bhat committed Nov 8, 2017
1 parent ecd2066 commit 0ca8a7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deploy/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ RUN pip install --no-cache-dir http://download.pytorch.org/whl/cu75/torch-0.1.12
RUN pip install --no-cache-dir mxnet==0.11.0
RUN pip install torchvision
WORKDIR "/root/DVA"
RUN cd dvalib/crfasrnn/cpp && ./compile.sh && cd ../../..
WORKDIR "/root/DVA/repos/lopq/python"
RUN python setup.py install
WORKDIR "/root/DVA"
Expand Down

0 comments on commit 0ca8a7b

Please sign in to comment.