Mihai Panait

Results 2 comments of Mihai Panait

Besides the change mentioned by @tomgit-com I also had to comment out `i = i[0]` on line 245: https://github.com/arunponnusamy/cvlib/blob/52a31866f17270d55079b0ab7d56c44c601c79a1/cvlib/object_detection.py#L245 ``` for i in indices: #i = i[0] box = boxes[i]...

I have the same issue. it appears that any subsequent change in state cancels the animation. In my case after i get new data i also trigger a state update/reset...