ubuntu中经常脚本汇总

ubuntu中经常脚本汇总

python 复制代码
# get pascal voc
# standard voc
mkdir -p data
cd data
wget -c http://host.robots.ox.ac.uk/pascal/VOC/voc2012/VOCtrainval_11-May-2012.tar
tar -xvf VOCtrainval_11-May-2012.tar
wget -c http://pjreddie.com/media/files/VOC2012test.tar
tar -xvf VOC2012test.tar

# voc aug
wget -c wget http://www.eecs.berkeley.edu/Research/Projects/CS/vision/grouping/semantic_contours/benchmark.tgz
tar -zxvf benchmark.tgz
mkdir -p VOC_AUG VOC_AUG/images VOC_AUG/labels
cp -riv benchmark_RELEASE/dataset/*txt VOC_AUG/
cp -riv benchmark_RELEASE/dataset/img/* VOC_AUG/images/
cd ..
python3 utils/convert_pascal_aug.py


# get pretrained init model
# mkdir -p pretrained
# cd pretrained
# wget -c http://www.cs.jhu.edu/~alanlab/ccvl/init_models/vgg16_20M.caffemodel
# wget -c http://liangchiehchen.com/projects/released/deeplab_coco_largefov/vgg16_20M_coco.caffemodel.zip
# unzip vgg16_20M_coco.caffemodel.zip
# cd ..
相关推荐
一叶龙洲4 小时前
wslg打开Ubuntu24.04默认打开图形界面
linux·服务器·数据库·ubuntu
敖行客 Allthinker6 小时前
Parallels Ubuntu虚拟机项目如何让手机访问?完整解决方案
linux·运维·ubuntu
keyipatience7 小时前
线程栈与TLS和线程互斥
java·linux·服务器·开发语言·ubuntu
元Y亨H7 小时前
生产环境监控与故障应急处理(5-5-5 标准)指南
运维
j7~7 小时前
【Linux】二十二.《Linux 信号机制完全指南:表示、捕捉与处理》
linux·信号处理·volatile·可入重函数·保存信号
观山岳五楼8 小时前
Ubuntu 24 怎么使用Ubuntu 20 的镜像源
linux·运维·ubuntu
m0_715646769 小时前
20260720
linux·arm
寒晓星9 小时前
[linux]线程及多线程
linux·运维
辰痕~9 小时前
物理机装Linux操作系统(Ubuntu为例)
linux·ubuntu
慧一居士9 小时前
Linux如何设置固定的静态ip
运维