MTCNN_FaceDetection_TensorRT icon indicating copy to clipboard operation
MTCNN_FaceDetection_TensorRT copied to clipboard

MTCNN C++ implementation with NVIDIA TensorRT Inference accelerator SDK

Results 13 MTCNN_FaceDetection_TensorRT issues
Sort by recently updated
recently updated
newest added

感谢大佬分享~ demo 我已经跑通,不过我使用多进程运行的时候,遇到了以下错误。 [TensorRT] ERROR: ../rtSafe/cuda/reformat.cu (925) - Cuda Error in NCHWToNCHHW2: 400 (invalid resource handle) [TensorRT] ERROR: FAILED_EXECUTION: std::exception 希望大佬指教。感谢!

Can you explain how is Scaling, applying ReLU and then again Scaling and elementwise addition equivalent to PReLU?

terminate called after throwing an instance of 'std::out_of_range' what(): basic_string::replace: __pos (which is 15) > this->size() (which is 0) Aborted (core dumped)

你好,我这边有一个问题:除了输出bounding box和5个关键点,还有没有其他可供使用的输出信息?

GPU MTCNN not detect faces fater first frame. How can solve this problem?

I am using TensorRT 5 and trying to add the code for Int8 Quantization. I tried adding the following lines in baseEngine.cpp but it is giving me an error. builder->setInt8Mode(true);...

I get opencv Error: Assertion failed (0

请问使用Relu layer, Scale layer 和 ElementWise替换prelu需要重新训练吗?还是直接修改prototxt中对应的层就可以了?谢谢

每次启动,tensorrt都会对caffe模型进行转换,能否只转换一次,并将转换后的模型保存到本地,后面每次只读取转换后的模型?