Skip to content

TheEighthDay/AICITY_HSNB

Repository files navigation

Code Release for AICITY_2022 Track3 HSNB Team

We make good use of the multi-view synchronization among videos, and conduct robust Multi-View Practice (MVP) for driving action localization. To avoid overfitting, we finetune SlowFast with Kinetics-700 pre-training as the feature extractor. Then the features of different views are passed to ActionFormer to generate candidate action proposals. For precisely localizing all the actions, we design elaborate post-processing, including model voting, threshold filtering and duplication removal. More details can be found in our workshop paper: MVP: Robust Multi-View Practice for Driving Action Localization. Arxiv

Pre-processing

There are three steps and the details are explained in README.md under the corresponding folder:

Method

There are five steps:

  1. classification/README.md(Train model): Train the basic classification model for action segments.
  2. classification/README.md(Inference model to extract features): Use the well-trained classification model to extract snippet features.
  3. proposal_extract/README.md(Train and inference model): Use the snippet features to the train temporal location model, and infercence test dataset to generate proposals.
  4. proposal_extract/README.md(Convert format): Convert proposals from pkl format to csv format.
  5. classification/README.md(Inference model to predict proposals): Classify the generated proposals.

Post-processing

Conduct post-processing following post-processing/README.md.

License

This project is released under the MIT license. Please see the LICENSE file for more information.

Acknowledgment

We are very grateful to the organizers for providing this opportunity for us, to explore the model in real multi-view driving videos. This is very meaningful. We believe it will promote the development of ai city and automatic driving.

In addition, our code is built based on UniFormer, SlowFast and ActionFormer.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published