Aleksei Bochkovskii
Aleksei Bochkovskii
@cenit It still doesn't work: [result.txt](https://github.com/AlexeyAB/darknet/files/6462002/result.txt) While I successfully compiled and ran it by using Cmake-GUI (Windows 10, MSVS2019, CUDA 11.2, cuDNN 8.x, without OpenCV) I used: 1. Download https://github.com/AlexeyAB/darknet/archive/refs/heads/master.zip...
@cenit Hi, I think: * We should reate **tag** or **release** for the current commit for users who still use old installation way * Maybe we should get some feedback...
@cenit Hi, Should we also add Docker or add link to this one? https://github.com/daisukekobayashi/darknet-docker
@jstumpin Hi, Are all these resluts for 320x320? ---- > 3.42267 (0.888971) 239.063 239 FPS with batch=8, it means 239/8 ~= **30 batches per 1 second**, it means that **latency...
@VideoPlayerCode > What do you think about that @WongKinYiu? You've discovered a way to increase mAP by ignoring the smallest anchor and reusing the medium-size anchor. So perhaps this should...
I tried to use overlapped anchors int this model `yolo_v3_tiny_pan3.cfg.txt` https://github.com/AlexeyAB/darknet/files/3580764/yolo_v3_tiny_pan3_aa_ae_mixup_scale_giou.cfg.txt mask = 0,1,2,3,4 mask = 4,5,6,7,8 mask = 8,9,10,11 More: https://github.com/AlexeyAB/darknet/issues/3114#issuecomment-494148968
Ask there, when will be added EfficientNet-Yolo to the OpenCV-dnn https://github.com/opencv/opencv/issues/15987 At least there were added Swish and Mish activations: https://github.com/opencv/opencv/pull/15808
Take a look at the comparison: https://github.com/AlexeyAB/darknet/issues/5079
I added https://github.com/AlexeyAB/darknet/blob/master/cfg/efficientnet-lite3.cfg
@haviduck Run Darknet by using this command: `./darknet detector demo ./cfg/coco.data ./cfg/yolov3.cfg ./yolov3.weights test50.mp4 -json_port 8070 -mjpeg_port 8090 -ext_output -dont_show` It will be launched as server. So you can connect...