-
Unable to generate trace+2cq test performance for the VGG model as sharding the input tensor is required,
Need help with the appropriate memory configuration and core grid and other configs for the m…
-
Hi!
Are there any plans to support yolov4 which just came out?
All the best!
-
Dear sir,
are you working on a new version like YOLOv4? Some new methods such as CornetNet-Lite are reported faster and have highest mAP. Will you beat them back ?
-
Hi @selflein , I'm trying to do testing using a test set on which I've used YOLOV4; the output format is the same as MOT16, so I think I need to do the same as in the "Testing" section without running…
-
Dear all,
I am trying to follow the instruction in **Desing_Tutorial/07-yolov4-tutorial** to run the network on my board (DPUCZDX8G_ISA0_B4096_MAX_BG2). Up to step 2.4 (Model Deployment) everything s…
rzese updated
9 months ago
-
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 …
-
### Description
Please specify `cuda:0` at the very beginning.
```python
import torch
import numpy as np
import os
import jax
import jax
import jax.numpy as jnp
from jax import ops as jops
…
-
Hi, I'd like to know how to reproduce results of Yolov4-P5, Yolov4-P6 and Yolov4-P7? It seems that only the way to test Yolov4-CSP was given.
-
I have used this repositry for integrating yolov4 with Tensor RT .
GeForce GTX 1070 Mobile
Ubunto - 16.4
TensorRT 5.0
cfg file - As suggested I modified accordingly .[NOTE - I used SAME yolov4,…
-
看错误提示,是不是读取config的时候参数读太多了,到后面加载的.weight文件里面的参数量不够分配的
还没时间详细找原因,希望作者review下代码
顺便贴一下错误日志,其中包含我的调试信息(我的是重新训练的单类检测):
layer1-conv
start: 128, conv_weight.size: 864, conv_weight.shape: (32, 3, 3, 3),…