pytorch_connectomics icon indicating copy to clipboard operation
pytorch_connectomics copied to clipboard

Added missing bracket

Open Lauenburg opened this issue 3 years ago • 0 comments

In file connectomics/data/utils/data_segmentation.py:

  • Added missing bracket

  • Added type casting to int62

Indexing requires int or boolean. But the mask used for indexing where of format float without decimal ( like 124432.) since originally being of type float32.

Lauenburg avatar Feb 09 '22 00:02 Lauenburg