octree-nn / ocnn-pytorch

Octree-based 3D Convolutional Neural Networks
MIT License
152 stars 17 forks source link

when i run the code: “python classification.py --config configs/cls_m40_hrnet.yaml SOLVER.alias time”, KeyError: 'Non-existent config key: DATA.test.flip' #9

Closed zhongxiaj closed 1 year ago

zhongxiaj commented 1 year ago

KeyError: 'Non-existent config key: DATA.test.flip'

wang-ps commented 1 year ago

Please update the package thsolver via the following command and try again: pip install -U thsolver

zhongxiaj commented 1 year ago

Please update the package thsolver via the following command and try again: pip install -U thsolver

thanks for your great work and quickly reply, is there any guide line for me to organize my own datasets? thanks

wang-ps commented 1 year ago

There are several examples in this folder, may it be helpful for you. https://github.com/octree-nn/ocnn-pytorch/tree/master/projects/datasets

zhongxiaj commented 1 year ago

There are several examples in this folder, may it be helpful for you. https://github.com/octree-nn/ocnn-pytorch/tree/master/projects/datasets

thank you very much