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

Image Sequence not working for large dataset of images #254

Open
ItzOver9000 opened this issue Jun 6, 2024 · 1 comment
Open

Image Sequence not working for large dataset of images #254

ItzOver9000 opened this issue Jun 6, 2024 · 1 comment

Comments

@ItzOver9000
Copy link

I am working on a project where I have a dataset with 1000 images (PNG Format) but when I load the image sequence it gives this error ArgumentOutOfRangeException: Non-negative number required.
When I decrease the size of dataset to 250 images it starts working fine but when I try to work with my entire dataset then it does not work. Can you provide a solution for this problem?
1

@MichaelOvens
Copy link
Contributor

I've just tried to reproduce the issue on my machine but haven't had any luck - I'm able to load datasets of 1000+ PNG images no problems.

The only thing I can think of that might cause the problem would be if the first file in the sequence is corrupted or invalid in some way, as the code extrapolates the dimensions of the first file in the sequence to figure out what the dimensions of the overall volume should be.

Are you able to upload a copy of the dataset so we could take a look at it?

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