-
Hey @david8862,
Thanks for such amazing work.
I am having problem doing inference on yolov4tiny using yolo.py. I have converted .weights to .h5 and generated a anchors.txt file.
while running the…
-
hello i am a colleage student in korea
thank you for your code
i want use yolo v4 -tiny because i want to improve fps
So, I downloaded the file 'yolov4-tiny.weights'.
I modified the file in …
-
I trained yolov4-tiny on my own data set an error occurred while calculating mAP.
But I trained yolov4 used same command and same environment hav'nt meet this bug.
----------------------------------…
-
i have got a problem in debug code train.py
ValueError: Dimension 0 in both shapes must be equal, but are 1 and 255 for 'Assign_360' (op: 'Assign') with input shapes: [1,1,1024,75], [255,1024,1,1]…
-
No loading yolo_tiny.ckpt. Direct training yolo_net, it will occur error :AssertionError: Model diverged with loss = NaN.
-
I have limited knowledge in this domain and here trying to learn so that I can improve my self, forgive me if I am asking a junky question [But i _really need advice_].
I have trained a model in th…
-
Hi everyone,
The title says everything, I want to compute the mAP of tiny yolo on VOC2007-test, I have written a cpp code for this and get 39.78% for mAP whereas [pjreddie](https://pjreddie.com/darkn…
szm-R updated
6 years ago
-
Hi~ Thank you for your wonderful works!
When I convert YOLOv4-tiny to TensorRT, I get this error
`yolo-trt: /home/nvidia/yolo-tensorrt/modules/yolo.cpp:925: void Yolo::doInference(const unsigned…
-
I have tried to translate yolo'.weights to .pb, and succeed. But when I tried on tiny-yolo, it said
labels.txt and cfg/tiny-yolo-voc.cfg indicate inconsistent class numbers
my labels.txt has on…
-
Thanks @AlexeyAB
```
Ubuntu:18.04
CUDA: 10.1
CUDNN:7.5.0
Model: [YOLO-Lite](https://github.com/reu2018DL/YOLO-LITE) :
```
I cloned your repository and Pjreddie repository. I changed `Makefile`…