-
hi @AlexeyAB , i trained for 10,000 iteration with yolov3.cfg on my dataset to detect 2 classes ( person and fire )
`darknet.exe detector train data/obj.data yolo-obj.cfg darknet53.conv.74`
my d…
-
Hi,
I'm trying to run visioner on dell terminal equipped with AMD G-T48E Processor CPU.
I use following compose file to create docker container
```
version: "2.4"
services:
viseron:
i…
-
I want to train only 6 classes (person, bicycle, car, motorbike, bus, truck) in the coco dataset.
1. The coco.names file has been modified as follows.
person
bicycle
car
motorbike
bus
truck
…
-
I use darknet by linux. When i train, it show "gpu isn't used". The info such as,
./darknet detector train ./cfg/person_only.data ./cfg/yolov3.cfg ./weights/yolov3.weights
GPU isn't used
Used …
-
### Describe the problem you are having or the outcome you are trying to achieve.
ive been using this automation for a while now, and with the update to the 14 beta, my notifications are pretty much …
-
Hi,
Interesting paper! Can you please elaborate upon:
1. If the new 2020 labels of BDD100k were used for object detection training, or the old ones ?
2. In the paper, you have reported results …
-
Thanks for presenting! In the presentation summary you mentioned "multivariate decoding", so what is 'multivariate decoding'? What is the difference between "multivariate decoding" and "inverted encod…
-
Hey
I have a question that which detector the networks used in this project? The detector provides the proposal to the estimation network, so where can I find the detector network?
Thanks!
Coli…
-
I have done all the prepared work, and run "./darknet detector test cfg/coco.data cfg/yolov3-tiny.cfg yolov3-tiny.weights data/person.jpg " successfully.
But when I use the python code called "darkn…
-
Currently, patch training is failing to generate an adversarial pattern. It's just optimizing for non-printability score (nps) by generating an image of a single color:
![Screenshot from 2023-10-24…