I'd like to have a different display image size than the input size required for some Neural networks.
I found a solution for this here:
- https://discuss.luxonis.com/d/174-different-previewsize-links-for-rgb-camera-needed
- https://docs.luxonis.com/projects/api/en/latest/samples/rgb_mobilenet_4k/#rgb-mobilenetssd-4k
This works well if the input size of the NN is known, but is there also a way to determine the needed NN input size automatically?
Any help will be greatly appreciated.