Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sourceops/face-api.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: justadudewhohacks/face-api.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 17 files changed
  • 5 contributors

Commits on Jan 20, 2020

  1. adding a tutorial

    GantMan authored Jan 20, 2020
    Configuration menu
    Copy the full SHA
    58a20e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

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

Commits on Jan 29, 2020

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

Commits on Feb 1, 2020

  1. Merge pull request justadudewhohacks#539 from polaroidkidd/master

    doc: Updated tfjs link to point to the non-archived tfjs repository
    justadudewhohacks authored Feb 1, 2020
    Configuration menu
    Copy the full SHA
    3407a88 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Configuration menu
    Copy the full SHA
    d4cc9c6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request justadudewhohacks#545 from justadudewhohacks/tfjs-…

    …core-1.5.2
    
    bump tfjs-core to 1.5.2
    justadudewhohacks authored Feb 7, 2020
    Configuration menu
    Copy the full SHA
    25be559 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf06e18 View commit details
    Browse the repository at this point in the history
  4. 0.22.1

    justadudewhohacks committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    0b75923 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. add the way that can upload image to predict

    naah committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    ced10ea View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2020

  1. Merge pull request justadudewhohacks#557 from naah69/master

    add the way that can upload image to predict
    justadudewhohacks authored Feb 23, 2020
    Configuration menu
    Copy the full SHA
    3166982 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2020

  1. Configuration menu
    Copy the full SHA
    59af7bf View commit details
    Browse the repository at this point in the history
  2. Merge pull request justadudewhohacks#584 from justadudewhohacks/tfjs-…

    …core-1.7.0
    
    update tfjs-core to 1.7.0 and update other dependencies
    justadudewhohacks authored Mar 21, 2020
    Configuration menu
    Copy the full SHA
    f33622b View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2020

  1. check in latest

    justadudewhohacks committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    6417347 View commit details
    Browse the repository at this point in the history
  2. 0.22.2

    justadudewhohacks committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    8609b25 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2020

  1. fix env to work in electron correctly

    The problem is: electron env includes and browser and nodejs together.
    Therefore, both isBrowser and isNodejs function will return true.
    The comment in the code mentions, that isBrowser is explictly called first
    to prevent electron renderer process to be initialized with
    wrong environment due to isNodejs() returning true.
    But current code (before the change) executes both isBrowser and isNodejs blocks.
    This commit resolves the issue.
    goooseman committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    c04ecdc View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Merge pull request justadudewhohacks#599 from goooseman/fix/electron-env

    fix env to work in electron correctly
    justadudewhohacks authored Apr 22, 2020
    Configuration menu
    Copy the full SHA
    a86f011 View commit details
    Browse the repository at this point in the history
Loading