Run Norfair On Yolov5 On Image Data #273
-
Hello! I want to run norfair on my pretrained yolov5 model. I have seen the norfair implementation of yolov5 but its for video inference idk how to run it on images. |
Beta Was this translation helpful? Give feedback.
Answered by
facundo-lezama
Aug 7, 2023
Replies: 1 comment
-
Hi @MuhammadBilal848! You can replace the |
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 @MuhammadBilal848! You can replace the
for frame in video
statement with something likefor frame in frames
whereframes
contains the list of images you want to run Norfair on.