roguedarkjedi / dogcam-ai

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

Detection processes very slowly #6

Closed roguedarkjedi closed 4 years ago

roguedarkjedi commented 4 years ago

We should look into potentially doing some image resizing operations to lower the amount of process time that this takes. I feel like with this addition, images will use less memory and CPU process time.

Additionally, we can drop additional filtration methods as it won't be strictly necessary.

roguedarkjedi commented 4 years ago

A better more focused model would also help too

roguedarkjedi commented 4 years ago

More focused model will really help, also some small optimizations.

roguedarkjedi commented 4 years ago

Also the current method we're using is really jank and does a couple extra cycles that are likely unnecessary.

roguedarkjedi commented 4 years ago

New code is much faster, the model is a bit tighter using SSDs.