custom_config.py 770 B

1234567891011121314151617181920212223242526
  1. from modules.config.global_config import *
  2. # store all variables from global config
  3. context_vars = vars()
  4. # folders
  5. data_expe_folder = 'data_expe'
  6. data_augmented_filename = 'augmented_dataset.csv'
  7. extracted_data_folder = 'extracted_data'
  8. # variables
  9. image_scene_size = (800, 800)
  10. image_zone_size = (200, 200)
  11. possible_point_zone = tuple(np.asarray(image_scene_size) - np.array(image_zone_size))
  12. position_file_pattern = 'pos'
  13. click_line_pattern = 'souris'
  14. zone_coodinates = [0, 200, 400, 600, 800]
  15. min_x_coordinate = 100
  16. min_y_coordinate = 100
  17. ## normalization_choices = ['svd', 'svdn', 'svdne']
  18. # parameters