Daniil-Osokin / gccpm-look-into-person-cvpr19.pytorch

Fast and accurate single-person pose estimation, ranked 10th at CVPR'19 LIP challenge. Contains implementation of "Global Context for Convolutional Pose Machines" paper.
Apache License 2.0
168 stars 28 forks source link

train_loader error #16

Closed VivienFu closed 4 years ago

VivienFu commented 4 years ago

File "/Users/wenyan/workspace/Research/bodyPose/projects/gccpm-look-into-person-cvpr19.pytorch/train.py", line 87, in train for batch_data in train_loader: File "/usr/local/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 819, in next return self._process_data(data) File "/usr/local/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 846, in _process_data data.reraise() File "/usr/local/lib/python3.7/site-packages/torch/_utils.py", line 385, in reraise raise self.exc_type(msg)

BJay128 commented 4 years ago

Can I please have the code snippet?

Daniil-Osokin commented 4 years ago

Hi! Looks like the error log is not full, so it is hard to get what the error is. Will you post the full log?

Daniil-Osokin commented 4 years ago

Hope, it works.