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
As we discussed earlier with, we need to check the coordinates of the box during cropping.
Now (during profiling) DeepProfiler returns a vector of NaNs if the box is out of the image.
We need to catch this and throw an error, as it needs attention from the user anyways.
Nothing bad happens now if the data is correct.
The text was updated successfully, but these errors were encountered:
As we discussed earlier with, we need to check the coordinates of the box during cropping.
Now (during profiling) DeepProfiler returns a vector of
NaN
s if the box is out of the image.We need to catch this and throw an error, as it needs attention from the user anyways.
Nothing bad happens now if the data is correct.
The text was updated successfully, but these errors were encountered: