SthPhoenix

Results 136 comments of SthPhoenix
trafficstars

Try running this sample: https://docs.nvidia.com/cuda/wsl-user-guide/index.html#ch05-sub01-simple-containers

Hm, then TensorRT should work as expected. I can double check that latest published version of InsightFace-REST works out of the box, but unfortunately I can't help you with running...

I have checked building from scratch with clean clone from repo - everything works as intended on Ubuntu 20.04. Looks like it's WSL related problem.

Quote from Nvidia page above: >With the NVIDIA Container Toolkit for Docker 19.03, only --gpus all is supported. This might be the case, since `deploy_trt.sh` tries to set specific GPU....

Hi! Any updates? Have you managed to run it under WSL2?

> sorry,I just see your reply. I will try. Looks like WSL2 just wasn't supported by TensorRT, but according to change log latest TensorRT version should support it. Try using...

> i try 21.12 and 22.01TensorRT image, unfortunately,all failed. 21.12 report GPU error during getBestTactic, 22.01 report Cuda failure: integrity checks failed Have you tried running other GPU based containers...

1. Hi! Actually 1,x,1 is scores, while 1,x,4 is bboxes. Anchor centers are calculated once for desired resolution and it's used internally to convert bbox predictions to actual coordinates. There...

This is my scrfd implementation: [scrfd.py](https://github.com/SthPhoenix/InsightFace-REST/blob/master/src/api_trt/modules/model_zoo/detectors/scrfd.py) And this is [nms](https://github.com/SthPhoenix/InsightFace-REST/blob/master/src/api_trt/modules/model_zoo/detectors/common/nms.py) Yes, all three scales are used to select best candidates with help of thresholding and NMS.

Hi! Just stuck at same issue, but looks like I found a solution. In my case i'm indexing photos unmodified, as taken by camera, and trying to search them providing...