https://github.com/ultralytics/yolov5/pull/10467 Modify a comment for OpenCV File I/O Functions by developer0hye · Pull Request #10467 · ultralytics/yolov5 Signed-off-by: Yonghye Kwon developer.0hye@gmail.com github.com 주석 수정했다. OpenCV 써본 사람이면 알겠지만, imread 나 imwrite에 유니코드 들어가면 정상적으로 동작하지 않는다. 그래서 YOLOv5에도 이를 고려한 예외처리가 돼있는데, 해당 부분에 대한 주석설명을 "특정한 언어 지향적인" 보다는 "다국적어 지향적인"의 느낌으로 수정하였다.
https://github.com/rwightman/pytorch-image-models/pull/1270 fix a function parameter typo(cropt_pct -> crop_pct) by developer0hye · Pull Request #1270 · rwightman/pytorch-image-models github.com Pretrained ViT를 input size independent하게 쓸 수 있게 하는 걸 사이드 프로젝트로 하는 중인데, 일단 timm을 최대한 활용해보려고 하는중이다. 이와중에 validation과정에서 모델의 전처리 과정에 대한 Descriptor중 오타가 좀 있길래 이를 수정했다...ㅋㅋ 별거아니다.
https://github.com/ultralytics/yolov5/pull/3462 Faster HSV augmentation by developer0hye · Pull Request #3462 · ultralytics/yolov5 remove datatype conversion process that can be skipped. import random import numpy as np import cv2 import time def anchor_augment_hsv(img, hgain=0.5, sgain=0.5, vgain=0.5): r = np.random.unif... github.com YOLOv5에서 쓰이는 augmentation 중에 영상의 컬러와 명도를 조정함으로써 데이터를 증강시키는 기..
https://github.com/ultralytics/yolov5/pull/3173 rename class autoShape -> AutoShape by developer0hye · Pull Request #3173 · ultralytics/yolov5 follow other classes' naming convention github.com class 명이 다른 class의 naming convention 과 맞지 않길래 해당부분을 수정한 후 푸쉬함
github.com/ultralytics/yolov5/pull/2383 image weights compatible faster random index generator v2 for mosaic … by developer0hye · Pull Request #2383 · ultralytics/y @glenn-jocher It's related to #2345. image weights compatible faster random index generator v2 for mosaic augmentation It's much faster than baseline, and compatible with image weights opti... github.com Mosaic augmentation 코드에서 Rand..
github.com/ultralytics/yolov5/pull/2345 faster random index generator for mosaic augmentation by developer0hye · Pull Request #2345 · ultralytics/yolov5 We don't need to access list to generate random index It will make augmentation slower. github.com Mosaic augmentation 함수내에서 랜덤하게 3장의 사진을 읽어들일때, 불필요하게 리스트를 접근하는 과정이 있었음 해당 과정에서 리스트를 접근하지 않도록 코드 수정하여 학습 과정을 고속화함. 아... merge는 됐는데 기존 코드랑 호환성이 맞지 않아..
- Total
- Today
- Yesterday
- 이분탐색
- 백준
- ㅂ
- cosine
- C++ Deploy
- 위상 정렬 알고리즘
- 조합
- 백준 11437
- 자료구조
- PyCharm
- 백트래킹
- 백준 1766
- Lowest Common Ancestor
- 인공지능을 위한 선형대수
- LCA
- MOT
- 백준 11053
- 순열
- 파이참
- 가장 긴 증가하는 부분 수열
- FairMOT
- 단축키
- 문제집
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |