You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No need to worry about the prerequisites below if you are using a UT Swarm Lab cluster.
6
+
7
+
* CUDA Driver: Version 11.8.0 or higher
8
+
* Docker: Nvidia Driver
9
+
D
10
+
**evelopment Environment Setup**
11
+
12
+
1. Clone this repository.
13
+
2. Navigate to the makefile and modify the user input section.
14
+
15
+
For example: `CODE_PATH := /home/repos/Neuro-Symbolic-Video-Frame-Search/`
16
+
17
+
3. Execute `make pull_docker_image`
18
+
4. Execute `make build_docker_image`
19
+
5. Execute `make run_docker_container_gpu`
20
+
6. Execute `make exec_docker_container`
21
+
7. Inside the container, navigate to `/opt/Neuro-Symbolic-Video-Frame-Search`
22
+
8. Inside the container, execute `bash install.sh`
23
+
24
+
**Development Inside the Container** <br>
25
+
Enjoy your development environment inside the container!
26
+
27
+
Please avoid stopping and removing the container, as you will need to reinstall the dependencies. If the container is stopped or removed, repeat steps 5 to 8.
28
+
29
+
## Dataset
30
+
[The VIRAT Video Dataset](https://viratdata.org/#getting-data): The VIRAT Video Dataset is designed to be realistic, natural and challenging for video surveillance domains in terms of its resolution, background clutter, diversity in scenes, and human activity/event categories than existing action recognition datasets. It has become a benchmark dataset for the computer vision community.
31
+
32
+
[NuScenes](https://www.nuscenes.org/nuimages#download): A public large-scale dataset for autonomous driving
0 commit comments