You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
space bar
ERROR:
Exception has occurred: error
OpenCV(4.1.1) C:\projects\opencv-python\opencv\modules\core\src\dxt.cpp:3335: error: (-215:Assertion failed) type == CV_32FC1 || type == CV_32FC2 || type == CV_64FC1 || type == CV_64FC2 in function 'cv::dft'
File "C:\Users\legom\Documents\GitHub\PeopleTracker\src\multitracker.py", line 170, in assign
self.tracker.init(frame, self.init_bounding_box)
File "C:\Users\legom\Documents\GitHub\PeopleTracker\src\multitracker.py", line 822, in
tracker_list[selected_tracker].assign(frame, trackerName)
Suspected behaviour:
When this is happening, it reads that there is no rectangle created to track, so it tries to create a tracker on a (0x0) rectangle, and crashes.
The text was updated successfully, but these errors were encountered:
Fixes issue: #10
- Now accumulates time and does not subtract it.
Fixes issue: #1
- bounding box failing to be set re-enables the UI and prompts to try again
Further investigation needs to happen to see if this fixes related issue where tabs remain disabled.
To reproduce issue:
ERROR:
Exception has occurred: error
OpenCV(4.1.1) C:\projects\opencv-python\opencv\modules\core\src\dxt.cpp:3335: error: (-215:Assertion failed) type == CV_32FC1 || type == CV_32FC2 || type == CV_64FC1 || type == CV_64FC2 in function 'cv::dft'
File "C:\Users\legom\Documents\GitHub\PeopleTracker\src\multitracker.py", line 170, in assign
self.tracker.init(frame, self.init_bounding_box)
File "C:\Users\legom\Documents\GitHub\PeopleTracker\src\multitracker.py", line 822, in
tracker_list[selected_tracker].assign(frame, trackerName)
Suspected behaviour:
When this is happening, it reads that there is no rectangle created to track, so it tries to create a tracker on a (0x0) rectangle, and crashes.
The text was updated successfully, but these errors were encountered: