telemetrieTP23

Results 6 comments of telemetrieTP23

Hey Hezhexi2002 ! It is possible to convert it to ONNX and work with c++, a good starting Point is here: https://github.com/PINTO0309/PINTO_model_zoo https://github.com/PINTO0309/PINTO_model_zoo/tree/main/085_Yolact_Edge/30_Full_Converted_mbnv2_550x550 https://github.com/PINTO0309/PINTO_model_zoo/blob/main/085_Yolact_Edge/30_Full_Converted_mbnv2_550x550/yolact_test.cpp

You are right the probability map Output would really be nice for Heatmap Visualisation of a specific class. Convert the Modell to ONNX and visualize it with https://netron.app/ So you...

On my Jetson Xavier AGX with jetpack 5.1, Till Version 0.1.17 Ollama worked fine on GPU. But now on the new Jetson Orin AGX it is even not possible to...

You are right my posting was easy to misinterpret, i used 2 terminals, each of them for one command. `sudo systemctl status docker ` says: ``` × docker.service - Docker...

> Does this [iptables fix ](https://forums.developer.nvidia.com/t/any-software-update-to-jetpack-6-0-causes-docker-to-fail/283910/9)work? I also had to do that first time I ran containers on Jetsons ( JP 6.x ) YESS. It worked, the link to your...

i think its because in gitignore, generally meta files are excluded: (*.pidb.meta is ok but not *.meta) # Unity3D generated meta files *.pidb.meta *.meta