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

SemanticMovieIterator saves duplicate images for every batch. #492

Merged
merged 2 commits into from
Feb 12, 2021

Conversation

willgraf
Copy link
Contributor

What

  • The save_to_dir block has been moved out of the index_array for loop, which was duplicating the saved images for every item in the batch.

Why

  • Fixes a bug in the SemanticMovieIterator that saves too many images.

Moving the save_to_dir block outside the for loop resolves the issue.
@willgraf willgraf merged commit 7ec2b53 into master Feb 12, 2021
@willgraf willgraf deleted the semantic-3d-save-bug branch February 12, 2021 22:42
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

Successfully merging this pull request may close these issues.

1 participant