-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Closed
Description
📚 The doc issue
In this example for fasterrcnn
Example:: |
in the # For training part
the output is giving an error
"ValueError: All bounding boxes should have positive height and width. Found invalid box [0.45278316736221313, 0.678650438785553, 1.0717594623565674, 0.416100412607193] for target at index 0."
Suggest a potential alternative/fix
Maybe change the way bbox are defined, here it is being initialized randomly