liruilong940607 / Pose2Seg

Code for the paper "Pose2Seg: Detection Free Human Instance Segmentation" @ CVPR2019.
http://www.liruilong.cn/projects/pose2seg/index.html
MIT License
532 stars 136 forks source link

What's the environment setup and requirement? #31

Closed jasam-sheja closed 3 years ago

jasam-sheja commented 4 years ago

Your work is fascinating.

Could you share some information on the environment you used, like OS (& version), python version, and libraries' versions (especially PyTorch)?

Also, when it comes to inference, How much GPU memory is required for a single image (let's say 512x512, same as your experiments)?

Thanks

KainingYing commented 3 years ago

the library version can see in the ./requirements.txt,and I set batchsize=4 on my 1080Ti for training.