Skip to content

Releases: afunTW/beetle-tracking

Get paths in three steps.

28 Jan 04:14
Compare
Choose a tag to compare

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