-
-
Notifications
You must be signed in to change notification settings - Fork 255
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
How to implement cross-camera ReID #157
Comments
Do your two RTSP streams have non overlapping views and the same frame rate? |
Hi,GeekAlexis: |
Your case is doable but it requires a nontrivial amount of code changes. Track history needs to be shared across different MOT objects. I'll try to create a demo script for multi-camera tracking. The initial version might only support non-overlapping views. It would also help if anyone can provide sample videos to test this. |
Thank you for your excellent work, I am looking forward to the demo script for multi-camera tracking. |
Hi,Alexis.I'm also looking forward to this demo, and the dataset here can be helpful: |
deepstream_multcamera.zip |
I'm not familiar with the Deep Stream SDK. You might need to add an appsink in the middle of your pipeline to feed the frames into FastMOT. Related issue: #132 |
OK, I got it,thanks. Now if I don't use Deep Stream SDK. How do I implement four rtsp streams at the same time in FastMOT?The device I use is a jetson NX that can support four network ports. |
You can create 4 |
Oh,that is a good idea,I will try it,thanks! |
Hi Alex, is it possible for me to store the features embenddings features extracted by the OsNet model in the host's database by setting up a kafka server on the host to create topics? For example mysql etc. If so where should I put the kafka code in your code? Thanks. |
@GeekAlexis Hello, if the camera I am using has overlapping areas, I don't know how to deal with this situation better. |
Describe what you want to do
Two rtsp video streams
Re-identify the same person in different cameras
How should I modify app.py
Your Environment
Any idea?Thanks.
The text was updated successfully, but these errors were encountered: