#411 · Primary category: Computer Vision
actionformer_release
Code release for ActionFormer (ECCV 2022)
Project last updated:04/11/24
GitHub Stars
573
Forks
95
Contributors
3
License
MIT
Why we included this project
ActionFormer is one of the first Transformer-based models for temporal action localization, and this repo is the reference implementation from the ECCV 2022 paper. The model finds when an action starts and ends in untrimmed video and names the action, all in a single pass, with no proposal stage and no pre-defined anchor windows. The repo includes training and evaluation code for THUMOS14, ActivityNet 1.3, and EPIC-Kitchens 100, with configs, data loaders, and pre-trained checkpoints, so the reported results are reproducible without reverse-engineering the setup. It also served as the backbone for many winning entries in the Ego4D Moment Queries Challenge, which makes it a practical base for moment localization and video grounding work. The code is clean and Detectron2-inspired, so researchers comparing temporal action localization methods, or teams building video understanding systems, should find it easy to adapt.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)