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

Features generated can clobber #52

Open
SkepticRaven opened this issue Dec 17, 2024 · 0 comments
Open

Features generated can clobber #52

SkepticRaven opened this issue Dec 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@SkepticRaven
Copy link
Contributor

In a JABS project folder, cached features use the filename of the video.
This is fine because JABS projects require all videos and poses to be in the same folder.

However, when caching features through either classify.py's optional argument (to save cached features to a directory) or a standalone (currently in a dev branch https://github.com/KumarLabJax/JABS-behavior-classifier/tree/standalone-generate-features), they are not required to be in the same folder.
These approaches will clobber the cached features.

Proposed solution:
url-ify the cached features and enable hash checking of pose file used for generating (to enable dropping folders when trying to match)

@SkepticRaven SkepticRaven added the bug Something isn't working label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant