Created by. 솔루션사업팀
layoutparser
Installation — Layout Parser 0.3.2 documentation
pip install layoutparser
detectron2
Installation — detectron2 0.6 documentation
python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'
# (add --user if you don't have permission)
# Or, to install it from a local clone:
git clone <https://github.com/facebookresearch/detectron2.git>
python -m pip install -e detectron2
<aside> ⛔ 설치시 버전 이슈가 있음
DL PC의 gcc 및 g++의 버전은 11.3.0 이었는데, 6.0.0 ≤ version ≤ 10.0.0 로 버전을 맞춰야했음
How to switch between multiple GCC and G++ compiler versions on Ubuntu 20.04 LTS Focal Fossa
→ 위 사이트를 참고하여 버전을 바꿔줬더니 잘 실행되었음
⇒ 하지만 여러 모델을 합칠 때 버전 이슈가 또 다시 발생할 수 있으므로 주의!
</aside>
<aside> ❤️ TableBank의 faster_rcnn_R_101_FPN_3x 모델이 mAP가 91.26으로 가장 높았고,
실제 모집요강 데이터로 테스트를 해 본 결과도 가장 성능이 좋았음
⇒ 유한대 모집요강 테스트 결과
td_faster_rcnn_R_101_FPN_3x.zip
</aside>
범위가 정확하지는 않음
→ 실제 테이블 위치 안쪽에서 시작하거나 끝나는 경우