Question regarding YOLO NAS S and input resolution to match sub stream. #17938
-
I'm switching over to YOLO NAS S and my input sub streams are 640x360. Besider higher inference times on intel iGPU, any reason I shouldn't modify the notebook to out put to that res exactly so no resizing occurs? I know it's going to increase inference times, but I'm well under 200ms that the 5fps needs. i'm at 17ms right now with the standard res. Essentially I'm reducing CPU, increasing GPU, and gaining more accuracy? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Frigate is specifically designed to run on smaller regions and not the entire frame. Trying to force it to pass the entire frame in every time will only cause problems |
Beta Was this translation helpful? Give feedback.
Frigate is specifically designed to run on smaller regions and not the entire frame. Trying to force it to pass the entire frame in every time will only cause problems