-
![screenshot from 2018-04-14 10-05-15](https://user-images.githubusercontent.com/33410818/38769225-32ec58dc-3fcd-11e8-9ab7-9c2fa8184f17.png)
I run the package by "rosrun darknet_ros darknet_ros",and …
-
Even though I use the GPU on this program, it only get 2 frames per second of FPS.
How do I get around 20 frames per second?
-
I want to test the list of images to get accuracy of the training.I found the below command line but not worked for me.
How can i test the list of images and get accuracy? Is there another way ?
…
-
I tensorflow/core/common_runtime/gpu/gpu_device.cc:975] Creating TensorFlow device (/gpu:0) -> (device: 0, name: GeForce 940MX, pci bus id: 0000:01:00.0)
Loading complete!
Traceback (most recent c…
-
@rodrigo2019 @hobson @mrshu @sirotenko @usatenko @wikiwen @BoshengW
I'm training yoloV2 model with Pascal, for 50 epoch it takes more than 6hr and give loss=2.36 and predict the same bounding box for…
-
Hi,
I have trained a yolov2 model on a dataset with 23 categories from
`darknet19_448.conv.23`. Let's say now I have `yolov2-23categories.weights`. Now our dataset is updated with 2 more categories…
-
I'm trying to convert the tiny-yolo onnx models generated in [this blog post](https://elbruno.com/2018/07/10/winml-how-to-convert-tiny-yolov3-model-in-coreml-format-to-onnx-and-use-it-in-a-windows10-a…
-
Hello,
I would like to create two instance of YoloWrapper each instance load different weight and config file but I found any new instance replicate the parameters of the previous instance
This …
-
FileNotFoundError: [Errno 2] No such file or directory: 'out/yolov2.param'
大佬,跑完程序后导出时候会出现这个错误,我用linux和win都跑过了,都是出现这个问题
-
After I updated the weights and cft to yolov2 I got this error.
> AssertionError: labels.txt and cfg/yolov2.cfg indicate inconsistent class numbers
How I can fix it? (OS:Ubuntu 17)