Alexey

Results 27 issues of Alexey

Now there is Yolo v2 by link: http://pjreddie.com/darknet/yolo/ And old Yolo v1 is here: http://pjreddie.com/darknet/yolov1/ Can the caffe-yolo convert yolo's version 2 (.weights) files to caffemodel files by using create_yolo_caffemodel.py?...

**YOLOv9** is better than any convolution or transformer based object detectors - **Paper**: https://arxiv.org/abs/2402.13616 - **Code**: https://github.com/WongKinYiu/yolov9 ![image](https://github.com/AlexeyAB/darknet/assets/4096485/c23859a3-785d-4679-b3da-bf7df9389ff5)

Hi, great work! Does this repo support Movidius VPU Myriad X? https://www.movidius.com/myriadx

* `batch=1 (sync-mode)` * CPU, VPU * OpenCV 4.2.0 (master-branch 21 Mar 2020) * OpenVINO 2020.1.033 * GPU * CUDA 10.0 * cuDNN 7.4.2 * Darknet (Mar 22, 2020) GPU=1...

Explanations

**YOLOv9** is better than any convolution or transformer based object detectors - **Paper**: https://arxiv.org/abs/2402.13616 - **Code**: https://github.com/WongKinYiu/yolov9 ![image](https://github.com/AlexeyAB/darknet/assets/4096485/c23859a3-785d-4679-b3da-bf7df9389ff5)

Hi @unsky Please, can you check, did I read your Focal Loss formulas correctly? For CE, delta is: * `if (i == j)` then `delta = 1-p` * `if (i...

@bcao000 Hi, Great work! Does it support YOLOv4-tiny?