https://github.com/developer0hye/YOLOX-Backbone GitHub - developer0hye/YOLOX-Backbone: yolox_backbone is a deep-learning library and is a collection of YOLOX Backbone models. yolox_backbone is a deep-learning library and is a collection of YOLOX Backbone models. - GitHub - developer0hye/YOLOX-Backbone: yolox_backbone is a deep-learning library and is a collection of YOL... github.com 위는 최근에 배포한 ..
yaml 패키지 설치 pip install PyYAML import os import yaml def parse_yaml(file_path, encoding="utf-8"): assert os.path.isfile(file_path) with open(file_path, "r", encoding=encoding) as f: dict_yaml = yaml.load(f, Loader=yaml.FullLoader) return dict_yaml encoding 을 utf-8 로 명시해준 건 yaml 파일내에 한글이 포함되어 있는 경우를 지원하기 위함
File(*.txt, *.cfg 등)에 기록된 값은 프로그램상에서 Read하는 경우에 String자료형으로 Load됩니다. File에 기록된 값(s)이 True 혹은 False 인 경우, 프로그램상에서 이를 Boolean 값(b)으로 변환하는 과정이 필요합니다. 해당 과정은 아래와 같이 간단하게 구현할 수 있습니다. b = s == 'True' 출처는 다음과 같습니다. stackoverflow.com/questions/715417/converting-from-a-string-to-boolean-in-python Converting from a string to boolean in Python? Does anyone know how to do convert from a string to a boolean ..
- Total
- Today
- Yesterday
- 백트래킹
- PyCharm
- Lowest Common Ancestor
- 위상 정렬 알고리즘
- 백준 1766
- 이분탐색
- 백준
- 조합
- 백준 11437
- 파이참
- 단축키
- 자료구조
- 가장 긴 증가하는 부분 수열
- ㅂ
- LCA
- 백준 11053
- 인공지능을 위한 선형대수
- C++ Deploy
- FairMOT
- 문제집
- 순열
- cosine
- MOT
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |