Skip to content

Commit a49fa10

Browse files
taimur-10xemuqudas-10xemarianadeem-10xe
authored
Testvec gen2: BLC WB update PR (#8)
* Copy of infiniteISP v1.1 * Update CCM for RTL, change CCM matrix from config * Update CSC for RTL, change np.round * remove float32 * disable sharpen, enable linearization * change CSC 8 bit division * rounding off after 2**4 division * automate_execution currently works on config_automate file to generate RTL compatible results. * added in_single_folder flag to set the structure of the out_for_RTL folder. If True, all input files are saved in a single folder. * - automate_execution.py works on configs.yml now instead of a separate config_automate.yml. - added is_save flag in configs.yml * added DG manual flag to bypass auto update by AE operation * added images to complete 8 sensor RAW inputs * added short script to output 16-bit reg value for WB gains in config file * shifted fixed float fraction list to relevant function description * changes made to run script for windows OS * added blc scaling factor register value conversion * generated test vectors in .raw for RAW domain ISP blocks * modified oecf to default value * changed altered OECF to default LUT state * modified printing of linearization factor * added printing of fixed point WB gains * BLC and WB tv generation * function arguments updated --------- Co-authored-by: muqudas-10xe <[email protected]> Co-authored-by: Maria_Nadeem-10x <[email protected]>
1 parent 50c2a22 commit a49fa10

File tree

5 files changed

+24
-4121
lines changed

5 files changed

+24
-4121
lines changed

automate_execution.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# 'auto_exposure', 'color_space_conversion', 'ldci', 'sharpen', '2d_noise_reduction', 'scale', 'yuv_conversion_format']
1717

1818

19-
DUT = ["OECF"]
19+
DUT = ["white_balance"]
2020

2121

2222
# Modules:

0 commit comments

Comments
 (0)