Replies: 3 comments
-
|
Beta Was this translation helpful? Give feedback.
-
Ah thank you so much for clarification! I was looking through the repo and I couldn't find a script to filter the predictions by score and NMS. I was wondering if you have that available for reference? Also, all three scales's predictions are to be taken together right? |
Beta Was this translation helpful? Give feedback.
-
This is my scrfd implementation: scrfd.py Yes, all three scales are used to select best candidates with help of thresholding and NMS. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am trying to convert SCFRD from Pytorch to TensorRT and run inference, and I am using this repo as reference. I am looking at #37 as a similar, previous question.
First question:
I converted SCFRD to TensorRT and the bindings that I obtained were below:
Only the first is the input binding. Could I clarify:
Second question:
Would I need to pre process the image by subtracting the mean of 127.5 and standardizing by 128? My original weights and scfrd2onnx script is from https://github.com/deepinsight/insightface
Beta Was this translation helpful? Give feedback.
All reactions