qianlim / CAPE

Official implementation of CVPR2020 paper "Learning to Dress 3D People in Generative Clothing" https://arxiv.org/abs/1907.13615
Other
314 stars 40 forks source link

Undefined name bodydata #4

Closed l3str4nge closed 4 years ago

l3str4nge commented 4 years ago

Hello, found: CAPE/main.py:86:30: F821 undefined name 'bodydata'

qianlim commented 4 years ago

Hi, bodydata is used for training and is currently commented out in line 29 at main.py. I'll soon update the data loading script so that it will be fully functional.

qianlim commented 4 years ago

Hi, this is fixed now.