Making Convolutional Networks Shift-Invariant Again https://richzhang.github.io/antialiased-cnns/ Making Convolutional Networks Shift-Invariant Again.R. Zhang. In ICML 2019.richzhang.github.io Video에 대해 detection 모델 추론시켜보면 프레임 단위로 큰 차이가 없는 거 같은데 객체가 살짝 이동했다고해서, 혹은 코덱에 의해 발생하는 약간의 열화에도 결과값에 대한 변화가 굉장히 큰 경우를 자주 보곤했다. 뭐 이론적으로 배울때는 CNN이 Pooling에서 어쩌구 저쩌구..., Strided Convolution에서 어쩌구 저쩌구... 하면서 이동..
NVIDIA GPU 드라이버 설치하는데 gcc 버전 관련 오류가 났다. 분명 요구하는 gcc/g++ 12를 설치했는데 에러가 해결되지 않는다. gcc --version을 입력했다. 11.x 로 나온다. ?! 뭔가 매칭이 안됐다. gcc를 clean uninstall 했다. 그리고 gcc/g++12 만 설치했는데 그래도 안된다. Claude 한테 물었다. 아래 커맨드를 순차적으로 실행하니 됐다. gcc/g++12, gcc/g++ (default) 설치됐다는 가정하에 아래 커맨드 실행하면 된다.sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 120 sudo update-alternatives --install /usr/bin/g++ g..
1. Non-DDP 코드를 Claude에게 던지며 구현하라고 시킨다.2. 지적한다.3. 지적한다.4. 괜히 시비건다.5. 잠깐 다른길로 새어본다.6. 혼낸다.7. 또 혼낸다.8. 괜히 시비건다.9. 괜히 시비건다.10. torchrun ~ 으로 실행시킨다. 11. 된다. 와 옛날에 copilot, chatgpt, claude 없을때는 며칠을 애먹었던 건데... 이렇게 손쉽게 되다니... 세상 너무 편해졌다!
가끔 PyTorch DDP 학습 돌리다가 갖가지 이유로 프로세스가 비정상적으로 종료되면, 종료도 제대로 안되고 유령 프로세스가 되어 GPU 를 그대로 점유하는 케이스가 있다. 그럴때 아래의 명령어를 실행시켜주면 된다. 근데, 윈도우에서는 안해봤다. Non-GUI OS에서만 테스트해봤다. GUI 딸린 OS 에서 아래 명령어 실행시키면 아마 뭔가 문제가 발생하지 않을까 싶다. sudo kill -9 $(nvidia-smi --query-compute-apps=pid --format=csv,noheader) 경우에 따라 sudo 빼고 돌리면 됨 챗지피티가 알려줌, 직접 해봄, 됨
https://dacon.io/competitions/official/236050/codeshare?page&dtype&ptype&fType&category 월간 데이콘 TV 손동작 제어 인식 AI 경진대회 - DACON조회수 1,770 댓글수 5 일 년 전dacon.io https://pytorch.org/vision/stable/models.html#video-classification Models and pre-trained weights — Torchvision 0.18 documentationShortcutspytorch.org torchvision official r(2+1)d networkhttps://github.com/pytorch/vision/blob/main/torchvision..
https://arxiv.org/pdf/2406.03459 https://github.com/Atten4Vis/LW-DETR GitHub - Atten4Vis/LW-DETR: This repository is an official implementation of the paper "LW-DETR: A Transformer Replacement to YOThis repository is an official implementation of the paper "LW-DETR: A Transformer Replacement to YOLO for Real-Time Detection". - Atten4Vis/LW-DETRgithub.com 읽어봐야겠다.
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 ..
https://wednesday1304.tistory.com/entry/Windows-%ED%8C%8C%EC%9D%BC-%EA%B2%BD%EB%A1%9C-%EA%B8%B8%EC%9D%B4-%EC%A0%9C%ED%95%9C-%ED%92%80%EA%B8%B0-260%EC%9E%90-%EC%9D%B4%EC%83%81-%EA%B2%BD%EB%A1%9C-%EB%A7%8C%EB%93%A4%EA%B8%B0 [Windows] 파일 경로 길이 제한 풀기, 260자 이상 경로 만들기1. 경로 길이 제한을 푸는 이유 2. 경로 길이 제한 푸는 방법 2-1. 그룹 정책으로 경로 길이 제한 푸는 방법 2-2. 레지스트리 변경으로 경로 길이 제한 푸는 방법 2-3. PowerShell로 경로 길이 제한 푸는wednesday130..
https://github.com/yt-dlp/yt-dlp GitHub - yt-dlp/yt-dlp: A feature-rich command-line audio/video downloaderA feature-rich command-line audio/video downloader - yt-dlp/yt-dlpgithub.com pip install yt-dlp yt-dlp -o "%(title)s.%(ext)s" -ciw -v -f "bestvideo+bestaudio" https://www.youtube.com/@{채널명} 예) yt-dlp -o "%(title)s.%(ext)s" -ciw -v -f "bestvideo+bestaudio" https://www.youtube.com/@yonghyek..
- Total
- Today
- Yesterday
- 백트래킹
- FairMOT
- 이분탐색
- 위상 정렬 알고리즘
- 단축키
- 가장 긴 증가하는 부분 수열
- cosine
- 백준 11053
- 조합
- 인공지능을 위한 선형대수
- 백준 11437
- 순열
- 백준 1766
- PyCharm
- Lowest Common Ancestor
- MOT
- 백준
- 자료구조
- ㅂ
- 파이참
- LCA
- 문제집
- C++ Deploy
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |