DeepVO-pytorch icon indicating copy to clipboard operation
DeepVO-pytorch copied to clipboard

Groundtruth reshape error

Open Vedant0542 opened this issue 4 years ago • 5 comments

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

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

Vedant0542 avatar Sep 14 '20 05:09 Vedant0542

@ChiWeiHsiao Very grateful if you could help out

Vedant0542 avatar Sep 14 '20 05:09 Vedant0542

i have the same problem, can anyone help?

vloteoele avatar Sep 15 '20 10:09 vloteoele

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

paul-yes avatar Sep 25 '20 14:09 paul-yes

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

zzyno1git avatar Mar 03 '22 08:03 zzyno1git

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?

Jushan-Randy-Chen avatar May 04 '23 18:05 Jushan-Randy-Chen