edgeai-yolov5 icon indicating copy to clipboard operation
edgeai-yolov5 copied to clipboard

YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite

Results 81 edgeai-yolov5 issues
Sort by recently updated
recently updated
newest added

hello, when i use your export command to transformer the pt to onnx, and use the onnx to detect, i find the detection results look like some mistake, but the...

question

Before submitting a bug report, please be aware that your issue **must be reproducible** with all of the following, otherwise it is non-actionable, and we can not help you: -...

bug

1. start run 'python detect.py' demo is ok 2. when I set load model para inplace=False,then run 'python detect.py' error ```python model = attempt_load(weights, map_location=device, inplace=False) # load FP32 model...

bug

Thanks for your great work! I'm trying to retrain yolo-pose on my custom dataset with different keypoints num and same format, and I may further extend some segmentation module based...

question

## ❔Question I tried deploying YoloPose on Nvidia Jetson Xavier NX using TensorRT, but I got very low fps. The average processing time per frame is about 160ms. Can you...

question

## ❔Question I export the model with: python models/export.py --weights Yolov5s6_pose_960.pt --img 960 --batch 1 --simplify --export-nms the model with output is: ![图片](https://user-images.githubusercontent.com/40679769/200764096-68e0b527-1860-48a9-8265-b6b985a56a65.png) and export with no nms is: ![图片](https://user-images.githubusercontent.com/40679769/200764343-81dfb51d-c157-4a88-9518-6db089d1b402.png)...

question

Hi, I use the latest version of the repo. There is a huge inconsistency between the reported [email protected] and [email protected]:0.95 as printed during the training versus the results.png E.g. during...

bug

Hi,@debapriyamaji I got this result after retraining the coco dataset with the pre-trained model, and only these two key points will have a very serious offset, I think there could...

question

git code about yolo-pose,use coco 2017 data train,detect result keypoint out of range. ![a](https://user-images.githubusercontent.com/58210597/202600227-5cb743cb-1b26-4fa4-9161-2e1823c30e6b.jpg)

bug