geopavlakos / object3d

Code for "6-DoF Object Pose from Semantic Keypoints", ICRA 2017
Other
98 stars 31 forks source link

HDF5File.open: no such directory #5

Open samqu123 opened 5 years ago

samqu123 commented 5 years ago

I get this while trying to train. Please if anyone could assist!

$$ th main.lua -dataset pascal3d -expID test-run-stacked -netType hg-stacked -task pose-int -nStack 2 -LR 2.5e-4 -nEpochs 100 -snapshot 1

Saving everything to: /object3d/pose-hg/pose-hg-train/exp/pascal3d/test-run-stacked /home/krypto/torch/install/bin/luajit: /home/krypto/torch/install/share/lua/5.1/hdf5/file.lua:132: HDF5File.open: no such directory /home/krypto/object3d/pose-hg/pose-hg-train/data/pascal3d/annot stack traceback: [C]: in function 'error' /home/krypto/torch/install/share/lua/5.1/hdf5/file.lua:132: in function 'open' ...pto/Downloads/object3d/pose-hg/pose-hg-train/src/ref.lua:113: in main chunk [C]: in function 'dofile' main.lua:2: in main chunk [C]: in function 'dofile' ...ypto/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk [C]: at 0x00405d50

maximpavliv commented 4 years ago

I got this error yesterday, you have to set the projectDir correctly in 'pose-hg/pose-hg-train/src/ref.lua' .