-
I added support of Tensor Cores in my fork: https://github.com/AlexeyAB/darknet
To accelerate **Detection 3x** times and **Training 2x** times (with the same Loss and mAP) using Tensor Cores are requ…
-
I figure the problem is likely due to the different ARM processor in the zero. All your install steps worked fine, but I get these results:
```
./darknet detect cfg/yolo.cfg tiny-yolo.weights dat…
-
I use yolo-voc.cfg or tiny-yolo-voc.cfg generally due to my training data is voc format, But there are other cfg files, how should I choose ?
-
Heay Alexey,
i have to ask you and the community again. Now i have acces to a powerful machine (4x gtx1080) and started training. My configuration is identical to my computer.
I have problems with…
-
Hi, have you a plan to support tiny yolo v3 soon ?
I think It could be really helpful
-
HEY!
While I''m trying to compile your code with catkim_make, I'm taking this error :
Scanning dependencies of target single_image_test
[ 9%] Linking CXX executable /home/nvidia/ip_ws/devel/lib…
-
Scaled-YOLOv4: Scaling Cross Stage Partial Network - The best neural network for object detection (Top1 accuracy on MS COCO dataset)
Scaled YOLO v4 is the most accurate neural network (55.8% AP Mic…
-
Hello,
when i want to run with python track_v7.py --source 0 --yolo-weights weights/yolov7-tiny.pt --img 640
I get the following Error:
File "track_v7.py", line 209
s += f"{n} {names[int(c…
-
I just need a little help on something that keeps happening to my training runs. I'm trying to train tiny-yolo on my on data set and I cant complete a full training run.
The command used:
`
pytho…
lee-t updated
5 years ago
-
Host info (Pi4-4GB, running Raspbian 10, also reproduced on Pi3B+):
```
10.10.10.4:~/git/darknet $ cat /proc/cpuinfo | grep Model
Model : Raspberry Pi 4 Model B Rev 1.1
10.10.10.4:~/git/darknet…