hellojialee / Improved-Body-Parts

Simple Pose: Rethinking and Improving a Bottom-up Approach for Multi-Person Pose Estimation
https://arxiv.org/abs/1911.10529
258 stars 42 forks source link

How to use train.py to run #24

Closed Sunstin closed 4 years ago

Sunstin commented 4 years ago

because my computer don't have GPU,so i should run train.py. What request should i give in terminal? I tried but faild. @hellojialee Thank you very much~

Sunstin commented 4 years ago

python train.py

hellojialee commented 4 years ago

Hi, my friend. I'm sorry to tell you the python script train.py only supports GPU training. Or you can try to convert the GUP pre-trained model into a CPU model and change the code that only considers GPU usage cases. I highly recommend GPU training. CPU training is only suitable for those work concentrated on model compression or light-weighted backbones.

Sunstin commented 4 years ago

i'm trying to solve these problems,thank you for you advice~~

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.