ChiWeiHsiao / DeepVO-pytorch

PyTorch Implementation of DeepVO
355 stars 106 forks source link

Groundtruth reshape error #34

Open Vedant0542 opened 4 years ago

Vedant0542 commented 4 years ago

I'm getting this error when I try to run main.py, can anybody please help out?

_### roundtruth_rotation = rawgroundtruth[1][0].reshape((3, 3)).T # opposite rotation of the first frame ValueError: cannot reshape array of size 0 into shape (3,3)

Vedant0542 commented 4 years ago

@ChiWeiHsiao Very grateful if you could help out

vloteoele commented 4 years ago

i have the same problem, can anyone help?

paul-yes commented 4 years ago

https://github.com/ChiWeiHsiao/DeepVO-pytorch/issues/13 I solved it by removing all files in "datainfo" folder.

zzyno1git commented 2 years ago

delete all files in "datainfo" change the data address run "preprocess.py" run"main.py"

RandyChen233 commented 1 year ago

delete all files in "datainfo" change the data address run "preprocess.py" run"main.py"

Hi,

how should we change the data address after deleting all files under datainfo?