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

Data synthesizer #23

Merged
merged 3 commits into from
Feb 28, 2019
Merged

Data synthesizer #23

merged 3 commits into from
Feb 28, 2019

Conversation

vivanvish
Copy link
Collaborator

Removed all synthetic data.
Added new bottles.
Changed code to support multithreading. -> Doesn't really work now.
Reduced background resolution. -> Improves model training performance.

}

for shelf in range(num_shelves):
t = Thread(
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we seeing a speedup because of this?

@havanagrawal havanagrawal merged commit 6cb103a into master Feb 28, 2019
shelf_alpha_mask.paste(alpha_mask, paste_pos)

new_alpha_mask.save(
image_path + "/train_mask/mask_{}{}${}.png".format(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you change the delimiter from '$' to '___'(triple underscore) as this is what is used in the pre-process script.

@havanagrawal havanagrawal deleted the data_synthesizer branch March 7, 2019 00:32
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.

3 participants