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

run test.py error #13

Closed
lxdunan opened this issue Apr 19, 2024 · 4 comments
Closed

run test.py error #13

lxdunan opened this issue Apr 19, 2024 · 4 comments

Comments

@lxdunan
Copy link

lxdunan commented Apr 19, 2024

Hi author,
When I run the test.py ,
TypeError: on_test_epoch_end() missing 1 required positional argument: 'outputs'
How can I deal it?

@lxdunan
Copy link
Author

lxdunan commented Apr 19, 2024

webwxgetmsgimg

@benemer
Copy link
Member

benemer commented Apr 19, 2024

The outputs argument got deprecates, see Lightning-AI/pytorch-lightning#17182 (comment). Since we anyway don't use it, I removed in on #14.

Can you please check if it works on this branch?

@lxdunan
Copy link
Author

lxdunan commented Apr 20, 2024

It is OK now, Thank you. But the new issue is that when I run visualize.py ,no points can be seen in the open3D. We have got point clouds and range images by test.py. Do you know why?

@benemer
Copy link
Member

benemer commented Apr 20, 2024

Do you provide the path to the predictions as described here? If the folder is not empty, but it should work. But that's hard to debug from here without the predictions.

@benemer benemer closed this as completed Apr 23, 2024
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

2 participants