From d97ade3f6be538274a33f6d0bdddb39e3410c4af Mon Sep 17 00:00:00 2001 From: Eric Bezzam Date: Wed, 21 Aug 2024 08:34:47 -0700 Subject: [PATCH] Delete configs/collect_dataset_background --- configs/collect_dataset_background | 56 ------------------------------ 1 file changed, 56 deletions(-) delete mode 100644 configs/collect_dataset_background diff --git a/configs/collect_dataset_background b/configs/collect_dataset_background deleted file mode 100644 index 67d14762..00000000 --- a/configs/collect_dataset_background +++ /dev/null @@ -1,56 +0,0 @@ -# python scripts/collect_dataset_on_device.py -cn collect_dataset - -input_dir: /mnt/mirflickr/all -input_file_ext: jpg - -# can pass existing folder to continue measurement -output_dir: null -output_file_ext: png - -# files to measure -n_files: 25000 -start_idx: 0 - -# timing -runtime: null # in hours -start_delay: null # how much time (in minutes) to wait before starting - -# measurement parameters -dummy: False # simply copy file to output folder for testing - -# ideal image levels -max_level: 254 -min_level: 160 -max_tries: 3 - -masks: null # for multi-mask measurements -recon: null #ADMM # parameters for reconstruction (for debugging purposes, not recommended to do during actual measurement as it will significantly increase the time) - -# -- display parameters -display: - output_fp: "~/LenslessPiCam_display/test.png" - # default to this screen: https://www.dell.com/en-us/work/shop/dell-ultrasharp-usb-c-hub-monitor-u2421e/apd/210-axmg/monitors-monitor-accessories#techspecs_section - screen_res: [1920, 1200] # width, height - image_res: [600, 600] # useful if input images don't have the same dimension, set it to this - pad: 0 - hshift: -5 - vshift: -30 - brightness: 80 # max brightness - rot90: 3 - delay: 2 # to allow picture to display - landscape: False # whether to force landscape - -capture: - measure_bg: 1 # measure bg every x images - bg_fp: "black_background" - skip: False # to test looping over displaying images - framerate: 10 - config_pause: 3 - iso: 100 - res: null - down: 8 - exposure: 0.028 # min exposure - awb_gains: [1.9, 1.2] # red, blue - # awb_gains: null - fact_increase: 1.35 # multiplicative factor to increase exposure - fact_decrease: 1.3 \ No newline at end of file