-
https://github.com/Jeff-Saler/Web-Novel-Editor
The model actually looks really small and pretty doable?
Other considerations:
* How well will it work with regular paragraphs?
* Will it change …
-
Model seems work okay only with Chrome. Find out why and fix it.
-
I understand the current implementation retrieves all `"//*[not(child::*)]"` elements (which means all elements without children?) by XPath and predicts each category of the element image in parallel.…
-
Does this plugin work on android / ios webview ?
OffscreenCanvas and OffscreenCanvasRenderingContext2D functions are undefined in Android WebView as it doesn't support OffscreenCanvas. My goal is t…
-
When starting node-red on my RHEL 7.7 system, there are errors:
```
node-pre-gyp info This Node instance does not support builds for N-API version 5
13 Jan 14:42:39 - [error] [tfjs-object-detection…
-
Hi,
I am curious how the code needs to be adapted so that one is able to look e.g. 5 or more days into the future?
Can you help me with this?
Thanks,
Alex
-
unable to convert blazepose 3d
https://www.kaggle.com/models/mediapipe/blazepose-3d
getting below error
tfjs_graph_converter ./model.json ./savedmodel --output_format tf_saved_model
TensorFlow…
-
Hi
I build the js according to #1 (in ubuntu, changing libprotobuf.a to libprotobuf.so)
And I run example_without_lib.js, and it reports error:
```
node example_without_lib.js
[libprotobuf FATA…
-
您好,请问 https://github.com/lweisNoN/Blog/blob/master/%E7%8C%8E%E5%A5%87/%E5%9F%BA%E4%BA%8E%20TensorFlow.js%20%E5%9C%A8%E7%BD%91%E9%A1%B5%E5%92%8C%E5%B0%8F%E7%A8%8B%E5%BA%8F%E4%B8%AD%E5%AE%9E%E7%8E%B0%E5…
-
1) What is the type of model that is generated by the code?
2) Can it be converted into a web friendly format using tensorflow converter?
What I meant by type was, is the output file a SavedModel,…