runAll_display_data_scene.sh 364 B

1234567
  1. #! bin/bash
  2. for feature in {"lab","mscn","low_bits_2","low_bits_3","low_bits_4","low_bits_5","low_bits_6","low_bits_4_shifted_2"}; do
  3. for scene in {"A","D","G","H"}; do
  4. python display/display_svd_data_scene.py --scene ${scene} --interval "0,800" --indices "0, 2000" --feature ${feature} --mode svdne --step 100 --norm 1 --ylim "0, 0.01"
  5. done
  6. done