Skip to content

hitcbw/TPM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note

We simplify the training logic, which don't follow config-based and function-based code. We place all codes out of the function except public code blocks.

File Tree

  • loss
    • the folder for loss. We only place our used label smoothing loss here.
  • models
    • the folder for models. Place your new model file here, then rename the main class as "Model". The runner would automatically load the model with configuration (parameter: args)
  • TPM_MES_lara.py
    • the main runner.
      • private block: YOU ONLY NEED TO CHANGE DATASET NAME & MODEL NAME HERE.
      • public block: load yaml config & find available cuda. We only utilize one GPU.
      • public block: build dataset and build loss
      • public block: train/eval controller
  • README.md

Acknowledgement

Our code is inspired from:

Reference

If you found this repo useful, please cite our arxiv version:

not uploaded yet

About

official code for "Multiscale Skeleton-Based Action Segmentation using Hierarchical Modeling and Prediction Ensemble"

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages