New configs for model testing #1497
Unanswered
airogachev
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Your config looks alright, but the hyperparameters that work on icdar2015 may not work well on other datasets such as ctw1500. Usually, you will have to change the image size in the pipeline, and sometimes you may even have to change the learning schedule. For some examples, you can examine the diff of PSE_CTW vs PSE_IC15, and PAN_CTW vs PAN_IC15 to get a sense of it |
Beta Was this translation helpful? Give feedback.
0 replies
-
TBH, I don't see the difference for test part, it looks like we have to use the same image size as we do not refit the model |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It is possible to find configs for some datasets and models in the repo. However it's not clear how should a new config be properly added.
E.g. I tried to add a CTW1500 cofig for testing DBNet and it looks as follows:
Then I used it for testing:
And got icdar/precision: 0.2755 icdar/recall: 0.4091 icdar/hmean: 0.3293
Thus it's not clear whether the config is properly added and model just doesn't perform well at this case or whether I passed some parameters in a wrong way.
So, to sum up, it is enough to take existing config of some particular model and just change the way/name of the dataset or should I change some other parameters as well?
Beta Was this translation helpful? Give feedback.
All reactions