Hi, due to the other messages in your output log (kernel weights has count 1 but N was expected), it looks like the model you trained may be corrupt somehow. However there are also several built-in pretrained segmentation models that you can try:
This command will run the pretrained segnet model which is downloaded with the repo instead of the one you trained. Does that work for you?
Also on your DIGITS system, are you using nvcaffe-0.15 as per the tutorial? Models trained with nvcaffe-0.16 or newer may be incompatible with TensorRT running on the Jetson.
I’m using nvcaffe16 as it was the latest one, which may be the issue. I just assumed if Nvidia released it it would be ok. I’ll definitely keep an eye out for that in the future. Is there a work-around yet you’re aware of?