-
Hey, @petrohi from the [tensil.ai benchmarks](https://www.tensil.ai/docs/reference/benchmarks/), I learned that you can run YoloV4-Tiny on Pynq-z1. I was trying to recreate this on Pynq-z2 using the a…
-
I encountered an error while parsing the weights from this [webpage.](https://github.com/hailo-ai/hailo_model_zoo/blob/master/hailo_models/license_plate_detection/docs/TRAINING_GUIDE.rst)
![image](…
-
Hi, sorry i dont get this, is the yolov4-tiny implementation based on darknet or pytorch?
-
您好,
我想請問一下這裡的 yolov4-tiny 跟 darknet 的 yolov4-tiny 架構都一樣,但我看論文有說 backbone改為 OSANet,想請問一下這兩個有什麼差別呢? 另外也想請教一下, yolov4-tiny 裡似乎沒有使用 mosaic 是為什麼呢?
謝謝您。
-
yolov4 runs successfully
but yolov4-tiny has no output. res.size is 0
Config config_v4;
config_v4.net_type = YOLOV4;
config_v4.file_model_cfg = "./model/yolov4-tiny.cfg";
config_v4.file_mo…
-
I was just wondering is anyone able to note the distinction between yolov4 and tiny in terms of network size. i know they both use CSPDarknet but i can't seem to find any information about the size an…
-
Hi,
1-Is there any way to use Tiny-yolov4 + deepSort?
2- in the NVIDIA NX yolov3+DeepSort is very slow. Is it possible to use TensorRT to optimize yolov3 or v4 and then combine with …
-
@AlexeyAB
Will you make a tiny version for the YOLOv4?
-
Hi Sir,
Thanks for this amazing work. I am using your Yolov4+DeepSort project but the speed is very slow. Is it possible to combine Tiny_Yolov4+DeepSort? Where we should make changes for t…
-
我在retrain 剪支過的模型時,出現了以下問題
Traceback (most recent call last):
File "train.py", line 985, in
train(hyp) # train normally
File "train.py", line 164, in train
load_darknet_weights(model…