onpix/LCDPNet

May I know what is the average time for validating one image?

home56200 opened this issue · 1 comments

It was found from test.py that the model you provided takes more than 2 seconds on average to process a single image.
I tested input images with sizes of 512x512 or larger, up to 1280x1280.

image

How long does it take for you to test one image?
Can you provide the code to convert the model to ONNX or TRT?

onpix commented

It depends on the GPU you use. In my experiments, it takes ~1s to process a 1080p image. For deployment, please refer to pytorch doc or pytorch-lightning doc.