edgeyolo icon indicating copy to clipboard operation
edgeyolo copied to clipboard

an edge-real-time anchor-free object detector with decent performance

Results 45 edgeyolo issues
Sort by recently updated
recently updated
newest added

Hi Shihan Liu, What is the reason there is a minimum input size for the model? In my experiments 192x192. What would be needed to adapt the model to handle...

Hi sir, Thank you once again for your wonderful contribution! I'm experiencing slower inference compared to YOLOv5, contrary to what is suggested in the paper. Obviously, I must be overlooking...

torch.multiprocessing.spawn.ProcessRaisedException: -- Process 1 terminated with the following error: . . . AssertionError 这个问题怎么解决呀

when i train my dataset, GPU not Stably maintain high usage (it sometimes 10% , and sonetimes 70%,The numbers will go up and down) batch size 8 (because RTX3060 only...

I already use pytorch1.8.0, but still encounter the bug during training, could you give me some help? Thank you ```bash /pytorch/aten/src/ATen/native/cuda/Loss.cu:102: operator(): block: [301,0,0], thread: [60,0,0] Assertion `input_val >= zero...

FileNotFoundError :[Errno 2] No such file or directory:/dataset/VisDrone2019-DET/train_cache.edgeyolo

您好我想问一下用您的模型生成了onnx文件后,我是否能够用已经成型的框架把它部署到安卓端(例如ncnn)

I tried it both with torch 2.0 and torch 1.3 , also messed with different versions of onnx, it all behave same I am using model edgeyolo_tiny_lrelu trained on my...

论文的数据增强方法,没有可视化的图片嘛,像yolov5在训练过程中,会有个效果图。

您好,我用您的模型训练了下自己的数据集,在经过300次epoch后并没有出现best.pth,而是出现了一个last_augmentation_epoch.pth,请问这是什么原因啊,谢谢