-
Notifications
You must be signed in to change notification settings - Fork 74
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
WIP: ADAT - Improvements #391
Conversation
…chy made optional, image directory can be optional, refactored the whole code
Merging the main branch before pull request.
…, model name is loaded correctly
- Alternate method graphs not loading , Feature : >- Add GUI interface for input
This pull request introduces 3 alerts and fixes 1 when merging aa22136 into e302042 - view on LGTM.com new alerts:
fixed alerts:
|
This pull request fixes 3 alerts when merging 29b6279 into e302042 - view on LGTM.com fixed alerts:
|
@bijayraj missing 'import argparse`
|
@bijayraj running `python toolkit/amd_data_analysis_toolkit/classification/generate-visualization.py' script should open the GUI if no arguments are passed. Check out this app - https://github.com/kiritigowda/mivisionx-inference-analyzer for reference.
|
@bijayraj any updates on these? |
This pull request fixes 3 alerts when merging b032ff6 into 607f6ea - view on LGTM.com fixed alerts:
|
@kiritigowda recent commits were made to fix the issues. |
This pull request fixes 3 alerts when merging 0a9e53d into 607f6ea - view on LGTM.com fixed alerts:
|
@bijayraj - the following error when the new feature compare is used
|
This pull request fixes 3 alerts when merging 9724d63 into 607f6ea - view on LGTM.com fixed alerts:
|
@kiritigowda New commit has fixed the problem. The problem was with incompatible compare file chosen. Extra file format checking has been added to avoid the error. |
This pull request fixes 3 alerts when merging 9724d63 into 2920638 - view on LGTM.com fixed alerts:
|
This pull request fixes 3 alerts when merging 9724d63 into e58c8b6 - view on LGTM.com fixed alerts:
|
This pull request fixes 3 alerts when merging 9724d63 into 63aec3e - view on LGTM.com fixed alerts:
|
This pull request fixes 3 alerts when merging 9724d63 into 82f264f - view on LGTM.com fixed alerts:
|
Issues and bug fixes related to #388
Bug Fixes:
New Features:
Notes
New python module "csvdiff" is required. Can be installed using
pip install csvdiff
.GUI uses pyqt4.
The diff is visible in "Image Result" table in generated HTML.
The code is more modular with main functions moved to "adat_classification.py" file.
"generate-visualization.py" is responsible for parsing command-line arguments and invoking html generate function from "adat_classification.py"
"adat_classification.py" can now be imported to external python scripts.