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

How to use jetson.inference.detectnet() for custom model

Open shanchuanH opened this issue 2 years ago • 1 comments

Hi, I would like to write my own python code to inference with a custom model. Since the toturial only says how to use a pretrained model like jetson.inference.detectnet('ssd-mobilenet-v2',0.5), so my question is HOW to use this function to load a custom model? Thanks a lot.

shanchuanH avatar May 30 '22 12:05 shanchuanH

Hi @Hongstr, it would be like this: https://github.com/dusty-nv/jetson-inference/issues/786#issuecomment-721973736

dusty-nv avatar May 31 '22 14:05 dusty-nv