Skip to content

aleksander-piprek/Object-detection-algorithms-in-embedded-systems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object detection algorithms in embedded systems

My master's thesis about object detection. In progress...

Dependencies

  • OpenCV
  • GoogleTest
  • Yolov5 (in future)

Setup

Cloning

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

Install

To install and build dependencies needed to run this project please check this shell script and then run

./scripts/setup.sh

Build Production

mkdir build && cd build
cmake ..
make

Build Unit Tests

mkdir build && cd build
cmake ..
make test

Notes

  • Do not use VS Code snap version! It uses its own packages which collides with the system's software (GLIBC, libpthread)

About

Master's thesis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published