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

hooks: skimage.feature: collect file with ORB descriptor positions #675

Merged
merged 3 commits into from
Dec 20, 2023

Conversation

rokm
Copy link
Member

@rokm rokm commented Dec 20, 2023

Have the hook for skimage.feature collect the orb_descriptor_positions.txt file, which is required by skimage.feature.ORB. Closes pyinstaller/pyinstaller#8176.

Add a basic test for ORB detector and descriptor extractor.

This PR also extracts the tests for scikit-image and scikit-learn from test_libraries.py into separate test files, as a first step of planned refactoring of that huge test file into smaller files based on a specific package or thematically similar packages.

Run the basic scikit-learn and scikit-image import tests only in
onedir mode.
Have the hook for `skimage.feature` collect the
`orb_descriptor_positions.txt` file, which is required by
`skimage.feature.ORB`.

Add a basic test for ORB detector and descriptor extractor.
@rokm rokm merged commit 4a48d55 into pyinstaller:master Dec 20, 2023
2 checks passed
@rokm rokm deleted the fix-skimage-orb branch December 20, 2023 22:09
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.

Pyinstaller not bundling txt files when installing scikit-image
2 participants