-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patheval_vis_script.sh
51 lines (40 loc) · 4.93 KB
/
eval_vis_script.sh
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#!/bin/bash
# Run main.py with the YAML file
export CUDA_VISIBLE_DEVICES=$1
# python eval/run_eval.py --base-model ucn-zoomin --test-dataset OSD --config "configs/uoais-sim/instance-segmentation/seed777/mask-refiner-rgbd-concat-l2-gn-hf-b-fco-l3-b8_new.yaml"
# python eval/run_eval.py --base-model ucn-zoomin --test-dataset OSD --config "configs/uoais-sim/instance-segmentation/seed7777/mask-refiner-rgbd-concat-l2-gn-hf-b-fco-l3-b8_new.yaml"
# python eval/run_eval.py --base-model msmformer-zoomin --test-dataset OSD --config "configs/uoais-sim/instance-segmentation/seed777/mask-refiner-rgbd-concat-l2-gn-hf-b-fco-l3-b8_new.yaml"
# python eval/run_eval.py --base-model uoisnet3d --test-dataset OSD --config "configs/uoais-sim/instance-segmentation/seed777/mask-refiner-rgbd-concat-l2-gn-hf-b-fco-l3-b8_new.yaml"
# python eval/run_eval.py --base-model uoaisnet --test-dataset OSD --config "configs/uoais-sim/instance-segmentation/seed777/mask-refiner-rgbd-concat-l2-gn-hf-b-fco-l3-b8_new.yaml"
# python eval/run_eval.py --base-model msmformer-zoomin --test-dataset OSD --config "configs/uoais-sim/instance-segmentation/seed7777/mask-refiner-rgbd-concat-l2-gn-hf-b-fco-l3-b8_new.yaml"
# python eval/run_eval.py --base-model uoisnet3d --test-dataset OSD --config "configs/uoais-sim/instance-segmentation/seed7777/mask-refiner-rgbd-concat-l2-gn-hf-b-fco-l3-b8_new.yaml"
# python eval/run_eval.py --base-model uoaisnet --test-dataset OSD --config "configs/uoais-sim/instance-segmentation/seed7777/mask-refiner-rgbd-concat-l2-gn-hf-b-fco-l3-b8_new.yaml"
# python eval/run_eval.py --base-model msmformer-zoomin --test-dataset OCID --config "configs/uoais-sim/instance-segmentation/seed7777/mask-refiner-rgbd-concat-l2-gn-hf-b-fco-l3-b8_new.yaml"
# python eval/run_eval.py --base-model uoisnet3d --test-dataset OCID --config "configs/uoais-sim/instance-segmentation/seed7777/mask-refiner-rgbd-concat-l2-gn-hf-b-fco-l3-b8_new.yaml"
# python eval/run_eval.py --base-model uoaisnet --test-dataset OCID --config "configs/uoais-sim/instance-segmentation/seed7777/mask-refiner-rgbd-concat-l2-gn-hf-b-fco-l3-b8_new.yaml"
python eval/run_eval.py --base-model ucn-zoomin --test-dataset OSD --refiner-model rice
python eval/run_eval.py --base-model ucn-zoomin --test-dataset OSD --refiner-model cascadepsp
# python eval/run_eval.py --base-model ucn-zoomin --test-dataset OCID --config "configs/uoais-sim/instance-segmentation/seed77/mask-refiner-rgbd-concat-l2-gn-hf-b-fco-l3-b8_new.yaml" --visualize
# python eval/run_eval.py --base-model msmformer-zoomin --test-dataset OSD --refiner-model rice --visualize
# python eval/run_eval.py --base-model msmformer-zoomin --test-dataset OSD --refiner-model cascadepsp --visualize
# python eval/run_eval.py --base-model msmformer-zoomin --test-dataset OCID --config "configs/uoais-sim/instance-segmentation/seed77/mask-refiner-rgbd-concat-l2-gn-hf-b-fco-l3-b8_new.yaml" --visualize
# python eval/run_eval.py --base-model uoisnet3d --test-dataset OSD --refiner-model rice --visualize
# python eval/run_eval.py --base-model uoisnet3d --test-dataset OSD --refiner-model cascadepsp --visualize
# python eval/run_eval.py --base-model uoisnet3d --test-dataset OCID --config "configs/uoais-sim/instance-segmentation/seed77/mask-refiner-rgbd-concat-l2-gn-hf-b-fco-l3-b8_new.yaml" --visualize
# python eval/run_eval.py --base-model uoaisnet --test-dataset OSD --refiner-model rice --visualize
# python eval/run_eval.py --base-model uoaisnet --test-dataset OSD --refiner-model cascadepsp --visualize
# python eval/run_eval.py --base-model uoaisnet --test-dataset OCID --config "configs/uoais-sim/instance-segmentation/seed77/mask-refiner-rgbd-concat-l2-gn-hf-b-fco-l3-b8_new.yaml" --visualize
# python eval/run_eval.py --base-model ucn-zoomin --test-dataset OCID --config "configs/uoais-sim/instance-segmentation/seed77/$yaml_file"
# python eval/run_eval.py --base-model ucn-zoomin --test-dataset OCID --config "configs/uoais-sim/instance-segmentation/seed777/$yaml_file"
# python eval/run_eval.py --base-model ucn-zoomin --test-dataset OCID --config "configs/uoais-sim/instance-segmentation/seed7777/$yaml_file"
# python eval/run_eval.py --base-model ucn-zoomin --test-dataset OSD --config "configs/uoais-sim/instance-segmentation/seed77/$yaml_file"
# python eval/run_eval.py --base-model ucn-zoomin --test-dataset OSD --config "configs/uoais-sim/instance-segmentation/seed777/$yaml_file"
# python eval/run_eval.py --base-model ucn-zoomin --test-dataset OCID --config "configs/uoais-sim/instance-segmentation/seed7777/$yaml_file"
# python eval/run_eval.py --base-model ucn-zoomin --test-dataset OSD --config "configs/uoais-sim/instance-segmentation/seed7777/$yaml_file"
# python eval/run_eval.py --base-model msmformer-zoomin --test-dataset OCID --config "configs/uoais-sim/instance-segmentation/seed7777/$yaml_file"
# echo "$yaml_file"
# echo "$1"
# Remove the YAML file from the after directory
# rm "$after_dir/$yaml_file"
done
python eval/run_eval.py --base-model npy --refiner-model cascadepsp_rgbd --test-dataset OSD