Seeing the sample below and running it in the same way,
but my results are blurred compared to the sample output results
https://github.com/dusty-nv/jetson-inference/blob/master/docs/segnet-console-2.md
I run below
Python
$ ./segnet-console.py --network=fcn-resnet18-cityscapes images/city_0.jpg output.jpg
(I want to attach our output image but don’t know how…)
Why can’t I get the same result?
Please tell me how to do the same?