1 Star 6 Fork 7

贾伟 / PlantVillage-Dataset

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
generate_data_color-50-50.sh 561 Bytes
一键复制 编辑 原始数据 按行查看 历史
S.P. Mohanty 提交于 2016-08-04 12:50 . First Commit
#!/bin/bash
#SBATCH --workdir /home/mohanty/data/final_dataset
#SBATCH --nodes 1
#SBATCH --ntasks 1
#SBATCH --cpus-per-task 2
#SBATCH --mem 16384
#SBATCH --time 23:59:59
#SBATCH --partition gpu
#SBATCH --gres gpu:2
#SBATCH --qos gpu
module load caffe
echo STARTING AT `date`
python create_db.py -b lmdb -s -r squash -c 3 -e jpg -C gzip -m lmdb/color-50-50/mean.binaryproto lmdb/color-50-50/train.txt lmdb/color-50-50/train_db 256 256
python create_db.py -b lmdb -s -r squash -c 3 -e jpg -C gzip lmdb/color-50-50/test.txt lmdb/color-50-50/test_db 256 256
Python
1
https://gitee.com/unknown-kid/PlantVillage-Dataset.git
git@gitee.com:unknown-kid/PlantVillage-Dataset.git
unknown-kid
PlantVillage-Dataset
PlantVillage-Dataset
master

搜索帮助