-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: sourceops/face-api.js
base: master
head repository: justadudewhohacks/face-api.js
compare: master
- 16 commits
- 17 files changed
- 5 contributors
Commits on Jan 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 58a20e5 - Browse repository at this point
Copy the full SHA 58a20e5View commit details
Commits on Jan 28, 2020
-
Merge pull request justadudewhohacks#529 from GantMan/patch-1
adding a tutorial
Configuration menu - View commit details
-
Copy full SHA for a925487 - Browse repository at this point
Copy the full SHA a925487View commit details
Commits on Jan 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b54631d - Browse repository at this point
Copy the full SHA b54631dView commit details
Commits on Feb 1, 2020
-
Merge pull request justadudewhohacks#539 from polaroidkidd/master
doc: Updated tfjs link to point to the non-archived tfjs repository
Configuration menu - View commit details
-
Copy full SHA for 3407a88 - Browse repository at this point
Copy the full SHA 3407a88View commit details
Commits on Feb 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d4cc9c6 - Browse repository at this point
Copy the full SHA d4cc9c6View commit details -
Merge pull request justadudewhohacks#545 from justadudewhohacks/tfjs-…
…core-1.5.2 bump tfjs-core to 1.5.2
Configuration menu - View commit details
-
Copy full SHA for 25be559 - Browse repository at this point
Copy the full SHA 25be559View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf06e18 - Browse repository at this point
Copy the full SHA cf06e18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b75923 - Browse repository at this point
Copy the full SHA 0b75923View commit details
Commits on Feb 21, 2020
-
add the way that can upload image to predict
naah committedFeb 21, 2020 Configuration menu - View commit details
-
Copy full SHA for ced10ea - Browse repository at this point
Copy the full SHA ced10eaView commit details
Commits on Feb 23, 2020
-
Merge pull request justadudewhohacks#557 from naah69/master
add the way that can upload image to predict
Configuration menu - View commit details
-
Copy full SHA for 3166982 - Browse repository at this point
Copy the full SHA 3166982View commit details
Commits on Mar 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 59af7bf - Browse repository at this point
Copy the full SHA 59af7bfView commit details -
Merge pull request justadudewhohacks#584 from justadudewhohacks/tfjs-…
…core-1.7.0 update tfjs-core to 1.7.0 and update other dependencies
Configuration menu - View commit details
-
Copy full SHA for f33622b - Browse repository at this point
Copy the full SHA f33622bView commit details
Commits on Mar 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6417347 - Browse repository at this point
Copy the full SHA 6417347View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8609b25 - Browse repository at this point
Copy the full SHA 8609b25View commit details
Commits on Apr 19, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for c04ecdc - Browse repository at this point
Copy the full SHA c04ecdcView commit details
Commits on Apr 22, 2020
-
Merge pull request justadudewhohacks#599 from goooseman/fix/electron-env
fix env to work in electron correctly
Configuration menu - View commit details
-
Copy full SHA for a86f011 - Browse repository at this point
Copy the full SHA a86f011View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master