Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.0%) to scientific vocabulary
Repository
Spatio-Temporal Action Detection
Basic Info
- Host: GitHub
- Owner: yzfly
- License: apache-2.0
- Default Branch: master
- Size: 120 MB
Statistics
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Introduction
MMDetection SlowFast MMDetection

Installation
MMDetection * mmdetection
python
pip install opencv-python decord pytorchvideo ipdb
Getting Started
( MMDetection
export CUDA_VISIBLE_DEVICES=0
python action_det.py --video demo/run_the_city.mp4 --imsize 224 \
--config configs/deformable_detr/deformable_detr_twostage_refine_r50_16x2_50e_coco.py \
--checkpoint weights/deformable_detr_twostage_refine_r50_16x2_50e_coco_20210419_220613-9d28ab72.pth \
--out demo/run_the_city_demo.mp4
export CUDA_VISIBLE_DEVICES=0
python action_det.py --video demo/run_the_city.mp4 --imsize 224 \
--config configs/yolox/yolox_x_8x8_300e_coco.py \
--checkpoint weights/yolox_x_8x8_300e_coco_20211126_140254-1ef88d67.pth \
--out demo/run_the_city_demo.mp4
and more ...
More Results

References
Thanks for these wonderful works:
[1] mmdetection
[2] yolo_slowfast
[3] ZQPei/deepsort
[5] AVA: A Video Dataset of Spatio-temporally Localized Atomic Visual Actions. paper
[6] SlowFast Networks for Video Recognition. paper
Owner
- Login: yzfly
- Kind: user
- Repositories: 4
- Profile: https://github.com/yzfly
GitHub Events
Total
- Watch event: 2
Last Year
- Watch event: 2
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0