Azure를 이용하여 computer vision, custom vision을 연습한다.
classification과 detection을 연습한다.
이것은 본인의 기록용으로 사용하는 것이라, 친절한 설명이 되지 않다는 것을 미리 말씀드린다.
아래의 사이트에 접속한다.
Microsoft Azure
portal.azure.com
리소스> computer vision > 만들기 >free F0
key, endpoint 확인하기
같은 형식으로 custom vision 만들기
사이트 접속
Custom Vision - Home
Upload Images Bring your own labeled images, or use Custom Vision to quickly add tags to any unlabeled images. Train Use your labeled images to teach Custom Vision the concepts you care about. Evaluate Use simple REST API calls to quickly tag images with y
www.customvision.ai
create project
add image
train> quick train
프로젝트 2 detection
general A1-> 유료이므로 General을 선택
tagging 시작!
publish
prediction url
quick test
설정> project ID
전체 홈화면> 설정> key, endpoint
/ 대신 // 넣기 - 파이썬 버전 달라졌기 때문
unpublish 해야 비용청구 안됨
'마이크로소프트 > Azure' 카테고리의 다른 글
[Azure] 자연어처리- cognitive, translator 서비스 이용하여 감정분석 하기 (0) | 2023.06.16 |
---|---|
[Azure] OCR API, READ API, 리소스 만들기, 리소스 삭제 (0) | 2023.06.15 |
[Azure] 군집 실습하기 - K-means clustering (0) | 2023.06.15 |
[Azure] 분류 실습하기- logistic regression (0) | 2023.06.15 |
[Azure] 분류 모델 평가지표 confusion metrics, Recall, sensitivity, Precision, TPR, FPR, Specificity, roc curve, F1 score (0) | 2023.06.15 |