My master's thesis about object detection. In progress...
- OpenCV
- GoogleTest
- Yolov5 (in future)
This repository relies on submodules (OpenCV and GoogleTest) therefore you need to clone with --recursive flag
git clone https://github.com/aleksander-piprek/Object-detection-algorithms-in-embedded-systems.git --recursive
To install and build dependencies needed to run this project please check this shell script and then run
./scripts/setup.sh
mkdir build && cd build
cmake ..
make
mkdir build && cd build
cmake ..
make test
- Do not use VS Code snap version! It uses its own packages which collides with the system's software (GLIBC, libpthread)