https://github.com/developer0hye/Yolo_Label developer0hye/Yolo_Label GUI for marking bounded boxes of objects in images for training neural network Yolo v3 and v2 https://github.com/AlexeyAB/darknet, https://github.com/pjreddie/darknet - developer0hye/Yolo_Label github.com 20210612 기준 158개의 스타를 받은 프로젝트이다. 처음 이 프로젝트를 공개했을때 이정도로 많은 스타를 받을지는 상상도 못했다. 많이들 이용해주시는 거 같아 감사할 따름이다. 100개의 스타를 받은 프로젝트의 2주간..
for entry in path/* do $entry done
https://en.cppreference.com/w/cpp/filesystem Filesystem library - cppreference.com The Filesystem library provides facilities for performing operations on file systems and their components, such as paths, regular files, and directories. The filesystem library was originally developed as boost.filesystem, was published as the technical sp en.cppreference.com filesystem 을 이용하면 된다. #include namespa..
이미지 파일의 헤더 포맷에 촬영시 카메라 방향에 대한 정보가 저장될 수 있나보다. https://github.com/developer0hye/Yolo_Label/issues/49 rotating · Issue #49 · developer0hye/Yolo_Label tool randomly rotates images look how picture looks like in labeling tool and in my folder github.com https://stackoverflow.com/questions/15123340/qimage-loads-with-wrong-orientation-for-certain-images QImage loads with wrong orientation for certain ..
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 중에 영상의 컬러와 명도를 조정함으로써 데이터를 증강시키는 기..
디텍션 모델을 개발하는 사람으로서 coco데이터셋은 한 번 맛봐야겠다. https://github.com/developer0hye/Simple-CenterNet developer0hye/Simple-CenterNet PyTorch Implementation of CenterNet(Object as Points) - developer0hye/Simple-CenterNet github.com 위 프로젝트에서 쓸 예정 예전에 모 회사의 인턴 면접에서 COCO데이터셋에 이미지가 몇장있는지 물어봤었던 기억이 난다... 아래 코드를 참고해야지~ https://github.com/wei-yuma/multitrident/blob/master/data/coco.py wei-yuma/multitrident I combin..
https://unix.stackexchange.com/questions/78376/in-linux-how-to-delete-all-files-except-the-pattern-txt In linux, how to delete all files EXCEPT the pattern *.txt? I know how to delete all txt file under current directory by rm *.txt. Does anyone know how to delete all files in current directory EXCEPT txt file? unix.stackexchange.com find . -type f ! -name '*word*' -delete -type f 는 폴더는 제외하고 파일인..
- Total
- Today
- Yesterday
- cosine
- ㅂ
- Lowest Common Ancestor
- 백준
- PyCharm
- 문제집
- 이분탐색
- 백준 11053
- 단축키
- 자료구조
- 백트래킹
- C++ Deploy
- 위상 정렬 알고리즘
- MOT
- FairMOT
- 파이참
- 인공지능을 위한 선형대수
- 조합
- LCA
- 백준 11437
- 백준 1766
- 가장 긴 증가하는 부분 수열
- 순열
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |