Open sunyclj opened 2 years ago
when run python test.py --opt options/test/test_stage3.yml , input size (1920,1080,3),i want to get the image of size (3840,3160,3),print "CUDA out of memory"error,Is this a normal phenomenon?
Yes, the input is too large.
@JingyunLiang Thank you for your answer.if i want to get x2 result, what is the maximum input size supported?
It depends on your image size. You can try it yourself.
when run python test.py --opt options/test/test_stage3.yml , input size (1920,1080,3),i want to get the image of size (3840,3160,3),print "CUDA out of memory"error,Is this a normal phenomenon?