Replies: 2 comments
-
Or is |
Beta Was this translation helpful? Give feedback.
-
In MMOCR 0.x, the augmentations do not necessarily follow the same protocol and thus may not be interchangeable. Hence, simply replacing one transform with another could result in errors. In MMOCR 1.0, |
Beta Was this translation helpful? Give feedback.
-
I'm trying to customize pretrained model
DB_r50
. From what i know, DBNet should be able to process images of any shape. But in model's config file i foundEastRandomCrop
to (640, 640). Whenever i try to delete it and replace withResize
, the pipeline won't work, i get a warning like below for every file in my dataset :But
EastRandomCrop
to different shape works fine.So i wonder how can i make DBNet train on resized images, not cropped.
Beta Was this translation helpful? Give feedback.
All reactions