tatarchm / tangent_conv

Tangent Convolutions for Dense Prediction in 3D
121 stars 26 forks source link

ScanNet issue #9

Closed hjwdzh closed 6 years ago

hjwdzh commented 6 years ago

I am trying to reproduce the scannet experiments, but meet some problems.

I successfully build the open3d and set the path correctly. Then, I successfully process the data using get_data script. However, when I start training with

python tc.py experiments/scannet/dhnrgb/config.json --train

It reports that:

/data/param/scannet/0p05/scene0568_00/0/scale_0.npz is not found. May I know whether I did anything wrong, or how I should deal with the problem? Thanks.
hjwdzh commented 6 years ago

BTW, I tried to precompute the parametrization with python tc.py experiments/scannet/dhnrgb/config.json --precompute

But it quickly print "::precompute" and terminate without generate anything.

hjwdzh commented 6 years ago

It's about a path problem and I figured it out. Thanks.