Label on terminal to display on txt file

I use this website(jetson-inference/pytorch-collect.md at master · dusty-nv/jetson-inference · GitHub) to detect object. Can the detection’s label output txt file?


Hi,

We don’t output the result into file. But you can add it on your own here:
https://github.com/dusty-nv/jetson-inference/blob/master/examples/imagenet-camera/imagenet-camera.cpp#L148

Thanks.