Media-Smart / vedadet

A single stage object detection toolbox based on PyTorch
Apache License 2.0
498 stars 128 forks source link

How about TinaFace performance? #3

Closed mstaryi closed 3 years ago

mstaryi commented 3 years ago

How about TinaFace performance?

hxcai commented 3 years ago

@mstaryi Hi, please see this for detail

mstaryi commented 3 years ago

@hxcai Oh, I mean how many milliseconds it takes for a picture to get the det result

hxcai commented 3 years ago

@mstaryi It takes about 500ms with the default configuration and Nvidia 1080Ti GPU. For application, u may set higher score_thr, smaller image input size, using TensorRT and etc..