-
Notifications
You must be signed in to change notification settings - Fork 3k
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
python: added detectnet-video.py and imagenet-video.py #389
python: added detectnet-video.py and imagenet-video.py #389
Conversation
This PR depends on dusty-nv/jetson-utils#10 |
6a30205
to
c18ddf3
Compare
updated the two example so closing the renderer window (if --render) also stops the example. |
Thanks @aconchillo , appreciate it. I will merge these and your PR's for |
c18ddf3
to
c03a8e1
Compare
@dusty-nv absolutely. i have also updated the |
Added two new examples that add support for using detectnet and imagenet on video files.
c03a8e1
to
3cd88fc
Compare
An error occurs at cmake ../
|
I wonder if your repo is out-of-date, because this issue was fixed for JetPack 4.3 here: jetson-inference/CMakeLists.txt Line 74 in 8846dcb
|
|
hi @aconchillo sorry for my bad english, i'm very beginner in jetson inference. I was completely clone your forks repo which contain detecnet-video, but when im running in my jetson inference, error saying 'module' object has no attribute 'VideoSource'. How to solve this problem? is that the opencv must version 3? or rebuild the jetson inference? thanks for your advice. |
Not sure why you chose to use the aconchillo's version instead of main repo. I am guessing you want to use gstreamer. As to the cv version, I am using 4.1.1 and it seems working for me. BTW, I tried aconchillo's version before, and found that there was a memory leak at that time, then switched back to the main repo. |
I haven't played with this for a long time. I will try to revive it and get it up to date. @bl6594 does the main repo support detection on video files? if so there might not be any need to update this. |
@aconchillo the jetson-inference https://github.com/dusty-nv/jetson-inference/blob/dev/docs/aux-streaming.md |
@dusty-nv awesome! thanks! |
Added two new examples that add support for using detectnet and imagenet on
video files.