일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 논문 분석
- TensorFlow Object Detection Error
- Branch 활용 개발
- DOTA dataset
- 객체 탐지
- DACON
- Paper Analysis
- VOC 변환
- Docker
- Git
- 리눅스 빌드
- object detection
- 기능과 역할
- 논문분석
- 커스텀 애니메이션 적용
- TensorFlow Object Detection 사용예시
- TensorFlow Object Detection API install
- 크롤링
- 개발흐름
- Object Detection Dataset 생성
- Towards Deep Learning Models Resistant to Adversarial Attacks
- CARLA simulator
- InstructPix2Pix
- Carla
- paper review
- 사회초년생 추천독서
- TensorFlow Object Detection Model Build
- Linux build
- AI Security
- Custom Animation
Archives
- Today
- Total
목록Object Detection Dataset 생성 (1)
JSP's Deep learning

1. Detection 데이터 만들기 1) labelImg를 이용한 이미지 라벨링 진행순서 labelImg 실행 TensorFlow/addons/labelImg 경로로 이동 python labelImg.py [이미지 데이터 경로] (본문에서는 TensorFlow/workspace/training_demo/images) 이미지 파일 선택 Ctrl + 마우스 클릭으로 bounding box 지정 Label 입력 or Default label 지정 저장(본문에서는 TensorFlow/workspace/training_demo/images에 저장) -> 최종적으로 Image에 대한 box 및 label 정보가 .xml 형태로 저장 labelImg 예시 실행 결과 및 바운딩 박스 표기 labelImg로 생성된 ...
Deap learning/Object Detection
2023. 3. 6. 21:46