how to deal with instance with 3 points in MMOCR 1.x det #1595
Unanswered
jorie-peng
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Thanks for your report! Can you share the code you change the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
dataset: total-text
env: MMOCR dev-1.x
model: fcenet
config: as same as fcenet_fpn_ic15
error: because total-text has instance with 1/2/3 points,
step1. if train fcenet with dev-1.x totaltext dataset directly, it will have error , it seems must have points > 6。
step2: refer to #768, change instance with points<8 to ignore=True, add filter code in /mnt/cache/pengjiahui/anaconda3/envs/mmde3/lib/python3.8/site-packages/mmengine/dataset/base_dataset.py
filter_data()
, but still fail.step3: for TopologicalError error, refer to #1388, change pipeline, but fail still, error message keep same as step2.
so how to change my config or dataset, can train successfully?
Beta Was this translation helpful? Give feedback.
All reactions