Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 tensoflow 对象检测 API 来计算检测到的汽车数量。但现在我想计算所有检测到的汽车的速度。我的问题是有没有办法使用 tensorflow 对象检测 API 来做到这一点。
您可以按时间间隔跟踪汽车相对于像素的位置。您可以使用“时间”库开始和停止时间记录。
此外,如果您打算计算汽车速度,则必须采用相对于相机运动的相对速度。如果您的相机处于静止位置会更容易。