Label Studio
The most flexible data annotation tool. Quickly installable. Build custom UIs or use pre-built labeling templates.
Demo
Docker-Compose environments
찾아낸 몇 가지 장단점
장점:
- 빼면 여러 종류 (Images, Audio, Text, Time Series, Multi-Domain) 가능하고 디자인 좋다.
단점:
- Polygon 편집시 반응속도가 느리더라.
- 단축키 불편
- 확대/축소 및 폴리곤의 포인트 잡기가 힘들다.
-
추가된 폴리곤의 포인트 제거가 없다.- 더블클릭으로 제거할 수 있다. 1 - 가끔 버그 발생
- 회원 비밀번호 변경이 안된다.
- 관리자 개념이 없다.
관리자와 권한에 대한 내용은 Enterprise 버전에 있는듯하다 (확인은 안했지만)
API Examples
- User List:
curl -X GET
https://label.my.com/api/users/
-H 'Authorization: Token c5900073e67059493360caee49cfedde53776507' | opy -m json.tool
- Delete User:
curl -X DELETE
https://label.my.com/api/users/32
-H 'Authorization: Token c5900073e67059493360caee49cfedde53776507' | opy -m json.tool