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

Fix darknet classifier, refactor preprocessing #1398

Draft
wants to merge 24 commits into
base: main
Choose a base branch
from

Commits on Apr 24, 2022

  1. Separate the code in ImageClassifier for loading a model from a URL i…

    …nto its own CustomImageClassifier class.
    lindapaiste committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    a05fcfe View commit details
    Browse the repository at this point in the history

Commits on May 8, 2022

  1. Configuration menu
    Copy the full SHA
    bdd0517 View commit details
    Browse the repository at this point in the history
  2. Remove unused packages

    lindapaiste committed May 8, 2022
    Configuration menu
    Copy the full SHA
    4029df9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e51684d View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/main' into update/webpack-eslint

    # Conflicts:
    #	package-lock.json
    #	package.json
    lindapaiste committed May 8, 2022
    Configuration menu
    Copy the full SHA
    4a15a44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0eff7c8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    18769cd View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Merge branch 'main' into fix/image-classifier-from-url

    # Conflicts:
    #	src/ImageClassifier/index.js
    lindapaiste committed May 13, 2022
    Configuration menu
    Copy the full SHA
    ccaaf1f View commit details
    Browse the repository at this point in the history
  2. deprecation warning

    lindapaiste committed May 13, 2022
    Configuration menu
    Copy the full SHA
    ba64f3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c378ee View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/fix/image-classifier-from-url' i…

    …nto fix/image-classifier-from-url
    lindapaiste committed May 13, 2022
    Configuration menu
    Copy the full SHA
    e205d32 View commit details
    Browse the repository at this point in the history
  5. fix darknet version

    lindapaiste committed May 13, 2022
    Configuration menu
    Copy the full SHA
    70776c3 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. Cleanup/rewrite DCGAN and CVAE. Move some common logic to new util te…

    …nsorInput.js. Add unit tests.
    lindapaiste committed May 15, 2022
    Configuration menu
    Copy the full SHA
    ac2b145 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06e6196 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ecdf66 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2022

  1. Configuration menu
    Copy the full SHA
    f51a518 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into fix/image-classifie…

    …r-from-url
    
    # Conflicts:
    #	src/ImageClassifier/index.js
    lindapaiste committed May 22, 2022
    Configuration menu
    Copy the full SHA
    8a8032c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bac2c8 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into feat/ts-support

    # Conflicts:
    #	package-lock.json
    lindapaiste committed May 22, 2022
    Configuration menu
    Copy the full SHA
    fca60fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ef3f40 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Merge remote-tracking branch 'origin/fix/image-classifier-from-url' i…

    …nto fix/to-tensor
    
    # Conflicts:
    #	src/ImageClassifier/index.js
    lindapaiste committed May 24, 2022
    Configuration menu
    Copy the full SHA
    5d299cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5add701 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Merge remote-tracking branch 'origin/cleanup/dcgan-cvae' into fix/to-…

    …tensor
    
    # Conflicts:
    #	package-lock.json
    lindapaiste committed May 25, 2022
    Configuration menu
    Copy the full SHA
    aff467b View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

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