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
During training task, DALI throw out too many waring log, as follows:
"operators/image/crop/bbox_crop.cc:784] Could not find a valid cropping window to satisfy the specified requirements (attempted 64 times)."
How to turn off these warning log. Thanks.
Check for duplicates
I have searched the open bugs/issues and have found no duplicates for this bug report
The text was updated successfully, but these errors were encountered:
Hi @tendar. That warning means that the operator try to come up with a random cropping window satisfying the given requirements. Perhaps the given requirements are either impossible or hard to meet with the input bounding bounding boxes you are providing. Can you give more details on your usage of the operator.
We don't have a way to simply turn off warning logs. What we could advise is relaxing the cropping window constraints so they can be met.
If you have a valid use-case, we can also look into adding an option to silence this warning.
Describe the question.
Hi,
During training task, DALI throw out too many waring log, as follows:
"operators/image/crop/bbox_crop.cc:784] Could not find a valid cropping window to satisfy the specified requirements (attempted 64 times)."
How to turn off these warning log. Thanks.
Check for duplicates
The text was updated successfully, but these errors were encountered: