1 Star 0 Fork 1

张金来/ModelNet40-C

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
eval_tent_cutmix.sh 621 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jiachen Sun 提交于 2022-02-14 23:41 . chmod of eval scripts
if [ ! -d "output" ]; then
mkdir "output"
fi
for model in 'rscnn' 'pct' 'pointnet' 'pointnet2' 'simpleview' 'dgcnn'; do
for cor in 'uniform' 'gaussian' 'background' 'impulse' 'upsampling' 'distortion_rbf' 'distortion_rbf_inv' 'density' 'density_inc' 'shear' 'rotation' 'cutout' 'distortion' 'occlusion' 'lidar'; do
for sev in 1 2 3 4 5; do
CUDA_VISIBLE_DEVICES=0 python main.py --entry test --model-path runs/cutmix_r_${model}_run_1/model_best_test.pth --exp-config configs/tent_cutmix/${model}.yaml --severity ${sev} --corruption ${cor} --output ./output/${model}_megamerger_${cor}_${sev}.txt
done
done
done
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cuge1995/ModelNet40-C.git
git@gitee.com:cuge1995/ModelNet40-C.git
cuge1995
ModelNet40-C
ModelNet40-C
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385