Skip to content

Instantly share code, notes, and snippets.

View nanguoyu's full-sized avatar

Dong Wang nanguoyu

View GitHub Profile
@nanguoyu
nanguoyu / coco.sh
Last active February 9, 2021 20:57 — forked from mkocabas/coco.sh
Download COCO dataset. Run under 'datasets' directory.
mkdir coco
cd coco
mkdir images
cd images
wget -c http://images.cocodataset.org/zips/train2017.zip
wget -c http://images.cocodataset.org/zips/val2017.zip
wget -c http://images.cocodataset.org/zips/test2017.zip
wget -c http://images.cocodataset.org/zips/unlabeled2017.zip
@nanguoyu
nanguoyu / setupFFmpegCUDA.sh
Last active April 24, 2021 16:45
Ubuntu FFmpeg with CUDA11.0
git clone https://git.videolan.org/git/ffmpeg/nv-codec-headers.git
cd nv-codec-headers && make && sudo make install
git clone https://github.com/FFmpeg/FFmpeg.git
cd FFmpeg
# Manually modify nvccflags_default
./configure --enable-nonfree \
--enable-cuda-nvcc \
--enable-libnpp \
--enable-pic \
@nanguoyu
nanguoyu / Ubuntu20.04-cuda11.0-set-up.sh
Last active August 28, 2022 05:09
Ubuntu20.04 CUDA
# Nvidia Driver installation
# sudo apt install nvidia-driver-460
# sudo reboot
# CUDA installation
# Version==11.0.3
# If you want to compile OpenCV with CUDA support,
# please install CUDA11.0.1 by net (method2) and then install CUDA11.0.3 by runfile again and dont override driver.
# Because I find net installtion is different from runfile such as nppi.
102367434# 62424314
195174792# 52300345
214769520# 55566133
233322180# 175319345
245326014# 60658881
252694470# 125060579
255360600# 62331313
256660341# 190878113
264324060# 63825223
268186164# 198562001
git config --global http.proxy 'socks5://192.168.18.17:1082'
git config --global https.proxy 'socks5://192.168.18.17:1082'
git config --global --unset http.proxy
git config --global --unset https.proxy
npm config delete proxy