-
Thanks for the contribution first!
I have a question here. I'm doing some research of tiny-yolo so I need to reproduce the result, which is the mAP, of tiny-yolo. In the [README.md](https://github.c…
-
Hi @enesozi
You mentioned you sampled the large objects from the train set. Could you shed some light, how did you do that? I am training model on the same dataset using yolov3-spp and just traini…
-
I started using your yolov3 framework to detect cracks on metal drilling parts. I would appreciate some hints on how to fine tune the the yolov3 network and its hyperparameters to be able detecting lo…
-
Hello,
Is it possible to create a superclass and a subclass using LSTM version of yolov3-spp? For example superclass ("person") and subclasses ("jumping" or "standing")
Thanks in advance!
-
Hi,
I wanted to ask if it's possible to somehow compress images and annotations in one file. Something like numpy array? Because when dataset is small it's not big deal, but when dataset is big (in m…
-
**Describe the bug**
Running Example:-Train-Single-Class in google colab hangs and is not improving mAP
**To Reproduce**
Steps to reproduce the behavior:
1. Open Google Colab Notebook...
2. Run…
-
@glenn-jocher
in yolov3.cfg, the width and height are 416, the anchor: 10,13, 16,30, 33,23, 30,61, 62,45, 59,119, 116,90, 156,198, 373,326
in yolov3-spp.cfg, the width and height are 608, th…
-
Hi,
after a while it's once again me with some questions /bugs.
I just compiled and installed the latest darknet version.
However on training a dataset which I used previously (or at least I am …
-
@AlexeyAB : Max Pool is for reducing the feature map size but if we choose stride=1, it retains the same size. I am talking about the final maxpool layer of yolov3-tiny. Is there any purpose for this …
-
单类目标检测没问题,效果很好,但是同一个数据集,我检测两个类之后,刚开始训练精度非常低,0.008,经过几个epoch就降到0了, 尝试过调小学习率,增大batch,还是这样。请问有大佬碰到过吗。
![Screenshot from 2019-12-05 14-14-27](https://user-images.githubusercontent.com/41882150/70208860-9…