-
YOLO3 is more accurate and faster than YOLO2. A YOLO3 implementation using (yolov3-tiny) with multithreading could potentially bring this technology to mobile devices
-
I follow the instructions to put the PB and txt files in the assets folder. After the app opens, it will flash back. I am training the yolo2 to do face detection. The output is 30=5*6. What is the rea…
-
Hi,
I am getting the same error as you (https://github.com/longcw/yolo2-pytorch/issues/55). Were you able to solve this issue? Please reply if you know any way to solve this issue.
-
Hey, I want to optimize yolo on fpga. For that I need a code which has already implemented yolo on fpga using opencl. If anyone has implemented yolo on fpga using opencl could you please help me with …
-
Python 3.6.1
OpenCV 3.2.0
TensorFlow 1.1.0
Numpy 1.13.1
The warning is as follows:
`Compiling darkflow/cython_utils/nms.pyx because it changed.
Compiling darkflow/cython_utils/cy_yolo2_findbox…
-
Would conversion to LLVM bit code be doable? I'm referring to this https://www.graalvm.org/docs/reference-manual/languages/llvm/
Thanks
-
i have prepare my data according to the instruction given in this link
https://pjreddie.com/darknet/yolo/
i have downloaded weights also.
i have 12GB titanX gpu when i run the darknet for tra…
-
Hi, what's the license of this code? Is it under MIT as pytorch-yolo2 by marvis?
tlind updated
5 years ago
-
你好,看了你的代码,但感觉好像只有yolo1,好像没有看到yolo2的网络结构
请问YOLO_v2_pb是怎么来的?
-
Hi,
The config file yolo.cfg doesn't seem to work anymore.
When using this config file, the probabilities are really high and YOLO is detecting objects everywhere.
Using yolo2.cfg (or yolo.cfg that …