Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 2020정보처리기사
- DEEPLEARNING
- Python
- Logitech
- 국가자격증
- 자격증
- 코딩
- 딥러닝
- 정보처리기사
- 파이썬
- Anaconda
- ubuntu
- 정보처리
- 정보처리기사 실기
- 큐넷
- coding
- keyboards
- qnet
- 우분투
- torch
- Apple
- 실기시험
- 로지텍
- python3
- 기사 실기
- pytorch
- 실기
- 파이토치
- 기사시험
- NCS
Archives
- Today
- Total
목록face cognition (1)
dhwiii's notepad | 딥 러닝, 코덱 일기장
(Python) MS Azure Face cognition API를 사용한 파이썬 얼굴인식 예제
import cognitive_face as CF KEY = 'PERSONAL_KEY' # Replace with a valid subscription key (keeping the quotes in place). CF.Key.set(KEY) BASE_URL = 'https://koreacentral.api.cognitive.microsoft.com/face/v1.0' # Replace with your regional Base URL CF.BaseUrl.set(BASE_URL) # You can use this example JPG or replace the URL below with your own URL to a JPEG image. img_url = 'PERSONAL_IMG' #img_url ha..
■ Working Draft/◎ Coding
2020. 6. 9. 16:38