Skip to content
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

Fix windows video selection for extraction in the GUI #2286

Merged
merged 2 commits into from
Jul 19, 2023

Conversation

KonradDanielewski
Copy link
Collaborator

QtWidgets.QFileDialog.getOpenFileNames outputs unix formated paths which on Windows leads to wrong reading and uninformative output "Video file corrupted" which isn't true. This fix normalizes the path according to os

`QtWidgets.QFileDialog.getOpenFileNames` outputs unix formated paths which on Windows leads to wrong reading and uninformative output "Video file corrupted" which isn't true. This fix normalizes the path according to `os`
@MMathisLab
Copy link
Member

@n-poulsen see you approved, but all tests are failing?

@n-poulsen
Copy link
Collaborator

They're failing due to the issue with scipy-1.11.1 (which is fixed as we pinned scipy). I'll merge the changes made to main and re-run the tests.

@jeylau jeylau merged commit d2ef2c0 into DeepLabCut:main Jul 19, 2023
11 checks passed
@KonradDanielewski KonradDanielewski deleted the patch-4 branch July 27, 2023 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants