-
Notifications
You must be signed in to change notification settings - Fork 148
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
Does not work with Tensorflow 1.8 #26
Comments
I tested this repo with Tensorflow 1.8 on Jetson TX2 - works fine for me (~20 fps) |
Oh, interesting. Do you know why I get that error then? When I run |
I'm not sure what you are trying to do so I will summarize what steps I took in order to make it run:
|
Hey there. I'm trying to run the code on my Jetson TX2 using the onboard camera. I have flashed it with Jetpack 3.2, installed OpenCV 3.4 and TensorFlow 1.8 but when I run
I set my config.yaml file to receive input from the onboard camera by setting the following parameter:
Among others, I have installed with OpenCV using the following 3 flags: Any hint about that error? |
Can you try replacing your VIDEO_INPUT with the following? |
Thanks @xxmarl, unfortunately I get the same error. This is the output:
|
This is the output of cv2.getBuildInformation().
In the Video I/O section GStreamer seems to be installed correctly. |
I could run it successfully on my laptop which has OpenCV 3.4, Tensorflow 1.4.0 and an NVIDIA GeForce 950M (it ran at about 3/4 FPS and I was using the laptop's camera). Any idea on how to make it run on the TX2 given the information above? |
Hi @BourbonCreams, === About laptop === try: === About TX2 === check onboard cam with code:
config.yml
|
Hi @naisy, thank you for your support. === About laptop === === About TX2 ===
After running your script the video stream works but on Terminal I still see this cheeky output:
The good news is that if I plug in an external webcam and set Thanks, |
Hi @BourbonCreams, This is my log. Something error, but onboard camera worked.
Maybe, you need to install something package.
I have just finished building OpenCV 3.4.1(JetPack3.2.1/Python2.7) which enabled the Tracking API. |
I get this error when running
source build_tools.py
I know you said your code is supported by Tensorflow 1.4 but I thought it would be good for you to know.
The text was updated successfully, but these errors were encountered: