Using .onnx files with Yolov7 in Norfair #236
-
Hello, Anyone knows if there is a way to use .onnx files in YoloV7? |
Beta Was this translation helpful? Give feedback.
Answered by
facundo-lezama
Jan 13, 2023
Replies: 1 comment
-
Hi @moooises! Norfair is model agnostic, meaning you may use whatever detector you want. The only thing Norfair needs you to do is to use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
facundo-lezama
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @moooises! Norfair is model agnostic, meaning you may use whatever detector you want. The only thing Norfair needs you to do is to use
Detection
objects. So you may change the YOLOv7 class as you wish and then be careful to translate the model's output toDetection
objects.