About MMAPI 04 sample

Hello,

How do I get the result file?
Even if I check the options with --help, I can’t find the option to get the result file.

Thank you.

Hello @kayccc,

Are computer vision libraries such as opencv or nvidia visionworks not used for mmapi 04 sample?

Thank you.

Hi,
There is permission issue of saving the files. Please take a look at

The sample is to demonstrate TensorRT:

OpenCV and VisionWorks are not used/called in the sample.

1 Like

Hello,

I asked a question because I included opencv in the trt_inference.h file.

Thank you.

Hi,
You are right. One OpenCV function is used:
https://docs.opencv.org/3.4/d5/d54/group__objdetect.html#ga3dba897ade8aa8227edda66508e16ab9
So in Makefile, it has

LDFLAGS += -lopencv_objdetect
1 Like