NVlabs / GLAMR

[CVPR 2022 Oral] Official PyTorch Implementation of "GLAMR: Global Occlusion-Aware Human Mesh Recovery with Dynamic Cameras”.
https://nvlabs.github.io/GLAMR
Other
359 stars 33 forks source link

How to run on cpu only machine ? #5

Closed arakis92 closed 2 years ago

arakis92 commented 2 years ago

Is there any option to run the training code in cpy only ?

Khrylx commented 2 years ago

Yes, it is possible to run on CPU only, but it will be very slow. The training script will detect whether your machine supports GPU if not it will just use CPU.