voxel51 / eta

ETA: Extensible Toolkit for Analytics
https://voxel51.com
Apache License 2.0
29 stars 13 forks source link

Fix bug when computing mask from polyline #518

Closed ehofesmann closed 3 years ago

ehofesmann commented 3 years ago

Numpy arrays are (height, width) but the mask was being initialized with the (width, height) mask size.