Sunwoo Park
Sunwoo Park
I replaced from ruamel.yaml import YAML > import yaml (pip install PyYAML) try it!
Hi, I have a same problem... 8 random batch data selected by DataLoader... Done! from graph, get pred_conf, pred_loc ... Done! calculating (positive, negative, true_location) with jaccard overlap by DefaultBoxControl...
I added support for korean with some .ttf fonts and a dictionary. The adjusted run.py and datagenerator.py files run and work till they crash also. Look forward to hearing from...
It's a temporary fix, but it's quick to create the data, ```bash while true; do python run.py -w 5 -f 64 -l ko; sleep 1; done; ```
Hi, this project is Work In Progress *There is a problem in the attention of the RNN decoder. If you want to test model, download the data and preprocessing according...
You are right. dataloader will return (images, captions, lengths) for every iteration.. I think I'll need to fix it. Thanks
안녕하세요~ 기존 영문에서 사용하던 파라미터를 그대로 사용했을때 최대성능은 29%정도였는데 파라미터를 조금씩 조정하면서 현재는 84-85% 정도까지는 성능이 나오는것 같습니다 추가적인 성능 개선을 위해서 몇가지 고려중인건 아래정도입니다 - 데이터자체를 단어의 조합에서 실제...
예측된 문장과 실제 문장을 비교해서 정확도를 측정하고 있습니다. 질문하신 대로라면 100개의 문장중에 85개 문장을 정확히 예측한다는 게 되겠네요. 정확도가 가장 높았던 모델(TPS-VGG-BiLSTM-Attn)의 로그정보와 모델 다운로드 링크 추가했습니다. 한번 보시고 궁금하신건...
우선 제가 진행하는 프로젝트에 관심가져주셔서 감사합니다. demo도 다시한번 돌려보게 되었네요. 제 기억으론 위 에러는 환경설정이 맞지않을때 나왔던걸로 기억합니다. 방금 모델수행해본 제 가상환경은 (pytorch 1.2.0, Python 3.6.5) 이네요. 데모 수행 스크립트를...
https://github.com/parksunwoo/ocr_kor/blob/master/deep-text-recognition-benchmark/modules/transformation.py#L152 152 라인 코드로 한번 해보시겠어요?