在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):naraysa/3c-net开源软件地址(OpenSource Url):https://github.com/naraysa/3c-net开源编程语言(OpenSource Language):Python 100.0%开源软件介绍(OpenSource Introduction):3C-NetOverviewThis package is a PyTorch implementation of our paper 3C-Net: Category Count and Center Loss for Weakly-Supervised Action Localization, to be published at ICCV 2019. DataWe use the same I3D features, for the Thumos14 and ActivityNet 1.2 datasets, released by Sujoy Paul. The annotations are already included in this repository. Training 3C-NetThe model can be trained using the following commands. See options.py for additional parse arguments # Running on Thumos14
python main.py --dataset-name Thumos14
# Running on ActivityNet 1.2
python main.py --dataset-name ActivityNet1.2 --activity-net --num-class 100 CitationPlease cite the following work if you use this package. @inproceedings{narayan20193c,
title={3c-net: Category count and center loss for weakly-supervised action localization},
author={Narayan, Sanath and Cholakkal, Hisham and Khan, Fahad Shahbaz and Shao, Ling},
booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision},
year={2019}
} DependenciesThis codebase was built on the W-TALC package found here and has the following dependencies.
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论