-
Notifications
You must be signed in to change notification settings - Fork 476
Open
Labels
Milestone
Description
To improve the ease of use for the community, let's plan on how we gonna organize the released codebase.
- Preliminary Tools
- Frame/optical flow extraction: already released in our dense_flow. Need to add instructions
- Caffe: released with full usage guides
- Scripts for building initialization models for the temporal stream
- Training TSN
- TSN training model spec in Caffe style based on BN-Inception
- segment number: 3
- aggregation func: avg
- RGB
- Flow
- Warped flow
- Initialization model weights based on BN-Inception
- RGB
- Flow
- Warped flow
- TSN training model spec in Caffe style based on BN-Inception
- Testing TSN
- standard deploy model spec in Caffe style based on BN-Inception
- Trained model weights to reproduce reported accuracies
- Evaluation framework:
- Python: adapted from the anet repo.
- Matlab: partially completed, will add whole dataset evaluation soon.
- Guidance
- Data preparation
- Run evaluation with trained models
- Train models