common/y*: add Korean translation (#14521)

This commit is contained in:
코드싸이
2024-11-02 02:57:18 +09:00
committed by GitHub
parent 44f4f2b76d
commit 1dfe11f879
42 changed files with 841 additions and 0 deletions

12
pages.ko/common/yolo.md Normal file
View File

@@ -0,0 +1,12 @@
# yolo
> YOLO 명령줄 인터페이스는 다양한 작업과 버전에서 모델을 간단하게 학습, 검증 또는 추론할 수 있게 해줍니다.
> 더 많은 정보: <https://docs.ultralytics.com/cli/>.
- 현재 작업 디렉토리에 기본 설정의 복사본 생성:
`yolo task=init`
- 지정된 설정 파일로 객체 탐지, 인스턴스 분할, 또는 분류 모델 학습:
`yolo task={{detect|segment|classify}} mode=train cfg={{경로/대상/config.yaml}}`