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

Review 이전 시간에는 데이터 수집과 디렉터리 변경 및 labeling에 대해 알아보았다. 이번 시간에는 matplotlib을 활용하여 그래프화 및 나머지 전처리에 대해 진행하겠다. 1편: https://ys-cs17.tistory.com/28 1. make_graph.py Code 전체 코드https://github.com/yunseokddi/pytorch_dev/blob/master/facial_age_classifier/EfficientNet_ver/data_preprocess/make_graph.py (1) __init__ class analysis_data: def __init__(self, root_dir, start_age, end_age): self.root_dir = root_dir ..
Project/pytorch
2020. 9. 10. 16:11