Replaced imageNet* net = imageNet::Create(imageNet::GOOGLENET); on line 38 with imageNet* net = imageNet::Create("googlenet"); because the former errored out with /my-recognition/my-recognition.cpp:38:52: error: ‘GOOGLENET’ is not a member of ‘imageNet’ when running make
Device: Jetson Orin Nano
Version: nvidia-l4t-core 36.3.0-20240506102626
Replaced
imageNet* net = imageNet::Create(imageNet::GOOGLENET);
on line 38 withimageNet* net = imageNet::Create("googlenet");
because the former errored out with/my-recognition/my-recognition.cpp:38:52: error: ‘GOOGLENET’ is not a member of ‘imageNet’
when runningmake
Device: Jetson Orin Nano Version: nvidia-l4t-core 36.3.0-20240506102626