GitHub
https://github.com/xinntao/BasicSR/blob/master/INSTALL.md
다운로드
git clone https://github.com/xinntao/BasicSR
확인할 것
1. Requirements 설치
cd BasicSR
pip install -r requirements.txt
2. Git clone한 후 C++ extensions compile하기
BASICSR_EXT=True pip install basicsr
3. datasets폴더에 symbolic link 만들기 (바로 가기 기능)
# ln -s [data location] [link name]
# Go to datasets/REDS/ folder and make symbolic link for REDS
ln -s Dataset/REDS/train/train_sharp/ train_sharp
ln -s Dataset/REDS/train/train_sharp_bicubic/X4/ train_sharp_bicubic
4. 학습을 위한 yml파일 작성: 위치 options/train/
5. wandb 등록
wandb init
'기타 정보' 카테고리의 다른 글
Optical Flow (0) | 2022.04.01 |
---|---|
논문 scheme 뜻 (0) | 2022.03.06 |
Video Super Resolution Based on Deep Learning (0) | 2022.02.28 |
[OpenCV] OpenCV로 image resize를 하면 channel이 사라진다? (0) | 2022.02.10 |
[Ubuntu] sh파일을 이용해 wget 여러번 하기 (1) | 2022.02.04 |
댓글