-
Hello,
I get the following output when I quantize a yolov4-csp model using a self trained .pt file for the weights.
![IMG_20210719_185853_891](https://user-images.githubusercontent.com/45362676/12…
-
Hi, thanks for this repo! I can't get the test.py to work
I have a 2080Ti and up to date docker / nvidia-docker.
I do the following:
```
nvidia-docker run --name yolov4_csp -it -v /srv/datas…
-
Hardware:
GPU: Tesla T4
Software:
tensorrt-7.1.3
cudnn - 8
I was wondering if I already have a tensorrt engine build, how to use tkDNN to fast up my inference.
Currently we are facing an issue w…
-
opencv dnn module suport Scaled yolov4 (https://arxiv.org/abs/2011.08036) (https://github.com/WongKinYiu/ScaledYOLOv4 )model?
-
Hi wongkinyiu,
When I used test.py to evaluate the model, I found that even if I add the verbose tag, the result is only three lines at most. Not as detailed as the example you gave. How can I obta…
-
parser.add_argument("-m", "--model", type=str, default="cfg/yolov4-csp.cfg")
parser.add_argument("-w", "--weights", type=str, default="weights/yolov4-csp.weights")
Output-1:
Output-2:
Ou…
-
Building ScaledYolov4 doesn't work unless I add `#include ` to ScaleYOLOv4.h
I get these complaints:
```
Scanning dependencies of target ScaledYOLOv4_trt
/home/luke/projects/tensorrt_inferenc…
-
When I try to load pretrained weights (yolov4-p6.pt) I get the following error message:
File "/ScaledYOLOv4/test.py", line 269, in
test(opt.data,
File "/ScaledYOLOv4/test.py", line 55,…
-
How do I install mish for this repo. I can't install Mish Cuda. My GPU is very old for current PyTorch releases that is why I wanted a CPU version of ScaledYolov4 but this is not working either.
-
Hi, could you share the link that you trained yolov4-csp?
I want to train yolov4-csp256 with my custom dataset, but I don't know exactly if this link is right.
https://github.com/WongKinYiu/Scaled…