-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
organoid_tracker.py cannot recognize .tif, .jpg, .gif files #1
Comments
That's strange. The program should start just by running That said, we have never tested the program on Ubuntu, only on Windows. So I expect some issues to arise. If you encounter any errors in the console, you can post them here and I'll have a look. |
This is what the official PyQT documentation uses. Maybe this could explain the issue #1 ?
Thanks for the screenshot! Looking at the official documentation ( https://doc.qt.io/qtforpython-5/PySide2/QtWidgets/QFileDialog.html#PySide2.QtWidgets.PySide2.QtWidgets.QFileDialog.getOpenFileName ) it seems like I need to use a space instead of a semicolon to separate the file extensions ( |
Thank you! The issue is gone now. By the way, would you mind uploading a python script to convert the checkpoint files of your pre-trained model into saved_model.pb? I used the savedmodel module to convert, but it generates a .pb file incompatible to tensorflow2.5. |
I would use the For the master branch, we're still testing things out, to find what works best. |
The package was installed on Ubuntu 20.04. Unfortunately, the executable file cannot recognize any regular image files.
The text was updated successfully, but these errors were encountered: