-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into digicam_example
- Loading branch information
Showing
77 changed files
with
3,334 additions
and
3,450 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# python scripts/data/authenticate.py | ||
hydra: | ||
job: | ||
chdir: True # change to output folder | ||
|
||
# repo_id: "bezzam/DigiCam-Mirflickr-MultiMask-25K" | ||
# repo_id: "bezzam/DigiCam-Mirflickr-MultiMask-1K" | ||
repo_id: "bezzam/DigiCam-Mirflickr-MultiMask-10K" | ||
split: all # "all" (for 100 masks), "test" (for 15 masks) | ||
n_iter: 25 | ||
n_files: 100 # per mask | ||
grayscale: True | ||
font_scale: 1.5 | ||
torch_device: cuda:0 | ||
|
||
cont: null # continue already started file | ||
scores_fp: null # file path to already computed scores |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# python scripts/measure/collect_dataset_on_device.py -cn collect_mirflickr_multimask | ||
defaults: | ||
- collect_dataset | ||
- _self_ | ||
|
||
|
||
min_level: 170 | ||
max_tries: 1 | ||
|
||
masks: | ||
seed: 0 | ||
device: adafruit | ||
n: 100 # number of masks | ||
shape: [54, 26] | ||
center: [57, 77] | ||
|
||
input_dir: /mnt/mirflickr/all | ||
|
||
# can pass existing folder to continue measurement | ||
output_dir: /mnt/mirflickr/all_measured_20240209-172459 | ||
|
||
# files to measure | ||
n_files: null | ||
|
||
# -- display parameters | ||
display: | ||
image_res: [900, 1200] | ||
vshift: -26 | ||
brightness: 90 | ||
delay: 1 | ||
|
||
capture: | ||
down: 8 | ||
exposure: 0.7 | ||
awb_gains: [1.6, 1.2] # red, blue |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# python scripts/measure/collect_dataset_on_device.py -cn collect_mirflickr_COSI | ||
defaults: | ||
- collect_mirflickr_multimask | ||
- _self_ | ||
|
||
|
||
min_level: 125 | ||
|
||
|
||
masks: | ||
n: 1 | ||
|
||
# can pass existing folder to continue measurement | ||
output_dir: /mnt/mirflickr/all_measured_20240226-111214 # single mask | ||
|
||
capture: | ||
exposure: 0.5 | ||
awb_gains: [1.6, 1.2] # red, blue |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.