Closed vivanvish closed 5 years ago
Can we not check in generated artifacts please (generated image and masks).
Going forward, I would also recommend rebasing changes from master into a feature branch which keeps the commit history clean, instead of merging which creates an unnecessary "merge commit".
I decided to check in the generated artifacts to keep them as reference sample.
Can we instead display the masks in the demo notebook itself, and clean up the artifacts after that?
If not, it would probably be better to have a smaller example with less than ten masks. Committing 100 synthetic images into the repo feels like overkill to me tbh
Comments for the notebook:
help
method, or the __doc__
property, both of which will show the documentation:
help(synthesizer.generate_synthetic_dataset)
synthesizer.generate_synthetic_dataset.__doc__
This PR contains the changes for the Synthetic Data Generation Module. Refer to the Demo.ipynb notebook on how to use the module and as well the prerequisites.
The module needs the pillow python package.