Closed srohit0 closed 5 years ago
Where is argmax.cpp file mentioned in the vgg16-nnef-openvx tutorial?
Excerpt from README
You can use argmax.cpp file to get the classification label. % g++ argmax.c++ -o argmax % ./argmax output.f32 labels.txt Is user expected to write this file? If yes, is there a template to follow for beginners to create this file?
You can use argmax.cpp file to get the classification label.
% g++ argmax.c++ -o argmax % ./argmax output.f32 labels.txt
Is user expected to write this file? If yes, is there a template to follow for beginners to create this file?
Yes, @srohit0 you can write one. There is no template to do that, and feel free to contribute to this repository.
Where is argmax.cpp file mentioned in the vgg16-nnef-openvx tutorial?
Excerpt from README