-
Thanks for your great work!
I train (Gaussian+GIOU+YOLOv3) in this repository.
Which command should I use to calculate mAP for (Gaussian+GIOU+YOLOv3) after finishing training in this repository,
I…
-
The project requires JDK11 and android-ndk-r21e.
You need to download the NDK from github manually.
By the way, this is the version that doesn't need downgrading (2023/05/22) :
https://drive.goo…
-
anyone gets it when training yolov4-tiny? I git clone project today,my training info:
./darknet detector train data/voc_my.data cfg/yolov4-tiny-mydata.cfg weight/yolov4-tiny.conv.29 -dont_show
CUDA…
-
I'm trying to train Tiny YOLOv3 using FLIR ADAS dataset, win10, opencv3.2.0, VS2015, GPU 2G.
The label files of the images are in a standard coco format, so I get the '.txt' files for the images ref…
-
Hi, I read that ```you can use darknet2pytorch to convert it yourself, or download my converted model.``` from the README markdown file.
When I tried to use the command ```python darknet2pytorch.py…
-
How does one input custom anchors that do not follow the same trend as the original anchors (xx60)?
For reference: Img size = `1280x736`
### Original Anchors :
```
anchors = 12, 16, 19, 36, 40…
-
While training, I mentioned a lower epoch number, so I want to resume from the last checkpoint.
-
I used the command : ./darknet detector calc_anchors data/voc.data -num_of_clusters 9 -width 416 -height 416 to recaculate the anchors about my dataset.
But the result is there no outpu…
-
我参考这个链接,yolov3-tiny.weights的这个模型用OpenCV的dnn是调用起来了的
https://github.com/spmallick/learnopencv/blob/master/ObjectDetection-YOLO/object_detection_yolo.cpp
但是直接替换模型路径为text.weights的输出不了文字区域坐标哦,反正前向传播是完成了的…
-
I've been looking at your deliverable for weeks 3/4 and I think you have done a very good job. I particularly like the way you are presenting things in the READMe.md file. It is neat and clear.
The…