-
Notifications
You must be signed in to change notification settings - Fork 139
Closed
Description
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:
- What is the difference between (1, x, 1) and (1, x, 4). The previous post seems to describe it as anchor center vs bbos prediction. If it is bbox prediction, could I ask where is the objectness/class score, as is typical?
- Why are there 3 values of x?
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
Metadata
Metadata
Assignees
Labels
No labels