일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- EfficientNet
- yolov3
- pytorch c++
- pytorch
- CNN
- yolo
- computervision
- pytorch project
- support vector machine 리뷰
- Faster R-CNN
- RCNN
- SVM hard margin
- Computer Vision
- libtorch
- cs231n lecture5
- 데이터 전처리
- TCP
- self-supervision
- SVM margin
- cnn 역사
- SVM 이란
- DeepLearning
- 논문분석
- fast r-cnn
- CS231n
- 서포트벡터머신이란
- Object Detection
- Deep Learning
- darknet
- svdd
Archives
- Today
- Total
목록facial age project (1)
아롱이 탐험대

Review 이번 시간에는 지난번에 이어서 trained weight를 가지고 detect 하는 code를 작성해보자. 전체 코드 https://github.com/yunseokddi/pytorch_dev/blob/master/facial_age_classifier/EfficientNet_ver/detect.py detect 코드 자체는 크게 matplotlib, opecv, pillow를 통해 output image에 대한 결과를 시각화할 수 있다. 이번 시간에는 opecv를 통해 detect 결과에 대해 출력해보자. detect.py import torch import cv2 import argparse from efficientnet_pytorch import EfficientNet parser =..
Project/pytorch
2020. 9. 18. 11:34