jetson-inference icon indicating copy to clipboard operation
jetson-inference copied to clipboard

How to use mobilenet ssd in detectnet ?

Open r2ba7 opened this issue 2 years ago • 1 comments

I'm using pretrained-ssd mobilenet v2 ssd tensorflow v1, already converted .pb to .uff and compiled sample_uff_ssd correctly. how can I use the sampleduffssd.cpp or how can I use .uff format for live detection using c++ ?

r2ba7 avatar May 24 '22 11:05 r2ba7

Hi @r2ba7, I don't typically support custom UFF's in this repo, but you could try loading it by hardcoding the paths here:

https://github.com/dusty-nv/jetson-inference/blob/bed39a4ed9f6477ac7337295bf6713a46caebaec/c/detectNet.cpp#L266

dusty-nv avatar May 24 '22 15:05 dusty-nv