niciBume / Cat_Prey_Analyzer

Cat Prey Image-Classification with deeplearning
MIT License
142 stars 22 forks source link

cascade.py killed when Cat Detected #21

Closed famascl3m closed 2 years ago

famascl3m commented 2 years ago

hi i have the script running on a RPI 3 B (telegram working /sendlivepic)

when a Cat is detected the script kill himself instead of sending me a telegram message

Cat Detected! Quelength: 4 Streamsize: 48 Haar_time: 0.49 Quelength: 5 Streamsize: 48 Quelength: 6 Streamsize: 48 Quelength: 7 Streamsize: 48 Quelength: 8 Streamsize: 48 Quelength: 9 Streamsize: 48 Killed

niciBume commented 2 years ago

The Queue grew too large and the program killed itself to not get stuck. RPI3 is quite a bit slower than RPI4 and not tested from my side... could be that the computation is too heavy for it to handle.

famascl3m commented 2 years ago

ok thanks i will change for a RPI4