Detection processes very slowly
roguedarkjedi opened this issue · 4 comments
roguedarkjedi commented
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
A better more focused model would also help too
roguedarkjedi commented
More focused model will really help, also some small optimizations.
roguedarkjedi commented
Also the current method we're using is really jank and does a couple extra cycles that are likely unnecessary.
roguedarkjedi commented
New code is much faster, the model is a bit tighter using SSDs.