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

Real-time Multi-Target-Multi-Camera #23

Closed
Razamalik4497 opened this issue Dec 30, 2023 · 5 comments
Closed

Real-time Multi-Target-Multi-Camera #23

Razamalik4497 opened this issue Dec 30, 2023 · 5 comments

Comments

@Razamalik4497
Copy link

Hello Bharath, I appreciate your efforts in Yolo detection & tracking but I'm unable to get anything about multicamera tracking MCT. Can you please point me to that code where I can find the MCT stuff? thanks

@bharath5673
Copy link
Owner

hi @Razamalik4497 .. now its updated.. now u can try

$ python track_v8.py --source 0 1 vid1.mp4 vid2.mp4 --track --count

@Razamalik4497
Copy link
Author

Thank you, Bharath, for your invaluable assistance. I have successfully implemented multi-camera tracking. However, I've encountered an issue: the tracking IDs differ between both streams, even though I used two cameras capturing the same object simultaneously.

Thank you!
Raza

@bharath5673
Copy link
Owner

Thank you, Bharath, for your invaluable assistance. I have successfully implemented multi-camera tracking. However, I've encountered an issue: the tracking IDs differ between both streams, even though I used two cameras capturing the same object simultaneously.

Thank you! Raza

oh .. i got you... i think u are searching for this 'Multi-target Multi-camera tracking' // even nvidia has done the same like 'Tracking Objects Across Multiple Cameras Made Easy with Metropolis Microservices' /// hope this helps ))

@Razamalik4497
Copy link
Author

I appreciate your prompt response.
After reviewing the 'NVIDIA Multi-Camera Tracking,' I realized that I want to use YOLO for my project since it's already written in YOLO. This will make it easier to implement multi-camera tracking using YOLO. Can I enhance the code to track the same object with same ID in your multi camera tracking.

@bharath5673
Copy link
Owner

I appreciate your prompt response. After reviewing the 'NVIDIA Multi-Camera Tracking,' I realized that I want to use YOLO for my project since it's already written in YOLO. This will make it easier to implement multi-camera tracking using YOLO. Can I enhance the code to track the same object with same ID in your multi camera tracking.

Certainly! If you've decided to use YOLO for your multi-camera tracking project and have reviewed the NVIDIA Multi-Camera Tracking code, you can enhance the system to track the same object with the same ID across different cameras. Here's a general approach:

  • Track the same object with the same ID across different cameras
  • Make sure YOLO's detection output includes a unique identifier for each detected object.
  • Adjust the tracking algorithm to handle multi-camera tracking and object ID association.
  • Ensure that timestamps are synchronized across all cameras to align the data accurately. This is crucial for associating objects correctly in the temporal domain.
  • PCA or clustering algos can enhance the performance of clustering and classification algorithms.
  • Set up communication between cameras to share object information in real-time.
  • Ensure that timestamps are synchronized for accurate object tracking across frames.
  • Test and evaluate the modified system for tracking accuracy and real-time performance.

@bharath5673 bharath5673 changed the title Real-time multi-camera Tracking is not showing Real-time Multi-Traget-Multi-Camera Jan 4, 2024
@bharath5673 bharath5673 changed the title Real-time Multi-Traget-Multi-Camera Real-time Multi-Target-Multi-Camera Jan 4, 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