목록Artificial Intelligence/Computer Vision (2)
AI 공부 저장소

이전 글에서는 Bounding Box를 그리는 labelImg 라이브러리에 대해 알아보았습니다. 이번 글에서는 Bounding Box를 그린 이미지에 대해 Augmentation을 수행해보겠습니다. 만약 Bounding Box를 직접 그리는 방법이 궁금하시면 아래 글을 참고해주세요! https://aiclaudev.tistory.com/29 YOLOv5 이미지 데이터셋을 구축해보자! - labelImg 사용법 컴퓨터 비전 관련 프로젝트를 하다보면, 데이터셋을 직접 구축해야할 일이 꽤 생깁니다. labelImg라는 사용하기 쉬운 라이브러리를 사용해서 직접 Bounding Box를 그려 데이터셋을 생성해봅시다. ① l aiclaudev.tistory.com https://imgaug.readthedocs.i..

컴퓨터 비전 관련 프로젝트를 하다보면, 데이터셋을 직접 구축해야할 일이 꽤 생깁니다. labelImg라는 사용하기 쉬운 라이브러리를 사용해서 직접 Bounding Box를 그려 데이터셋을 생성해봅시다. ① labelImg 깃허브에서 다운로드 받기 https://github.com/tzutalin/labelImg GitHub - tzutalin/labelImg: 🖍️ LabelImg is a graphical image annotation tool and label object bounding boxes in images 🖍️ LabelImg is a graphical image annotation tool and label object bounding boxes in images - GitHub - tz..