2019. 5. 16. 20:32ㆍ꿀팁 분석 환경 설정
최근에 OCR을 맡게 되어서, 데이터를 생성하기 위해서 annotation 작업을 해야 했습니다.
그래서 몇 가지 알아본 것을 소개하고자 합니다.
저는 처음에 VGG annotator를 사용했는데요.
이것을 제가 쓰지 않은 이유는 html로 사용해야 돼서 삼성 노트북 펜을 쓰지 못해서 안 했습니다.
왜냐면 저는 이것을 버스 타면서 할 거라서요....
시간을 최대한 효율적으로 쓰기 위해 다른 툴을 찾아 떠났습니다.
그러다가 찾은 것이 labelimg라는 툴이었습니다
이것은 삼성 노트북 펜으로 쭉 그으면 잘 되더라고요!!
그래서 이것을 선정해서 열심히 그리고 있습니다.
garbage in garbage out을 막기 위해 열심히 `잘` 그리려고 노력하고 있습니다ㅎㅎㅎㅎ
이상입니다.
(tkffuwntpdy bb)
http://www.robots.ox.ac.uk/~vgg/software/via/
VGG Image Annotator (VIA)
VGG Image Annotator (VIA) Overview VGG Image Annotator (VIA) is an image annotation tool that can be used to define regions in an image and create textual descriptions of those regions. VIA is an open source project developed at the Visual Geometry Group a
www.robots.ox.ac.uk
https://github.com/tzutalin/labelImg
tzutalin/labelImg
:metal: LabelImg is a graphical image annotation tool and label object bounding boxes in images - tzutalin/labelImg
github.com
https://tzutalin.github.io/labelImg/
LabelImg
tzutalin.github.io
'꿀팁 분석 환경 설정' 카테고리의 다른 글
(Windows) Sublime Text3 설치를 할 때 도움을 받은 블로그 (0) | 2019.11.16 |
---|---|
Conda 가상환경을 shell script 한개로 여러 Python 환경 실행시키기 (2) | 2019.09.21 |
conda로 opencv 설치하는 방법 공유 Ubuntu16.04 (0) | 2019.05.14 |
conda로 설치하기 h2o4gpu (0) | 2019.05.14 |
R 패키지 설치시, 중복 설치 방지 (0) | 2019.05.12 |