DenisTome / Lifting-from-the-Deep-release

Implementation of "Lifting from the Deep: Convolutional 3D Pose Estimation from a Single Image"
https://denistome.github.io/papers/lifting-from-the-deep
GNU General Public License v3.0
450 stars 132 forks source link

Requirements #22

Closed myagovki closed 6 years ago

myagovki commented 6 years ago

Hello!

I would like to know what the minimum requirements on the os are, such as cpu, ram, graphics card...

Thanks!

DenisTome commented 6 years ago

We haven't made tests in this regard. In order just to test the model, I think the Nvidia 1080ti is already too much, you could potentially have something less powerful; for the RAM something like 16 GB An alternative is to run the code in CPU mode rather than GPU mode, but the execution time is going to be significantly larger.