Skip to content
/ FTMU Public
forked from insomnia94/FTMU

Fast Template Matching and Update for Video Object Tracking and Segmentation

Notifications You must be signed in to change notification settings

mychina75/FTMU

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

  • Python 3.7.5
  • Pytorch 1.3.1
  • torchvision 0.4.2
  • CUDA 10.1

You can download the pre-trained model here, the training log file here, and the segmentation results here.

Please modify the dataset_root in parameter.py for the dataset path. The model is evaluated after each epoch, with the accuracy printed. The log file is saved in ./log, and the segmentation results are saved in ./best_results.

python ./train_eval.py

You can also see the original AC training code in AC_train.py

python ./AC_train.py

About

Fast Template Matching and Update for Video Object Tracking and Segmentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.4%
  • Shell 1.8%
  • Cython 0.8%