This repository was archived by the owner on Mar 19, 2023. It is now read-only.
Ideal image size for object detection #241
Unanswered
TheCod3rMonk
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The images are actually downsized by deepstack, and the size depends on the setting selected, see https://github.com/johnolafenwa/DeepStack/blob/dev/intelligencelayer/shared/shared.py Assuming you are on high the image is downsized to 640x640 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have been using the deepstack object detection integration in Home assistant to periodically scan images from 7 cameras in 5s intervals. All of these are 4K cameras and I am currently passing the full resolution 3840X2160 image from the main stream for processing. Apart from lower processing times in general, I was wondering if there are any other pros/cons on using lower resolution images for processing? For example, would it hurt the accuracy for object detection if I use a lower resolution 640X480 image vs. an image with 3840X2160 resolution?
Much appreciate the help!
Beta Was this translation helpful? Give feedback.
All reactions