Image segmentation on JEtson nano 2gb

Hi Folks, I am working on my final year project where I am building a ML model for medical image segmentation. Is it possible to run Medical image segmentation on the 2gb nano board? If so give me some starter tips. TIA.

Hi @arvindh, I believe the U-Net segmentation network is popular for medical image segmentation. It can run on Nano 2GB and you can check the performance in the benchmarks here:

Thanks @dusty_nv , That really helps. I was a bit confused since I was greedy to use CLARA sdk on jetson nano. But this clarrifies my doubt