Most elements in default data is 0, so a large number of inputs is full 0 assay. #129
-
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Hi @paperplane03. Yes, most arrays are all 0 (or False). This is because almost all crops do not have all organelles present. :) |
Beta Was this translation helpful? Give feedback.
-
Thank you! |
Beta Was this translation helpful? Give feedback.
-
Is there any way to only crop the image region with the ground truth labels and ignore those are zeors? |
Beta Was this translation helpful? Give feedback.
-
So do I. Is there any ways to crop only non-zero input? |
Beta Was this translation helpful? Give feedback.
-
If you use the included data loading utilities, only regions with data should be loaded. Otherwise, you can consider using the |
Beta Was this translation helpful? Give feedback.
Hi @paperplane03. Yes, most arrays are all 0 (or False). This is because almost all crops do not have all organelles present. :)