image segmentation

working on creating a segmentation model on digits and would like to know is it possible to run on jetson tx2 via deepstream.

Hi,

Deepstream SDK doesn’t have an implementation to handle the segmentation output right now.
You will need to parse the output data on your own. (with deepstream plugin)

Here is our sample for segmentation without deepstreamSDK for your reference:
https://github.com/dusty-nv/jetson-inference#image-segmentation-with-segnet

Thanks.