공부/A.I
[YOLOv8] 라벨링부터 모델 테스트까지
래울
2024. 7. 27. 20:24
매번하는데 할 때 마다 기억에 의존해서 찾아다니는게 귀찮아서 정리해두는 페이지
데이터 라벨링
1. 로보플로 활용(데이터 전처리 및 라벨링, 증강도 제공)
Roboflow: Computer vision tools for developers and enterprises
Everything you need to build and deploy computer vision models, from automated annotation tools to robust, device-agnostic deployment solutions.
roboflow.com
2. 데이터 라벨링, cmd/ide로 실행해서 사용
개인적으로는 혼자 데이터 라벨링하는 경우에는 이게 편한듯
https://github.com/ivangrov/ModifiedOpenLabelling
GitHub - ivangrov/ModifiedOpenLabelling: A modified version of https://github.com/Cartucho/OpenLabeling OpenLabelling tool
A modified version of https://github.com/Cartucho/OpenLabeling OpenLabelling tool - ivangrov/ModifiedOpenLabelling
github.com
소스코드를 다운받으면 있는 class_list를 편집해주면 된다.
암튼 실행 잘됨
모델 학습
1. 개인 PC
2. Colab
3...
학습 결과 및 테스트
1.
2.
3.