-
Notifications
You must be signed in to change notification settings - Fork 256
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
load_imgs function missing #66
Comments
Hmm indeed it is. Code review failure on my part there. I'll see if the author of that PR has it otherwise I'd recommend reverting that commit to get it working or trying to figure out what load_imgs is supposed to do. |
Thanks for the fast response! That's what I ended up doing for now, will see if I can figure out what it's supposed to do tomorrow Cheers! |
I would guess that it loads all the images for a given sample and probably returns them as a List that will get converted to numpy later. I didn't look at the fork from the PR. It is possible the code is on the fork and just wasn't merged over here. |
Hello,
The load_imgs function, used in 6ab288d, is missing from the codebase :)
Thanks for this awesome project!
The text was updated successfully, but these errors were encountered: