Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Yolov8 Object Detect Bounding box messed #321

Open
Dieguinho5 opened this issue May 27, 2023 · 3 comments
Open

Yolov8 Object Detect Bounding box messed #321

Dieguinho5 opened this issue May 27, 2023 · 3 comments

Comments

@Dieguinho5
Copy link

Hello friends,
I'm having a problem with my custom yolov8 template.
The bounding boxes are messed up and it's giving a pretty low prediction.
I'm using the starter project https://github.com/pytorch/android-demo-app/tree/master/ObjectDetection

Can anybody help me?

model yolov8.torchscript: https://drive.google.com/file/d/1-0IEYXOTyLkLlfrU6LeHy2SqJ7hh1g6G/view?usp=sharing
image

@janimo
Copy link

janimo commented Jun 11, 2023

In general yolo v5 and v8 have differently shaped outputs so dropping in a v8 model is not supposed to work out of the box.

@encouver
Copy link

In general yolo v5 and v8 have differently shaped outputs so dropping in a v8 model is not supposed to work out of the box.

Do you have some reference to use with yolov8?

@NeighborhoodCoding
Copy link

Can you please share the full code on how to change the yolov5 code to yolov8 code?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants