-
I have my own trained model with ssd_mobilenet_v2_fn.
And then, I tried both of tensorflow-onnx-trt and tensorflow-uff-trt, but all not working.
In stage of onnx-trt and uff-trt, it gives error.
I …
-
During training, there are significantly long phases within each epoch when neither the CPU nor the GPU is being used more than minimally (perhaps only using a single core).
1. Can these be identi…
-
https://github.com/onnx/onnx/actions/runs/8962117051/job/24610534787#step:7:943
```
--------------Time used: 0.31854987144470215 secs-------------
In all 184 models, 4 models failed, 25 models we…
-
YDB uses block devices instead of a file system for storing data, and for the convenience of servicing clusters, it is important to identify these block devices by serial numbers. Information about th…
-
Hi,
It seems that there is no `model` dir saving `ssd_mobilenet_tracking.config` and other scripts. Did I miss something?
Thanks in advance.
-
尊敬的Tengine团队:
不好意思,打扰了,有一个问题希望得到你们的帮助。
■问题
在板子「Orange Pi 4(RK3399)」上,我做了一个测试代码,用GPU去运行yolov4-tiny。
结果发现,用GPU(OpenCL)处理时的速度,居然比用CPU(NEON)慢。这是为什么呢?
是因为现在Tengine-Lite还没有完善对yolov4-tiny的匹配吗?或者,您能告诉我…
-
hi!
I got an error when I tried to run sh scripts/test_flowers.sh
Traceback (most recent call last):
File "test.py", line 42, in
word_embedding = fasttext.load_model(args.fasttext_model)
…
-
I am run ssd to train, but error happened in this step: solver = caffe.SGDSolver(caffe_root + 'models/VGGNet/ICDAR2017/SSD_300x300/solver.prototxt')
the trace stack is :
F0708 18:54:26.167244 208…
-
**Obective**: Training SSD Network to be able to detect text, fillable text fields and check boxes in a scanned document.
# TL;DR:
Trained SSD network on my dataset it MutliboxTarget function retu…
-
"model_path": 'model_data/mobilenet_ssd_weights.h5'
net['predictions'] = concatenate([net['mbox_loc'],
net['mbox_conf'],
net['mbox…