bonsai-rx / deeplabcut

A Bonsai interface for real-time markerless pose estimation using DeepLabCut
MIT License
47 stars 9 forks source link

How much VRAM is recommended? Any GPU models? #7

Closed caniko closed 2 years ago

glopesdev commented 2 years ago

Does the published DLC-live benchmarks help? https://deeplabcut.github.io/DLC-inferencespeed-benchmark/

Not sure if all models have listed VRAM in their specs, but you could probably infer it by looking up the model number.

caniko commented 2 years ago

Are the results frequency? So Hz? Could you also include average time with SD between each inference?

glopesdev commented 2 years ago

Results are in Hz +/- SD already. More info here: https://github.com/DeepLabCut/DLC-inferencespeed-benchmark

Also see Table 1 of the paper: https://elifesciences.org/articles/61909

caniko commented 2 years ago

Thanks!