CLI 사용법
Roboflow CLI를 사용해 Batch Processing 작업을 만들고 관리합니다.
설정
pip install inference-cli
export ROBOFLOW_API_KEY="YOUR-API-KEY-GOES-HERE"pip install 'inference-cli[cloud-storage]'데이터 수집
이미지
inference rf-cloud data-staging create-batch-of-images \
--images-dir <your-images-dir-path> \
--batch-id <your-batch-id>동영상
inference rf-cloud data-staging create-batch-of-videos \
--videos-dir <your-videos-dir-path> \
--batch-id <your-batch-id>클라우드 저장소
Signed URL 수집
준비된 데이터 검사
작업 시작
이미지 처리
동영상 처리
작업 진행 상태 모니터링
결과 내보내기
Webhook 자동화
데이터 수집 Webhooks
수집 상태 알림
파일 상태 알림
작업 완료 Webhooks
작업 완료 알림
클라우드 저장소 인증
AWS S3 및 S3 호환 저장소
Google Cloud Storage
Azure Blob Storage
사용자 지정 스크립트
모든 옵션 살펴보기
마지막 업데이트
도움이 되었나요?