Babyhamsta / Aimmy

Universal Second Eye for Gamers with Impairments (Universal AI Aim Aligner - ONNX/YOLOv8 - C#)
Other
860 stars 336 forks source link

Import custom model #1418

Closed hawx929 closed 4 months ago

hawx929 commented 5 months ago

I create onnx datapack, based on yolo8, but Aimmy errored, it still requires models based on. error 1x5x8400

TooManyFactoryResets commented 5 months ago

V8 is the correct model, what is the file extension?

TooManyFactoryResets commented 5 months ago

Did you use the Universalv3_web_model when using the editor?

hawx929 commented 5 months ago

to be honest, I'm not good at learning AI and the terms related to it. I took the yolo pack from roboflow and downloaded it on format (yolo8,yolo9,yolo7), but its no working photo_2024-05-21_16-24-23 maybe, its not valid?- PyTorch: starting from 'best.pt' with input shape (1, 3, 640, 640) BCHW and output shape(s) (1, 6, 8400) (6.0 MB)

Babyhamsta commented 4 months ago

1,6,8400 is not the correct output. We are looking for 5 outputs not 6. Outputs being X, Y, Height, Width, and Confidence.