pumpkin-tracker/README.md
2024-10-18 18:25:09 -05:00

7 lines
376 B
Markdown

# pumpkin-tracker
This uses a camera and object detection to estimate the velocity of a flying pumpkin.
## Compiling
Make sure to compile [Darknet](https://github.com/hank-ai/darknet) (the actual neural network),
[DarkHelp](https://github.com/stephanecharette/DarkHelp) (a C++ API wrapper for Darknet), and install
[OpenCV](https://opencv.com) before compiling this project.