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

Need a tutorial for Vehicle tracking query (Q8) #13

Open
yangyueren opened this issue Oct 5, 2020 · 1 comment
Open

Need a tutorial for Vehicle tracking query (Q8) #13

yangyueren opened this issue Oct 5, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@yangyueren
Copy link

Hello, I am attracted by the vehicle tracking query mentioned in the paper visualroad. I have several questions and hope to be answered.
I want to know all the vehicle tracks in the dataset, when does a vehicle pass by a camera, eg vehicle_id1 passes by camera_id3 during time 150s to 160s, vehicle_id1 passes by camera_id8 during time 230s to 225s. During the time 160s to 230s, vehicle_id1 is on the road so that no camera records it.

So I have the following questions:

  1. During the Dataset Generator process, whether the tracks of each vehicle are recorded into a text file.
  2. Whether the bounding boxes of each vehicle in every frame are recorded into a text file.

I would feel honored to get a reply.

@BrandonHaynes
Copy link
Member

Hi Yang -- vehicle tracks are not currently recorded, but this would be a straightforward enhancement (by writing vehicle locations in the listener function within generator.py). I'd accept a PR for this and may have some time to add it as a feature in the near future.

Bounding boxes are not recorded, but the semantic videos indicate when cameras can see a vehicle. You can use these to formulate bounding boxes. However, this does not tell you which vehicle the camera is observing. If this is something that is needed, it would also require tracking additional metadata in the listener function.

Hope this helps! I'll leave this issue open for now as I'd like to incorporate one or both ideas into the generator.

@BrandonHaynes BrandonHaynes added the enhancement New feature or request label Oct 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants