-
Hi,
I followed all through "README", but I still got an error like this :
```
[ INFO] [1558455233.638429916]: [YoloObjectDetector] Node started.
[ INFO] [1558455233.640436069]: [YoloObjectDetec…
-
There appears to be a lot of training stability issues with the computational graph used for the YOLOv2 loss function.
See [this post](https://community.wolfram.com/groups/-/m/t/2295262) for more d…
-
In Original yolov2-voc, mAP were increased when the resolution was increased
(416 x 416 -> 544 x 544).
So I assumed that the mAP of yolov2-tiny-voc will increase when the resolution was increase…
-
@daochenzha hi thanks for opensourcing the code , can we use xdeep for models like MaskRCNN/Deeplab and FasterRCNN,Yolov2, RetinaNet
-
I got only ~46% mAP on VOC 2007 dataset, which is totally different from reported (57%).
I use hier_thres=0.5, NMS thres=0.45 and confident thres=0.01. The tool i used for mAP is here [https://githu…
-
Can you give out the steps to prune yoloV2 and yoloV3 in ubuntu 18.04 #2
-
Hello, I ran this project and getting No file or variants found for asset: assets/yolov2_tiny.tflite. because it's missing.
-
@AlexeyAB @misko @r0l1 how to execute the yolov2_light source code on linux systems
-
'./darknet detect cfg / yolov2.cfg yolov2.weights data / dog.jpg'
If I proceed with the command, there will be no progress at the end of 'Total BFLOPS 65.864 Loading weights from yolov3.weights ...…
-
Dear fellow programmers,
I'm currently trying to build my own self trained version of a tiny-yolov2 network comparable to: https://github.com/onnx/models/tree/master/tiny_yolov2
I want only 6 cu…