This is a googlenet detection’s picture.Can this picture’s label sent to matlab which displays label name?For Example,if this picture’s label is doormax,can the label(it is doormax) sent to matlab which displays label name?
Hi,
Sorry, could you please elaborate more about the issue you are getting while using TRT?
Thanks
Also,when I use this web(jetson-inference/pytorch-collect.md at master · dusty-nv/jetson-inference · GitHub) for video detection.
Hi,
Please refer to below link in case it helps:
https://devblogs.nvidia.com/using-matlab-and-tensorrt-on-nvidia-gpus/
Thanks
Sorry,I want to ask another question. The detection label can output 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,
You can modify the code to store the inference string to txt file.
For eg in below code “class_desc” can be store in output.txt.
https://github.com/dusty-nv/jetson-inference/blob/35c0d57766f90faddae372ff1d807e9fc001d26b/python/examples/imagenet-camera.py#L58
Thanks
I try to output label to text file successfully. When the label outputs to text file , the text file is opening. In the mean time, can the label display on the text file?
Hi,
If I understood you question correctly, yes we can output the label to text file as well as overlay the label on the image for display.
Thanks
When the label changes on text file,can the label’s change display on terminal?

