Using .onnx files with Yolov7 in Norfair #236
|
Hello, Anyone knows if there is a way to use .onnx files in YoloV7? |
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 |
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
Detectionobjects. So you may change the YOLOv7 class as you wish and then be careful to translate the model's output toDetectionobjects.