Hi, pretty much identical issues to the posters above, hoping that replying will raise visibility. I’m wondering if the latest package versions are causing issues, and if the mods could share the versions they are running? Any help will be greatly appreciated.
I installed Tracker using Anaconda (conda version 23.11.0) on Windows 10 (version 10.0.19045).
Package versions:
conda 23.11.0
python 3.11.7
pyqt 5.15.10
qt-main 5.15.2
qtpy 2.4.1
opencv 4.6.0
numpy 1.26.3
scipy 1.11.4
1. Error upon start-up:
QMimeDatabase: Error loading internal MIME data
An error has been encountered at line 1 of : Premature end of document.:
2. Crash when clicking “File menu”
Traceback (most recent call last):
File “C:\Users\wschen\AppData\Local\anaconda3\Lib\site-packages\tracker\main_menu.py”, line 426, in show_main_menu
self.main_menu.setGeometry(-w / 2, 0, w, h)
TypeError: arguments did not match any overloaded call:
setGeometry(self, a0: QRect): argument 1 has unexpected type ‘float’
setGeometry(self, ax: int, ay: int, aw: int, ah: int): argument 1 has unexpected type ‘float’
3. Various bugs in image processing
Not sure if related to above. But, if I don’t click on the file menu and try to do stuff, I keep encountering various errors generally related to OpenCV, and functions are mostly unresponsive.
E.g., trying to crop:
cv2.error: OpenCV(4.9.0) D:\a\opencv-python\opencv-python\opencv\modules\imgproc\src\color.cpp:196: error: (-215:Assertion failed) !_src.empty() in function ‘cv::cvtColor’
E.g., particle detection:
cv2.error: OpenCV(4.9.0) D:\a\opencv-python\opencv-python\opencv\modules\features2d\src\blobdetector.cpp:90: error: (-5:Bad argument) minDistBetweenBlobs>0 in function ‘cv::SimpleBlobDetectorImpl::validateParameters’
Again, any help greatly appreciated and thanks in advance for your time~