python3 src/aaa_main.py --dataset close --device_id 0
python3 src/aaa_main.py --dataset diagonal --device_id 0
python3 src/aaa_main.py --dataset two_pairs --device_id 0
python3 src/aaa_main.py --dataset three_same_3 --device_id 0
# pattern: check mark with 4 objects
python3 src/aaa_main.py --dataset check_mark_4 --dataset-type single_pattern --device_id 0
# pattern: check mark with 6 objects
python3 src/aaa_main.py --dataset check_mark_6 --dataset-type single_pattern --device_id 0
python3 src/aaa_main.py --dataset parallel --dataset-type custom_scenes --sn_th 0.9 --with_pi --device_id 0
python3 src/aaa_main.py --dataset perpendicular --sn_th 0.9 --with_pi --device_id 0
python3 src/aaa_main.py --dataset square --sn_th 0.9 --with_pi --device_id 0
To run experiment about letter X
, replace the arg of --dataset_A
to letter_X
.
python3 src/aaa_main.py --dataset letter_A --dataset-type alphabet --device_id 0