-
I have sucessfuly made a build using Visual studio in my Windows 10.
You project [Darknet](https://github.com/AlexeyAB/darknet) is succesfully working.
But this project is giving dll file pthreadVC2…
-
./darknet detect cfg/yolo.cfg yolo.weights data/dog.jpg
not working
error - Cannot load image "data/labels/33_0.png"
STB Reason: can't fopen
-
-
你好,我对src_int16下的cnn.cpp进行C synthesis,latency不确定,请问这是什么原因呢
-
你好,请问标出来的框的位置(即框的四个顶点的坐标)能在哪里找到呢?
-
Hi, thanks for your great work.
I'm using this to train on my own dataset, just one class for now. My dataset contains more than 3000 images with about 10000 objects. However, I see that the false po…
-
Hi,
thanks of your code,
but i have a problem when i to training raccoon dataset
Using TensorFlow backend.
('Seen labels:\t', {'raccoon': 217})
('Given labels:\t', [u'raccoon'])
('Overlap l…
-
How was the FPS obtained in the paper?
Another question:I modified height and width in YOLO-VOC.cfg. Why the speed hasn't changed?
-
The darknet model defines a global average pooling layer as follows:
```python
# linear
out_channels = cfg.num_anchors * (cfg.num_classes + 5)
self.conv5 = net_utils.Conv2d…
-
Hi all,
Apologies, this is my first time using object detection of any sort, and in fact my first time using python. While trying to train my data set I am getting results as nan.
The error i rece…