-
请问支持哪些yolo模型? yolov3-tiny支持吗? yolov4,yolov4-tiny支持吗?谢谢
-
build ncnn with vulkan, and use it in a shared library(tested on windows now), will crash at exit.
code is [here](https://github.com/caishanli/test_vulkan_so), yolov4 param is [here](https://github.c…
-
Hi, I read that ```you can use darknet2pytorch to convert it yourself, or download my converted model.``` from the README markdown file.
When I tried to use the command ```python darknet2pytorch.py…
-
**result on 2017 val use U3_pre version 、yolov4-tiny.cfg、 yolov4-tiny.pt(from your github)**
python test.py --data coco.data --cfg yolov4-tiny.cfg --weights yolov4-tiny.pt --img 416 --iou-thr 0.7 -…
-
Hi @nnshah1,
Recently got a issue with running a pipeline.json , which usage two gvadetect element, It runs fine when I deploy single pod, and gives good processing FPS, if received FPS is 10, proc…
-
**Describe the bug**
I was trying to detect an object with custom trained yolo weights.
I trained weight using https://github.com/AlexeyAB/darknet on PC with GPU without any problem.
For this, I…
-
Hello @AlexeyAB @cenit @WongKinYiu . Is there a tiny variant for yolov4-csp??? If it is, can you please point me to that.
-
Hello, I'm working on a license plate detection, task and my dataset is filled with distant and small license plates (as well as close ones, but they are still relatively small). Is it possible to cus…
-
- What is the new config file `yolov4-tiny_contrastive.cfg`?
- When do we use it?
- How do we use it?
I see the `filters=...` on line 413 is: `(number_of_classes + 5) * 9`. (The mask on line 41…
-
I am planning to use yolov4-tiny for an embedded device (rockchip rk3399pro) but `groups` and `group_id` are not supported parameters for model conversion toolkit. If i understood correctly, `route` l…