zhan-xu / RigNet

Code for SIGGRAPH 2020 paper "RigNet: Neural Rigging for Articulated Characters"
GNU General Public License v3.0
1.34k stars 181 forks source link

OSError problem #70

Open Dean0809 opened 1 year ago

Dean0809 commented 1 year ago

Dear zhan-xu, Thanks for your huge work. I am a green programmer to learn about automatic rigging. I am trying to train the network. But I meet an OSError problem. OSError: DATASET_DIR/train/raw/DATASET_DIR/train. I have saw the code. You don't have code in downloads() which is in skin_dataset file. So we don't have raw directory. And it seems like that repeat train folder names twice. I don't know how to do next. Look forward to your reply. Best.

zhan-xu commented 1 year ago

Hi Dean0809, I think pytorch-geometry has changed their way to organize data folder. Could you try the exactly same version of pytorch-geometry as mine?

Dean0809 commented 1 year ago

I have reinstalled all the libraries. And I confirmed that torch_geometry is 1.7.2. But it still reports the error mentioned above.