-
What about 9k? Are you planning to support it or should I fork?
-
Hi,this is the log
...
avg_noobj: 0.0010526 avg_obj: 0.400564 avg_iou: 0.762177 avg_cat: 0.987689 recall: 0.958333 recall75: 0.630952 count: 4
...
I1213 20:31:15.950788 6814 solver.cpp:548] class…
-
Hi everyone,
I have trained a custom model of 8 classes from the sl-yolov3-spp.cfg. Once I had the resulting weights, I wanted to test the mAP of the training. However, when I write the command:
…
-
**Event Server version**
3.5
**Hooks version**
2.2.8
**The version of ZoneMinder you are using:**
(example only, please edit this line) 1.33.6
**What is the nature of your issue*…
-
I was wondering, do you know if the pre-trained models for yolo9000 support face and/or head detection? For an object detection framework that can detect 9000+ items, I would think that heads and face…
-
Сбор информации о полях, пришедших от API, которых нет в библиотеке. Telegram бот автоматически публикует сюда поля, которых нет в ветке development. Так же тут все поля из шаблонных issue пользовател…
-
The DarkNet network has 1000 outputs, but the label files - imagenet.labels.list and imagenet.shortnames.list have 21,842 entries.
-
I found darknet's polynomial learning rate curve here:
```C
case POLY:
return net->learning_rate * pow(1 - (float)batch_num / net->max_batches, net->power);
```
https://github.com/pjreddie/da…
-
abner@yolo-9000/darknet$ make
gcc -Iinclude/ -Isrc/ -DGPU -I/usr/local/cuda/include/ -DCUDNN -Wall -Wno-unknown-pragmas -Wfatal-errors -fPIC -Ofast -DGPU -DCUDNN -c ./src/gemm.c -o obj/gemm.o
gcc -…
-
Hello ,
I am intersted in YOLO9000 .Could you give a copy code of YOLO9000-CAFFE .
THANK YOU VERY MUCH.