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 | 31 |
Tags
- gaze estimation
- Clustering
- RNN
- ResNet
- Transfer Learning
- 군집화
- textmining
- Ann
- MLOps
- VGGNet
- NER
- tensorflow
- stemming
- NMF
- Generative model
- 자기조직화지도
- nlp
- Python
- 경사하강법
- LSTM
- TFX
- cross domain
- AI 윤리
- Gradient Descent
- Attention
- Binary classification
- BERT
- Logistic Regression
- SOMs
- Support Vector Machine
Archives
- Today
- Total
목록Fast api (1)
juooo1117

이미지에서 객체를 검출하도록 학습된 YOLOV3이라는 모델을 배포해 보자. 학습된 모델이 작동하는 모습을 우선 확인해 보기 위해서 아래의 함수를 정의했고, 이미에서 객체를 올바르게 검출하는 것을 확인했다. # Read the image into a numpy array # Perform the object detection # Print detected objects with confidence level # Create a new image that includes the bounding boxes # Save the image in the directory images_with_boxes # Display the image with bounding boxes import cv2 import cvlib..
Deep Learning Study/DeepLearning.AI (Coursera)
2023. 12. 25. 18:56