Skip to content

Commit 0ca8a7b

Browse files
author
akshay bhat
committed
Upgrade to Tensorflow 1.4 Remove base images instead have a single container 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
1 parent ecd2066 commit 0ca8a7b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deploy/dockerfiles/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ RUN pip install --no-cache-dir http://download.pytorch.org/whl/cu75/torch-0.1.12
2929
RUN pip install --no-cache-dir mxnet==0.11.0
3030
RUN pip install torchvision
3131
WORKDIR "/root/DVA"
32-
RUN cd dvalib/crfasrnn/cpp && ./compile.sh && cd ../../..
3332
WORKDIR "/root/DVA/repos/lopq/python"
3433
RUN python setup.py install
3534
WORKDIR "/root/DVA"

0 commit comments

Comments
 (0)