Scribble-to-Mask
Scribble-to-Mask copied to clipboard
Fix simple issues and allow for cpu only use
trafficstars
I had to make some changes to be able to use the code on cpu only system and had troubles saving the mask from the interactive GUI and fixed it.
Thanks for the great work.
Thanks a lot. Is it possible to
- Remove formatting changes like ' -> "? It would make the commits cleaner.
- Move "bulk interactive" as an argument to the existing interactive.py?
- I tried to fix the formatting and stick to your original style but not sure what formatter you use. I tried both
autopep8andblack. - I'll work on the second point. Thanks
I am not using any formatter. Just trying to reduce unnecessary diff. Thanks.