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

Context model option doesn't show #120

Open
ksikka opened this issue Nov 27, 2024 · 1 comment
Open

Context model option doesn't show #120

ksikka opened this issue Nov 27, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ksikka
Copy link

ksikka commented Nov 27, 2024

is_context_dataset logic makes the assumption that frame filenames DO NOT have any separators like - or _.

Given a like frame_303.png it will look for context frames like frame0303.png, not find them, and assume the dataset is not a context dataset.

Workaround is to name files like frame303.png instead.

@ksikka ksikka changed the title Not correctly identifying context dataset Context model option doesn't show Nov 27, 2024
@ksikka
Copy link
Author

ksikka commented Nov 27, 2024

Also filenames must use the img prefix instead of frame, until the lightning pose version is upgraded to pick up paninski-lab/lightning-pose#216. Otherwise it will fail during model training.

@themattinthehatt themattinthehatt self-assigned this Nov 27, 2024
@themattinthehatt themattinthehatt added the bug Something isn't working label Nov 27, 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

2 participants