Skip to content

Tags: haixoay96/DeepVideoAnalytics

Tags

docker.container.2

Toggle docker.container.2's commit message
Add dockerfile for cpu version of dva caffe container. Next: - Improve interface separation between Django and DVAPQL . - improve paper & documentation

docker.container.1

Toggle docker.container.1's commit message
Add django celery beat for schedued tasks. 

auto.gpu.5

Toggle auto.gpu.5's commit message
Convert CTPN into Caffe dockerfile, and try building it automatically. CRNN analysis now works. To Do: django-celery-beat for scheduling and queue management.

auto.gpu.3

Toggle auto.gpu.3's commit message
Compile CRFASRNN and add PyTorch to main container instead of CAFFE c… …ontainer. To Do: django-celery-beat for scheduling and queue management.

auto.gpu.2

Toggle auto.gpu.2's commit message
Compile CRFASRNN and add PyTorch to main container instead of CAFFE c… …ontainer. To Do: django-celery-beat for scheduling and queue management.

auto.gpu.1

Toggle auto.gpu.1's commit message
Alway initialize fs before launching queues. To Do: celery-beat, add Open Images annotator.

gcrtest

Toggle gcrtest's commit message
fixed bug 

alpha

Toggle alpha's commit message
Isolated pyscenedetect via subprocess, since on some machine inspite … …of using docker and travis passing the task fails (with a double free error) when cap.release() is called on the OpenCV video capture object. Running it inside a subprocess via fab ensures that in an event of error the computed frames are not lost.