roguedarkjedi / dogcam-ai

The AI based camera focus controller for dogcam
MIT License
1 stars 0 forks source link

Create object detection code #3

Closed roguedarkjedi closed 4 years ago

roguedarkjedi commented 4 years ago

Looking at:

https://www.pyimagesearch.com/2017/09/11/object-detection-with-deep-learning-and-opencv/

https://www.pyimagesearch.com/2018/11/12/yolo-object-detection-with-opencv/

Idea is to create object bounding boxes and then use that to determine where the camera needs to move. This doesn't need to be as complex for a first pass POC. Once the base model is created, focus on centering and finding the best angles can be implemented.

roguedarkjedi commented 4 years ago

The code to detect should hit true if our box has exited collision on one side.

roguedarkjedi commented 4 years ago

This is done in the example code, we need to make it better