-
To get help from the community, we encourage using Stack Overflow and the [`tensorflow.js`](https://stackoverflow.com/questions/tagged/tensorflow.js) tag.
#### TensorFlow.js version
{
"main": "…
-
-
cpp编译成功后运行不了
./main --model_dir=/software/PaddleDetection/inference_model/yolov3_darknet/ --image_path=/software/person.jpg
terminate called after throwing an instance of 'YAML::BadFile'
what(): …
-
https://aistudio.baidu.com/aistudio/projectdetail/520573
使用上面的项目训练了blazeface模型,训练结果保存在work/PaddleDetection/output中。
已经能够成功导出模型。然后尝试导出serving模型:
```
python tools/export_serving_model.py -c ../../wo…
-
Hi again!
I am trying to use 25 head pose estimator; I'be been able to load and run the frozen_inference_graph.pb model, but I don't know how to decode the tensor output.
The model has an image …
-
Any plans for optimization for mobile browsers. Or tfjs model provided in the repo will work.
-
How do I reduce the render resolution and resize the canvas into a smaller one (300 x 150)?
-
Radeon R9 AMD Fury X (FIJI):
```
GPU Mesa 20.1.8 (with LLVM compiler):
$ ../build/benchmark/benchncnn 201 32 0 0
[0 AMD RADV FIJI (LLVM 10.0.1)] queueC=1[4] queueG=0[1] queueT=0[1]
[0 A…
-
It worked on Dev. tool.
But when I run it on my phone, it only worked when I turned on the dev. window.
![image](https://user-images.githubusercontent.com/31580057/94227334-c6f7e480-ff2c-11ea-87bd…
-
I want to use MNN on mali gpu, however, MNN will make the usage of gpu 100%, the UI will performance poor when use it, is there a way to limit the usage to ensure the UI works well?