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'm trying to do rotated detections on text pages. It is a custom dataset. I'm confused regarding the bbox values and segmentation values. here's a sample image from the training dataset, with a few axis-aligned (Blue), also the minimum spanning rectangle, and rotated boxes (green).
So for the field bbox , x y w h , I have tried passing the values for axis-aligned and rotated both.
And for segmentation , I'm always passing the 4 coordinates of the green box.
But the model seems to not be learning anything. The loss seems to be decreasing, but mAP remains 0 the entire time. Please let me know if I'm doing something wrong here.
The text was updated successfully, but these errors were encountered:
I'm trying to do rotated detections on text pages. It is a custom dataset. I'm confused regarding the
bbox
values andsegmentation
values. here's a sample image from the training dataset, with a fewaxis-aligned
(Blue), also the minimum spanning rectangle, androtated
boxes (green).So for the field
bbox
,x y w h
, I have tried passing the values for axis-aligned and rotated both.And for
segmentation
, I'm always passing the 4 coordinates of the green box.But the model seems to not be learning anything. The loss seems to be decreasing, but mAP remains 0 the entire time. Please let me know if I'm doing something wrong here.
The text was updated successfully, but these errors were encountered: