-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementation of BasicTAD #2638
base: dev-1.x
Are you sure you want to change the base?
Conversation
2. support NMW 3. update README.md
Codecov ReportPatch has no changes to coverable lines.
📢 Thoughts on this report? Let us know!. |
Excellent job! Could you please push these commits to dev-1.x branch first? Thank you! |
@Dai-Wenxun I changed the branch for merging to |
Motivation
Implement BasicTAD.
BasicTAD's main contribution is not in inventing complex modules, but in utilizing a modular architecture for temporal action detection tasks. As a result, the implementation of BasicTAD can mostly be achieved through code adapted from mmdetection.
While this project does not aim to replicate the original work's high performance, it does aim to implement its workflow.
Modification
Add a new project named basic_tad
Notes
I am only able to train the model in a basic setting due to my limited computing resources. This includes low spatial-temporal resolution, simple test augmentation, and evaluation on THUMOS14 only.
The current code needs to be cleaned up and the anchor-free version of BasicTAD is still in progress. Before proceeding with future work, may I please confirm your suggestion regarding this project?