250x250
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
- 논문 리뷰
- 컴퓨터 비전
- numpy
- 그래픽 유저 인터페이스
- 데이터베이스
- 파이썬
- Docker
- 파이토치
- paper review
- 텐서플로우
- vue.js
- 딥러닝
- FLASK
- Web Programming
- k8s
- Deep Learning
- GUI
- 웹 프로그래밍
- tensorflow
- yaml
- MariaDB
- Python
- Django
- OpenCV
- Tkinter
- pytorch
- Computer Vision
- 장고
- POD
- kubernetes
Archives
- Today
- Total
목록RandomVerticalFlip (1)
Maxima's Lab
[Python, Pytorch] torchvision.transforms 사용법
안녕하세요, 오늘은 Pytorch 내 torchvision.transforms에 대해 알아보도록 하겠습니다. transforms 내 알아볼 내용들은 다음과 같습니다. CenterCrop RandomCrop Resize RandomVerticalFlip & RandomHorizontalFlip 아래의 Original Image에 대해 적용해보도록 하겠습니다. 위의 이미지는 (256, 256, 3) Shape을 지니고 있는 이미지입니다. 먼저, (200, 200, 3) Shape로 Center Crop을 적용해보겠습니다. import torch import torchvision.transforms as transforms transforms = transforms.Compose( [transforms.ToT..
Python/Pytorch
2022. 9. 20. 22:51