naraysa / D2-Net

[ICCV 2021] Official PyTorch implementation for "D2-Net: Weakly-Supervised Action Localization via Discriminative Embeddings and Denoised Activations"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

D2-Net

[ICCV 2021] D2-Net: Weakly-Supervised Action Localization via Discriminative Embeddings and Denoised Activations. Arxiv link

Training D2-Net

Train on Thumos14 dataset using the following command.

python main.py --model-name Th14_release --dataset-name Thumos14reduced --num-class 20 --summary "D2net" --cuda

Citation

Kindly cite the following work if you find this repo useful.

@inproceedings{narayan2021d2,
  title={D2-Net: Weakly-supervised action localization via discriminative embeddings and denoised activations},
  author={Narayan, Sanath and Cholakkal, Hisham and Hayat, Munawar and Khan, Fahad Shahbaz and Yang, Ming-Hsuan and Shao, Ling},
  booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision},
  year={2021}
}

Dependencies

This codebase has been tested on PyTorch1.7 and was based on the W-TALC repo found here.

About

[ICCV 2021] Official PyTorch implementation for "D2-Net: Weakly-Supervised Action Localization via Discriminative Embeddings and Denoised Activations"


Languages

Language:Python 100.0%