nguyentrongnhat4869

Results 7 issues of nguyentrongnhat4869

Hi, I'm glad to see your update. As far as I know arcface's input is the aligned face. I would like to ask where did you implement the align face...

Hi, in your arcface.txt file the model-engine-file field is arcface-mobilefacenet.engine, but I can't find that engine here. I want to ask you what model did you convert engine from? Is...

Has anyone run this model down to a mobile device? I'm trying to deploy on android studio following tflite's examples with no success. Looking forward to everyone's help. Thanks!

当使用onnx进行推断时,固定输入模型为(1、3、640、640),但是当使用mxnet进行推断时,输入是任意的,但不是固定的。 我想问的是,在使用onnx模型时,每个输入的大小应调整为(640,640)结果是否与mxnet不同,因为mxnet的输入形状取决于scale参数并且输入形状发生变化每个不同尺寸的输入图像? 感谢您的分享,太好了!

## Env - GPU, RTX1080 - OS, e.g. Ubuntu18.04 - Cuda version: 11.1 - TensorRT version: 7.2 ## About this repo - master - arcface ## Your problem Hi, thanks...

Hi, I'm running play_buffer.py in example. I found that after player.play() media_open_cb and media_read_cb functions were called to do custom data reading. When I do player.stop() media_close_cb is called. But...

I have run the demo with my ip camera stream. I want to rewind the running stream, but I can only rewind about 3 minutes, if I rewind more, the...