-
I'm trying to train my own data on the Yolo network, but before that I have to convert the bounding boxes co-ordinates to the form it wants.
and i get the error: first it prints out all the file name…
-
Hello everyone,
I would like to ask, is there any way to prepare my own weights of my own products.
That means, I have lots of similar objects, which is not like persons, birds, dogs and general t…
-
I used the same data to train on tiny-yolo and yolov2.
on tiny-yolo,I got a good detection result(recall about 0.8).
But on yolov2, even I have trained 40000 batch, the obj is still lower than 0.1…
-
Hi, I am a newbie and I am trying to practice yolo2 from your git. As I am not familiar with Command line window, I did every thing on Google Colab. I have some problems and want to ask you guys for h…
-
Hello,
I would like to test your source, can you upload the data.csv sample?
Thank you in advance.
-
Hi, could you please tell me how to set a different learning rate for each layers?
And, how can i modify the cfg file to add another convolutional layer between two nonadjacent layers such as layer5 …
-
Excuse me
Could you tell me where is the paper on fusion convolution and batch normalization?
-
I cloned `genekogan/linux` branch, and I edited [addon.config](https://github.com/mrzl/ofxDarknet/blob/genekogan/linux/addon_config.mk#L84-L85) for my local path, and run example-yolo2 by following co…
-
in yolo3, you use concept from feature pyramid networks, can you explain why 'feature pyramid' likes dssd, retinanet outperform 'feature pyramid' likes ssd for object detection (not segmentation)? tha…
ghost updated
5 years ago
-
Hi,
We intend to implement YoloV3 on an embedded system (specifically Zynq UltraScale+).
As an initial step, we pretend to implement it on a bare-metal application in the Real-Time Cores onboard.…