tensorflowjs
Here are 598 public repositories matching this topic...
https://github.com/infinitered/nsfwjs/blob/ebcd41c46087a3f42c6577f96acc53d7a934b068/src/index.ts#L68
Hello, it seems, although not explicit I can save the model to different schemas by referencing the underlying "model" attribute in the model returned by nsfwjs.load() e.g.
`nsfwjs.load(path).then(function (newModel) {
console.log("path", path);
if(newModel) {
Fix Video
-
Updated
Sep 1, 2020 - JavaScript
-
Updated
May 14, 2020 - Python
-
Updated
Dec 25, 2020 - Python
-
Updated
Nov 27, 2020 - JavaScript
-
Updated
Jul 30, 2019 - JavaScript
-
Updated
May 14, 2020 - TypeScript
-
Updated
Dec 13, 2020 - Jupyter Notebook
-
Updated
Nov 29, 2020 - JavaScript
-
Updated
Dec 21, 2020 - JavaScript
-
Updated
Dec 11, 2020 - TypeScript
-
Updated
Dec 13, 2020 - Jupyter Notebook
-
Updated
Feb 16, 2020 - JavaScript
-
Updated
Oct 24, 2019 - JavaScript
-
Updated
Jun 26, 2020 - JavaScript
-
Updated
Jun 22, 2020 - JavaScript
-
Updated
Jun 12, 2018 - TypeScript
-
Updated
Dec 13, 2018 - TypeScript
-
Updated
Sep 27, 2020 - JavaScript
-
Updated
Dec 12, 2020 - JavaScript
-
Updated
Feb 16, 2020 - JavaScript
-
Updated
Nov 27, 2020 - JavaScript
-
Updated
Sep 4, 2020 - JavaScript
Expected Behavior
useClassifier should accept more arguments to pass to usePrediction e.g. predictConfig
Current Behavior
Setting these props has no effect, althought it won't cause a TypeError
Possible Solution
spread the restProps into usePrediction
Steps to Reproduce (for bugs)
n/a
Context
n
-
Updated
Dec 1, 2020 - TypeScript
-
Updated
Nov 1, 2018 - JavaScript
-
Updated
Sep 7, 2020 - Vue
-
Updated
Nov 16, 2020 - TypeScript
-
Updated
Jul 16, 2020 - JavaScript
Improve this page
Add a description, image, and links to the tensorflowjs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tensorflowjs topic, visit your repo's landing page and select "manage topics."


I've ran into this issue for a couple hours and I ended up editing the dist library adding two new functions called
fetchVideoandbufferToVideothat works pretty much like thefetchImageandbufferToImagefunctions.I'll leave it here to help somebody else with the same issue and in case someone wants to include it on future releases.
face-api.js