-
I'm trying to infer a yolov4 model using Opencv using python but I get this error
```
net = cv.dnn_DetectionModel("yolov-obj.cfg", "yolo-obj.weights")
SystemError: returned a result with an error…
-
Running this ONNX file with the MIGraphX driver results in the following errors
```
terminate called after throwing an instance of 'migraphx::version_1::exception'
what(): /home/mev/source/AMDMI…
-
Hi, can improve the docs about models folder structure.
this is my config:
/root/BMW-YOLOv4-Inference-API-GPU/models/
/root/BMW-YOLOv4-Inference-API-GPU/models/yolov4_darknet_detection
/root/BMW-Y…
-
i have tested this demo on a jetson tx2 device and inference speed is at 22 fps. i expected better performance on a tx2 than a jetson nano. do you have any insights for achieving better results? and w…
-
PR#479 Parsing onnx file topologically caused different results on CPU and GPU for some models:
opset7/tf_inception_v3
opset8/tf_inception_v2
opset8/tf_nasnet_large
-
**Event Server version**
```
6.0.7 (currently testing commit 534c0b595e3c07d6a5a9ed285884532c4d3b0ee7)
```
**Hooks version (if you are using Object Detection)**
```
hooks:6.0.7 pyzm:0.3.…
-
Hello!
First, thank you for your great job
i'm trying to run the object_detection.py on Ubuntu 14.04 ( virtual box ) but getting an error
The libraries and their versions are up to date:
* pyt…
-
Still quite a lot of code, here's what I have:
```scala
import cats._, implicits._
import cats.effect._, concurrent._
import cats.effect.implicits._
import fs2._, fs2.concurrent._
import scala.c…
-
Hi,
in which file I can set the color for the bounding box of the classes ?
Thank you
-
When detecting from video on tiny - yolov 3 on CPU, it was 0.7 fps and very slow result was obtained.
Is there a good idea to raise detection speed other than using GPU?