masabdi / LSPS

Source code for "3D Hand Pose Estimation using Simulation and Partial-Supervision with a Shared Latent Space"
https://arxiv.org/abs/1807.05380
GNU General Public License v3.0
61 stars 17 forks source link

It requires basestring to be defined #3

Closed Suraj520 closed 5 years ago

Suraj520 commented 5 years ago

When one tries to train on NYU dataset by running the trainer in mode = pretrain the error of basestring to be defined pops up,,
The command being $python depth_train.py --config ../exps/nnyu.yaml --mode pretrain. The error is removed by defining basestring=str