-
**Description**
Could not load model using mlflow with minIO as model repository. I have tried this AWS S3 bucket and it worked as expected. have followed this article [MLflow Triton Plugin](https://…
-
hi,I try to convert the `yolo-tiny.weights`(download form YOLO),and it success to create the `yolo-tiny.ckpt `,but when I test that `yolo-tiny.ckpt`(`python YOLO_tiny_tf.py`):
`Detect from person.jpg…
-
Kindly add support for Object Detection using:
https://github.com/AlexeyAB/darknet
It is very fast and accurate. Particularly Yolov3 and Yolov3-tiny.
-
Hello there @paul-pias
This code is very interesting, any clue on how to implement object detection and distance measurement for yolotinyvoc, which i use with darkflow. Any suggestion?
Thanks in …
-
Might I benefit from putting scale_x_y = 1.05 in to the yolo layers of tiny_yolo or tiny_yolo_pan2 ?
-
### 🐛 Describe the bug
Command i have used to create model file
`torch-model-archiver --model-name yolo_tiny --version 1.0 --model-file model.pth --handler handler.py
torchserve --start --m…
-
Hi, thanks for your wonderful work. However, I have got very different results from cpu and edgetpu. In the following image, left one is the result using cpu, and the right one is the result using edg…
-
I converted the Yolo-tiny model to tensorflow.js but I'm not being able to interpret the outputs.
When I run an image through the model, I got a response in the format `[1, 25200, 85]`, and iterat…
-
Hi,
I just noticed that I can't run YOLO-v3-tiny-PRN using dnn module of OpenCV. How can I do that? Thanks
-
I get this error:
Traceback (most recent call last):
File "detect.py", line 171, in
model(get_test_input(inp_dim, CUDA), CUDA)
File "/home/akshayj/anaconda3/lib/python3.5/site-package…