딥 러닝6 - 라벨링

ganadara·2022년 12월 19일
0

복습

목록 보기
20/49

새싹 인공지능 응용sw 개발자 양성 교육 프로그램 심선조 강사님 수업 정리 글입니다.

https://github.com/ivangrov/ModifiedOpenLabelling

  • conda 가상환경 설정, GIT Bash

  • command prompt

  • 라벨링하고 싶은 이미지를 C:\gitdir\ModifiedOpenLabelling 위치에서
    image폴더 안에 넣기

  • 내가 원하는 라벨링값을 한 줄씩 적기

  • 라벨링 다 하고
    python train_test_split.py

정리

git clone GitHub - ivangrov/ModifiedOpenLabelling: A modified version of https://github.com/Cartucho/OpenLabeling OpenLabelling tool

conda info --envs #conda 가상환경
conda activate base
pip install -r requirements.txt
python run.py
python train_test_split.py

run.py 단축키
q 종료
w,s 클래스변경
a,d 이미지 변경

  • GIT Bash
  • command prompt
profile
DL 공부중

0개의 댓글