jsbroks / imantics

:camera: Reactive python package for managing, creating and visualizing different deep-learning image annotation formats
https://imantics.rtfd.io
MIT License
364 stars 68 forks source link

Fix drawing image after #28 #37

Closed kilianyp closed 4 years ago

kilianyp commented 4 years ago

PR #28 broke the drawing of the image as the original image was no longer changed in place. This uses the changed image to reflect the changes.