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

main : check if input files exist before proceeding #1872

Merged
merged 1 commit into from Feb 19, 2024
Merged

main : check if input files exist before proceeding #1872

merged 1 commit into from Feb 19, 2024

Commits on Feb 16, 2024

  1. main : check if input files exist before proceeding

    Until the most recent commit (3d42463), the main.cpp sample file does
    not check whether the input files exist or not. Consequently, the
    model is loaded first before reporting whether there was a failure or
    not when processing a file. In environments with HDD, this can take
    about 50 seconds or more, depending on the loaded model.
    
    This commit addresses this issue by checking in advance whether the
    input files exist or not.
    Theldus committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    e33773f View commit details
    Browse the repository at this point in the history