Skip to content

Get paths in three steps.

Latest
Compare
Choose a tag to compare
@afunTW afunTW released this 28 Jan 04:14

A proven process to get the tracking paths

Steps

  1. input video and get detection result
  2. input video and detection result to get classification result
  3. input video and classification result to get tracking path

Cons

  • we have to parse the same video in each step
  • detection and the rest of step are different python version

Todo

  • read the video once and get the tracking paths
  • better file structure and tools
  • better env setting