csxmli2016 / MARCONet

Learning Generative Structure Prior for Blind Text Image Super-resolution [CVPR 2023]
Other
185 stars 14 forks source link

use_new_bbox #20

Open wojiaoyanmin opened 3 months ago

wojiaoyanmin commented 3 months ago

hi, I want to know where does the model named "net_new_bbox.pth" come from please?

csxmli2016 commented 3 months ago

hi, I want to know where does the model named "net_new_bbox.pth" come from please?

Just run the following command to download the pth file.

python checkpoints/download_github.py
wojiaoyanmin commented 3 months ago

I found that this module didn't work well for English, and I want to retrain it, so I'm wondering how to train it? which project is it based on? thankyou very much

csxmli2016 commented 3 months ago

I found that this module didn't work well for English, and I want to retrain it, so I'm wondering how to train it? which project is it based on? thankyou very much

I see. This project is not based on any other works.

csxmli2016 commented 3 months ago

I found that this module didn't work well for English, and I want to retrain it, so I'm wondering how to train it? which project is it based on? thankyou very much

Besides, I am not very familiar with detection tasks. You can try to use other frameworks that may have better character detection performance.

wojiaoyanmin commented 3 months ago

I found that this module didn't work well for English, and I want to retrain it, so I'm wondering how to train it? which project is it based on? thankyou very much

Besides, I am not very familiar with detection tasks. You can try to use other frameworks that may have better character detection performance.

ok, thankyou~