- This project aims at combining the detection and tracking algorithm together. Only person is deteced now.
- Number of existing persons
- Tracking
- Firstly, you should enter 3rdparty to compile caffe using "make -j8 && make dist -j8"
- For our project, two construction methods: Makefile and CMakeLists.txt are provided
- Makefile would produce execute project in build directory. You would find as ./build/bankSleep.
- For CMakeLists, you are recommended to make a directory firstly, then enter the directory and run "cmake .. && make -j8"
- Download the model from