How to run resnet10 example jetson nano

How to run resnet10 example jetson nano

Hi,

resnet10 is our sample detector and most of config with primary-gie component use it.

For example,

$ deepstream-app -c source8_1080p_dec_infer-resnet_tracker_tiled_display_fp16_nano.txt

Thanks.

thank you. for example, How to remove the full screen mode?

Hi,

You can update the size of sink component.

Ex.

[sink0]
...
width=1280
height=720

Thanks.

How to make sure the data stream is still processed without showing the screen?

Hi,

Deepstream-app will print out profiling data periodically.
It the log keep outputting, the stream should work ideally.

Thanks.