You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./build/examples/classify_image/classify_image data/images/gordon_setter.jpg data/plans/inception_v1.plan data/imagenet_labels_1001.txt input InceptionV1/Logits/SpatialSqueeze inception
Loading TensorRT engine from plan file...
Preprocessing input...
Executing inference engine...
The top-5 indices are: 215 235 166 214 213
Which corresponds to class labels:
0. Gordon setter
Rottweiler
black-and-tan coonhound
Irish setter, red setter
English setter
dla/eglUtils.cpp (121) - EGL Error in validateEglStream: 12289
terminate called after throwing an instance of 'nvinfer1::EglError'
what(): std::exception
Aborted (core dumped)
Do you have a clue how can I use DLA with this project?
Thanks,
The text was updated successfully, but these errors were encountered:
I have modified uff_to_plan.cpp to use DLA on Xavier Using the following function:
The output is:
Do you have a clue how can I use DLA with this project?
Thanks,
The text was updated successfully, but these errors were encountered: