dusty-nv / jetson-inference

Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.
https://developer.nvidia.com/embedded/twodaystoademo
MIT License
7.75k stars 2.97k forks source link

imagenet-example-2: imageNet::Create does not accept enums as arguments #1756

Closed bojle closed 10 months ago

bojle commented 10 months ago

No version of imageNet::Create accepts enum (NetworkType) arguments. But it does accept a char*. Thus, replacing imageNet::GOOGLENET with "googlenet" does the trick.

dusty-nv commented 10 months ago

@bojle thanks very much for this! I had not updated these docs after changing the API.