Fastai 1.0.54 camvid

Hello,

I followed camvid example using the fastai 1.0.54 and used my dataset that I labeled. The results are great but in inference when i run predict on new images it takes 5 seconds to receive the result on CPU.
Is this something that is expected?
Thank you

The Unet is an expensive architecture, so it takes awhile on the CPU. You could try lowering the image resolution some or use some of the speed ups I mention here and see: Speeding Up fastai2 Inference - And A Few Things Learned

1 Like