-
If you want to report a bug - provide:
* description of a bug: **Failed to build yolo_v3_tiny_pan_lstm from issue 3114**
* what command do you use? `darknet detector train data/self_driving.…
-
first of all. thanks for your cool work.
I run the darknet_video.py . and it give me inference time about 14s I change darknet_video.py to print time not fps. one frame. Is this normal?
*…
-
I have 4-channel RGBA png image. I wanted to train a tiny-yolo model from scratch.
I made channels = 4 in my cfg file. But when I run the training it crashes after 1st iteration itself.
Crash log:…
-
**Describe the bug**
I am trying to transfer onnx models (from onnx model zoo) to tensorflow through Tensorflow Session. I meet problems when transferring the tiny_yolov2 model, but the code runs c…
-
通过转换工具,我只获得了一个tiny-yolo-voc.prototxt 和 tiny-yolo-voc.caffemodel。通过修改detectnet.cpp(减少了一个blob),yolo_layer.cpp(改变循环参数),能够进行检测,但是没有检测到任何东西,请问这是怎么回事呢?
-
Hello! Thank you very much for providing such a complete and powerful yolo project!
My original intention was to test the inference time on both keras/tensorflow and mnn on linux
If it goes well, …
-
In file of yolov3-tiny-prn.cfg
`[yolo]
mask = 1,2,3`
should it be that ??
`[yolo]
mask = 0,1,2`
-
Hi,
Could you please provide an example of how to run yolo-v3-tiny and yolo-v3-tiny-prn version on OpenCV with OpenVino optimisation? Ideally I want to run a study on different CPUs and Integrated …
-
Hello,
I am a beginner and I am discovering YOLO. Therefore, I have some questions :
1- What is the main difference between YOLOv2 and YOLOv3 ? Are there some cases when YOLOv2 is more efficient t…
-
Hello,
Is it possible to obtain a quantized .tflite version of YOLO v3 / YOLO Tiny v3 to do INT8 inference with the tools in this repository? I've tried using TensorFlow Lite's official tool, `toco`,…