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
I am trying to run the code on a different dataset, RunParts works perfectly, however when I try to run unaries I get an error when rois_np in run_bulk_features is empty. The reason its empty is because in get_rois method, indices_reduced is empty as there are no values above the set threshold.
Is there something wrong with my setup to get this or is there a way to handle the exception when rois is empty?
The text was updated successfully, but these errors were encountered:
Hi,
It was true that without any rois, the process couldn't continue.
I've made a commit to fix the problem. It should be able to work now.
Feel free to tell me if this problem still happen.
I am trying to run the code on a different dataset, RunParts works perfectly, however when I try to run unaries I get an error when rois_np in run_bulk_features is empty. The reason its empty is because in get_rois method, indices_reduced is empty as there are no values above the set threshold.
Is there something wrong with my setup to get this or is there a way to handle the exception when rois is empty?
The text was updated successfully, but these errors were encountered: