self.canvas.bind("", self.on_mouse_wheel) # Windows용 def on_mouse_wheel(self, event): if event.delta > 0: self.zoom_level *= 1.1 else: self.zoom_level *= 0.9 if self.zoom_level 20.0: self.zoom_level = 20.0 self.update_canvas() 원래 위에 처럼 구현돼있었더라면 아래 처럼 구현해야 윈도우, 리눅스 둘다 휠이벤트가 동작한다. # 윈도우: # 리눅스: (wheel up), (wheel down)self.canv..

https://github.com/developer0hye/imgdiet GitHub - developer0hye/imgdiet: A Python package for minimizing file size of images with negligible quality lossA Python package for minimizing file size of images with negligible quality loss - developer0hye/imgdietgithub.com 수행시간을 로깅하는 건 때론 유용한 정보를 준다. 그치만 위에 코드처럼 구현하면 코드가 지저분해진다. 수행 시간 측정하는 코드를 데코레이터로 구현함수내에 있는 로깅 코드를 따로 데코레이터로 빼서 보다 가독성을 높였다.

https://github.com/developer0hye/imgdiet/blob/1.0.7-avif/imgdiet/core.py imgdiet/imgdiet/core.py at 1.0.7-avif · developer0hye/imgdietA Python package for minimizing file size of images with negligible quality loss - developer0hye/imgdietgithub.com 흠... 뭔가 길고 복잡하다 좀 리팩토링 해야겠다... 처음에 webp만 우려먹을 생각에 확장성 고려 안하고 구현했는데 avif추가하려다보니 코드 재사용성 및 확장성이 너무 떨어진다는 걸 체감 일단 현재 코드 좀 리팩토링해보고... avif추가해야겠다. ci 과정..

https://github.com/developer0hye/imgdiet GitHub - developer0hye/imgdiet: A Python package for minimizing file size of images with minimal quality lossA Python package for minimizing file size of images with minimal quality loss - developer0hye/imgdietgithub.com 이미지 파일 기반의 데이터셋을 구축해나가다보면 커져가는 사이즈를 감당할 수 없게된다. 특히 Aihub에 고화질 이미지가 초고용량으로 배포되는 경우가 잦다. 이 이미지들로 데이터셋을 구축해나가다보면 데이터셋의 사이즈가 금방 수십기가에 달하게 된다..
https://github.com/developer0hye/docker-cleanup GitHub - developer0hye/docker-cleanup: A lightweight CLI tool to clean all Docker resources – including containers, images, voA lightweight CLI tool to clean all Docker resources – including containers, images, volumes, networks, and build caches – with a single command. - developer0hye/docker-cleanupgithub.com 도커 쓰다보면 이미지도 쌓이고 컨테이너도 쌓이고, 단순히 이미지와 ..

https://github.com/microsoft/onnxruntime/releases/tag/v1.20.0 Release ONNX Runtime v1.20.0 · microsoft/onnxruntimeRelease Manager: @apsonawane Announcements All ONNX Runtime Training packages have been deprecated. ORT 1.19.2 was the last release for which onnxruntime-training (PyPI), onnxruntime-training-cpu ...github.com 알고보니 10월 7일에 릴리즈 됐구나

https://github.com/developer0hye/rotten-korean-romanizer/tree/main GitHub - developer0hye/rotten-korean-romanizer: Python library for romanizing Korean text. Converts '안녕하세요' to 'annyeoPython library for romanizing Korean text. Converts '안녕하세요' to 'annyeonghaseyo' and more. - developer0hye/rotten-korean-romanizergithub.com 기존에 한글을 romanization 할 일이 있을때, https://github.com/osori/korean-romanizer ..
- Total
- Today
- Yesterday
- 자료구조
- 백트래킹
- PyCharm
- ㅂ
- 가장 긴 증가하는 부분 수열
- 문제집
- MOT
- FairMOT
- 인공지능을 위한 선형대수
- 백준 1766
- 백준
- C++ Deploy
- 단축키
- Lowest Common Ancestor
- LCA
- 백준 11437
- 이분탐색
- 조합
- 순열
- cosine
- 위상 정렬 알고리즘
- 파이참
- 백준 11053
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |