Questions about Face-Recongnition

I have met this problem after make when i follow instructions in GitHub - AastaNV/Face-Recognition: Demonstrate Plugin API for TensorRT2.1

Scanning dependencies of target jetson-inference
[ 47%] Building CXX object CMakeFiles/jetson-inference.dir/pluginImplement.cpp.o
In file included from /home/jnet/Face-Recognition/pluginImplement.cpp:1:0:
/home/jnet/Face-Recognition/build/aarch64/include/pluginImplement.h:70:25: error: ‘std::vector’ has not been declared
void mergeRect(std::vector<float4>& rects, const float4& rect);
                         ^~~~~~
/home/jnet/Face-Recognition/build/aarch64/include/pluginImplement.h:70:31: error: expected ‘,’ or ‘...’ before ‘<’ token
     void mergeRect(std::vector<float4>& rects, const float4& rect);
                               ^
/home/jnet/Face-Recognition/build/aarch64/include/pluginImplement.h:112:17: error: ‘vector’ in namespace ‘std’ does not name a template type
     static std::vector<bboxProfile*> bboxTable;

I run this on jetson nano Ubuntu 18.04.2 LTS

Hi,

This sample is released for TensorRT2.1 and doesn’t be updated for a newer version.

What is your use case?
It’s recommended to use this sample instead:
[url]https://github.com/dusty-nv/jetson-inference[/url]

Thanks.