-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md #13
Merged
Merged
Update README.md #13
Conversation
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
muqudas-10xe
approved these changes
Oct 13, 2023
sohaibimran-10xe
pushed a commit
that referenced
this pull request
Aug 21, 2024
automation script and output comparison script related changes merged into main * 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 * - verified results by matching .npy files, they match. - exception added if ValueError is encountered while loading np arrays. * - foldername(line 63) now specified by datetime obj - added compare_output file (Inprogress) - made chnages to handle new foldername in rename_to_RTL in utils.py * output of the default modules can now by saved using is_save flag in automate_execution script. * To test multiple modules, type of DUT changed from str to list. * added input_ext variable to specify raw file extension. * created Results folder in out_for_RTL. This folder will save the input and output arrays to ISP piepline, whether generted while executing isp_pipeline.py individually or using the auatomation script. * Added functions in utils.py to dump config file in a more readable format. * added .gitkeep file in results * added .gitkeep file in out_for _RTL * verified that key: "value" and key: vlaue pair are the same YAMLObject by setting canonical=True in yaml.dump. * - Added function in utils.py "remove_arr_border" - using sys.execute to reove OS dependency from automation script - improvements in compare_output.py are in progress - renaming RTl files by remove_str. - save log file - remove border or onnly rows * added is_RTL flag in sensor_info * added remove_rows-for_RTL function in utils. * tested remove border and remove rows function in utils. * Added lines to save output of the isp_pipeline.py to a text file. * Cleaned up file and renamed the log file according to datetime stamp --------- Co-authored-by: taimur-10xe <[email protected]> Co-authored-by: taimur-10xe <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.