ChiWeiHsiao / DeepVO-pytorch

PyTorch Implementation of DeepVO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Groundtruth reshape error

Vedant0542 opened this issue · 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)

@ChiWeiHsiao Very grateful if you could help out

i have the same problem, can anyone help?

commented

#13
I solved it by removing all files in "datainfo" folder.

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

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?