-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* RTL Modifications for AE and AWB * Bug Fixing for 3A in RTL * Pylint error fixing * Moved AWB before WB module * Bug Fixing for AWB-3A * RTl Modifications in AE * Made pixel limit calculated through approximations * Restoration of YUV image from 422 and 444 formats * Bug Fixing in restore YUV Function * Bug Fixing for 3A * Rolled Back YUV changes * 3A BUG FIXING * modified automation file according to new position of AWB in isp_pipeline and generated test vector. * Removed Linting Errors. * modified automation file with no linting errors. * Finalized Code for YUV Format Conversion * Removed Linting Errors * resolved linting errors and removed test_func file from util. * Removed AE Redundant Code * Bug Fixing in AE * Removed wbg_gen.py --------- Co-authored-by: Maria_Nadeem-10x <[email protected]>
- Loading branch information
1 parent
234f3ab
commit efbeeea
Showing
15 changed files
with
863 additions
and
667 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
[MESSAGES CONTROL] | ||
disable=unsubscriptable-object,E1136, E1137, R,E0401, C3001, E1121 | ||
disable=unsubscriptable-object,E1136, E1137, R,E0401, C3001, E1121, W0106 | ||
|
||
# E0401: Unable to import 'util.utils' (import-error) | ||
# C3001: Lambda expression assigned to a variable. | ||
# Define a function using the "def" keyword instead. (unnecessary-lambda-assignment) | ||
# E1121: Too many positional arguments for method call (too-many-function-args) | ||
# W0106: Expression not assigned to anything (expression-not-assigned). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Oops, something went wrong.