- Docker
- CPU only algorithms:
- Base docker image
docker pull vtpl/deeperlook_base:cpu
- Base docker image
- GPU based algotithms:
- Nvidia container runtime for GPU based algorithms
- Base docker image
docker pull vtpl/deeperlook_base:gpu
- FPGA based algorithms Xylinx
- Clone the template repository.
git clone https://github.com/vtpl1/deeperlook_app_template.git
The VS code has required devcontainer ready for development of GPU based algorithms

Run the developed algorithm using the following command
vtpl --job 250 file:///workspaces/deeperlook_app_template/videos/crowd.mp4python3 setup.py bdist_wheel
