tinyvision / SOLIDER

A Semantic Controllable Self-Supervised Learning Framework to learn general human representations from massive unlabeled human images, which can benefit downstream human-centric tasks to the maximum extent
Apache License 2.0
1.9k stars 343 forks source link

Is it able to run inference in realtime? #8

Closed sylyt62 closed 1 year ago

sylyt62 commented 1 year ago

What's the approximate inference speed for per image on your GPU configuration?

cwhgn commented 1 year ago

We do not record the inference speed. In technically speaking, it is exactly the same as running the DINO inference on a Swin backbone.

sylyt62 commented 1 year ago

Thx~