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

Remove useless global variable in custom_utils #454

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jan 15, 2020

  1. Remove useless global variable in custom_utils

    Removing this variable allows to use dfferent instances of the same class (CustomImagePrediction) at the same time without using the same model_json.
    belotfa authored Jan 15, 2020
    Configuration menu
    Copy the full SHA
    6681a02 View commit details
    Browse the repository at this point in the history
  2. Modify arguments

    belotfa authored Jan 15, 2020
    Configuration menu
    Copy the full SHA
    c14b135 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Update requirements.txt

    belotfa authored Jan 16, 2020
    Configuration menu
    Copy the full SHA
    42f8f1f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from belotfa/belotfa-patch-1

    Update requirements.txt
    belotfa authored Jan 16, 2020
    Configuration menu
    Copy the full SHA
    3aeddb6 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Configuration menu
    Copy the full SHA
    73a703b View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2020

  1. Update custom_utils.py

    belotfa authored Feb 8, 2020
    Configuration menu
    Copy the full SHA
    54c7ace View commit details
    Browse the repository at this point in the history