Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 624 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 624 Bytes

SCT: Set Constrained Temporal Transformer for Set Supervised Action Segmentation

Source code of the CVPR 2020 paper: "SCT: Set Constrained Temporal Transformer for Set Supervised Action Segmentation".

@inproceedings{sct2020,
    Author    = {Fayyaz, Mohsen and Gall, Juergen},
    Title     = {{SCT: Set Constrained Temporal Transformer for Set Supervised Action Segmentation}},
    Booktitle = {{CVPR}},
    Year      = {2020}
}

Requirements

The main dependencies is:

  • Python 3.7
  • PyTorch 1.6

Other dependencies are listed in the requirements.txt file.