-
Notifications
You must be signed in to change notification settings - Fork 21
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 when running depth_vpi.py #3
Comments
Are you running the exact same code in https://github.com/NVIDIA-AI-IOT/jetson-stereo-depth/blob/master/depth_pipeline_python/depth_vpi.py or did you modify it somehow? Is it possible that you're overriding the |
Yes, same exact code. |
I will try to reproduce that error today in hardware. What JetPack version are you running? |
JetPack version: 4.6-b197 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was able to follow the steps until depth_vpi.py where when I run python3 depth_vpi.py I get below error:
Reading camera calibration...
Traceback (most recent call last):
File "depth_vpi.py", line 229, in
File "depth_vpi.py", line 19, in init
File "depth_vpi.py", line 196, in init
TypeError: init() takes 1 positional argument but 2 were given
The text was updated successfully, but these errors were encountered: