Alexey

Results 266 comments of Alexey

@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