You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This does not sort file names in any way, so it's pure luck (or rather, depends on platform and filesystem history) that pairs of image and annotation are actually consistent.
I suggest:
sorting this by file name
remove the useless numpy conversion (its destined for a zip iterator below)
add an assertion below that the base names are identical:
sbb_pixelwise_segmentation/utils.py
Lines 216 to 217 in 63fcb96
This does not sort file names in any way, so it's pure luck (or rather, depends on platform and filesystem history) that pairs of image and annotation are actually consistent.
I suggest:
zip
iterator below)sbb_pixelwise_segmentation/utils.py
Line 221 in 63fcb96
The text was updated successfully, but these errors were encountered: