Releases: afunTW/beetle-tracking
Releases · afunTW/beetle-tracking
Get paths in three steps.
A proven process to get the tracking paths
Steps
- input video and get detection result
- input video and detection result to get classification result
- 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