tensorflow object detection API(Calculate Car spee

2019-06-07 17:53发布

I used tensoflow object detection API to count the number of cars detected. But now i want to calculate the speed of all the cars detected. My question is is there any way to do this using tensorflow object detection API.

1条回答
祖国的老花朵
2楼-- · 2019-06-07 18:28

You have keep track of the location of the cars with respect to pixels in intervals of time. You can start and stop the recording of time using 'time' library.

Also, if you are planning to calculate car speeds, you have to take the relative speed with respect to the camera movement. It would be easier if your camera is in a still position.

查看更多
登录 后发表回答