Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while evalute kitti dataset #143

Open
XinyuMeng opened this issue Jun 30, 2022 · 0 comments
Open

Error while evalute kitti dataset #143

XinyuMeng opened this issue Jun 30, 2022 · 0 comments

Comments

@XinyuMeng
Copy link

I am getting error while evalute kitti dataset. The error message is as follows:

File "evaluate.py", line 204, in
validate_kitti(model.module)
File "/home/mxy/anaconda3/envs/pytorch_gpu/lib/python3.7/site-packages/torch/autograd/grad_mode.py", line 27, in decorate_context
return func(*args, **kwargs)
File "evaluate.py", line 154, in validate_kitti
flow_low, flow_pr = model(image1, image2, iters=iters, test_mode=True)
ValueError: too many values to unpack (expected 2)

I put the datasets in this folder : /home/mxy/CODES/RAFT/datasets/KITTI ,it is organized as below:
├── KITTI
├── testing
├── training
├── devkit
and I read the image data correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant