pointgmm
pointgmm copied to clipboard
Error
Hi, I tried to implement your code but had trouble doing so. The error is shown as:
D:\Softwares\PyCharmProjects\vMF\pointgmm-master>python train.py -d 0 -c airplane
init PointNet model
init PointGMM model
init optimizer
Traceback (most recent call last):
File "train.py", line 208, in
I thought it can be problem of loading dataset, I have downloaded data from http://shapenet.cs.stanford.edu/shapenet/obj-zip/ShapeNetCore.v2/ and keep file struction as: pointgmm-master ----dataset >----ShapeNetCore.v2 >----03001627 >----1a6f615e8b1b5ae4dbbc9440457e303e >----models >----model_normalized.binvox >----1a8bbf2994788e2743e99e0cae970928 >----models >----model_normalized.binvox >----...... >----04379243 >----1a6f615e8b1b5ae4dbbc9440457e303e >----models >----model_normalized.binvox >----1a8bbf2994788e2743e99e0cae970928 >----models >----model_normalized.binvox >----...... >----taxonomy.json
Is it correct?