Skip to content
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

Enhanced 'build_apk.py' logic & 'README.md' #41

Merged
merged 3 commits into from
May 20, 2024
Merged

Commits on May 7, 2024

  1. Enhanced 'build_apk.py' logic & 'README.md'

       Enhanced 'build_apk.py' logic & 'README.md'.
    
        There was an issue in 'build_apk.py': when only 'qnnsdk' and 'model_path' were provided as inputs, it incorrectly invoked the 'printmenu()' function to display a model selection menu, despite the model always being renamed to 'classification.tflite'. To address this, I adjusted the logic so that the model selection menu is only printed when neither 'model_name' nor 'model_path' is specified by the user. Specifically, I changed line 45 of 'build_apk.py' to read:
        ```
        if not args.model_name and not args.model_path:
        ```
        
        Additionally, I made several descriptive improvements to the 'README.md' file. Recognizing that newcomers primarily aim to compile and install the ImageClassification application, I included more concise and efficient instructions tailored to their needs, aiming to minimize their trial-and-error process and facilitate a smoother onboarding experience."
    
    Signed-off-by: w <27848155+fangxingSR@users.noreply.github.com>
    fangxingSR committed May 7, 2024
    Configuration menu
    Copy the full SHA
    db6246a View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. qai-hub和[ READM

    Replace qai-hub with AI Hub Models.
    Remove the leading space in the line starting with [ README.md......
    
    Signed-off-by: w <27848155+fangxingSR@users.noreply.github.com>
    fangxingSR committed May 10, 2024
    Configuration menu
    Copy the full SHA
    21d3593 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Signed-off-by: w <27848155+fangxingSR@users.noreply.github.com>
    fangxingSR committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a13cf44 View commit details
    Browse the repository at this point in the history