Notice
Recent Posts
Recent Comments
«   2024/09   »
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
Tags
more
Archives
Today
Total
관리 메뉴

No Limitation

wget 명령어 오류 관련 본문

프로그래밍

wget 명령어 오류 관련

yesungcho 2022. 6. 15. 22:24

참고한 글

https://stackoverflow.com/questions/57748687/downloading-files-in-jupyter-wget-on-windows

 

Downloading files in Jupyter: wget on Windows?

I am trying to download files from a url. I found wget command to be able to do that. Since I use Jupyter, I did not want to use pip, however conda install conda wget didn't work as there is no Wi...

stackoverflow.com

 

사소한 거지만 google colab 과 jupyter notebook 사이에서 귀찮은 linux 명령어 차이 중 대표적으로 

wget이 있다. 

 

Faster RCNN을 학습하기 위해 pretrain 모형을 불러오는 과정에서 소스코드에 다음과 같은 구글 코랩에서의 명령어가 있었다. 

저 링크에서 필요한 Faster RCNN 모형 tar.gz 파일과 config 파일을 가져와야 하는데, 이게 jupyter에서는 말을 듣지 않는다.

 

이 경우 다음과 같이 명령어를 써주면 쉽게 다운로드 받을 수 있다.

물론 wget은 pip install wget 해주어야 한다.

 

귀찮아서 잘 정리하지 않는 사소한 디버깅 코드들도 틈틈히 정리하자