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

"jpeg" files are not recognized #19

Open
bendreality opened this issue Nov 10, 2023 · 2 comments
Open

"jpeg" files are not recognized #19

bendreality opened this issue Nov 10, 2023 · 2 comments

Comments

@bendreality
Copy link

Thank you for the project, great tool you created.

I found a Pretty small bug regarding file endings.

If I try to load a file sequence with the fileending *.jpeg the image sequence is not found in the working directory, because the code implies the ending "jpg". Would be great if it accepts both.

@max810
Copy link
Collaborator

max810 commented Nov 12, 2023

Thanks, I will try to add this when I have time, should be pretty easy.

For now, as a workaround, you can just replace the harcoded ".jpg" extension in the inference/interact/resource_manager.py

@max810
Copy link
Collaborator

max810 commented Nov 12, 2023

Actually, could you tell me a bit more how you use XMem++ and what error are you getting? I've checked the code and the VideoReader for run_on_video doesn't even check the extension, it just loads all the files in the folder.

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

No branches or pull requests

2 participants