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

YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite

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

## ❔Question The prediction result of the network after flipping up and down is quite different, how can we improve it?(the picture originates from the internet) ## Additional context ![R-C...

question

## ❔Question this code define 17 and some other num, but I want get another keypoint num, and how do I need to modify the model part? ## Additional context...

question

## ❔Question In the prediction result of multiple people in a picture, the box of the human frame does not correspond to the key point kpts, and the matrix here...

question

## ❔Question **This [repository] was used with required changes to generate the dataset in the required format. Please download the processed labels from [here]** How to convert the labels? is...

question

## ❔Question The COCO dataset's annotation is not complete, for example, when there are crowd persons, the key-points will be not annotated and a segment mask annotate the persons are...

question

## When training the dataset, Nan appears ## When I started trying to train the COCO2017 dataset, first it was normal, but then there was Nan, which I thought might...

question

Why are the official yolopose-m6 and yolopose-l6 parameters and GMACS so different from those reported in the paper? In paper: ![yolopose-paper](https://user-images.githubusercontent.com/105374007/199390603-b62007e2-8b38-4909-9dc4-4ebd22068a95.png) actual model parameter: yolopose-s6: ![s](https://user-images.githubusercontent.com/105374007/199390741-3e1e41f0-89c4-4c42-93fc-ba61f520d014.png) yolopose-m6: ![m](https://user-images.githubusercontent.com/105374007/199390795-48d8c785-43ae-48bc-98d3-6ed81bd00af9.png) yolopose-l6: ![l](https://user-images.githubusercontent.com/105374007/199390857-fec95470-c317-454d-8d41-1c2323b71209.png)

question

## ❔Question In regular yolo label format there will be CLASS+xywh(normalized) 5 columns in total,and I used to train on yolov5-face which add 8 coordinates(normalized) in the end of 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

## ❔Question base coco 2017 dataset trian, this is [pretrained_weights]: http://software-dl.ti.com/jacinto7/esd/modelzoo/gplv3/08_02_00_11/edgeai-yolov5/pretrained_models/checkpoints/keypoint/coco/edgeai-yolov5/other/person_detector/yolov5s6_960_71p6_93p1/weights/last.pt but trained,detect keypoints result out of range ,please tell me,Thanks. ## Additional context

question