Code Monkey home page Code Monkey logo

activitynet_task_1's Introduction

ActivityNet_task_1

This repository holds the codes for ActivityNet Challenge Task 1: Temporal Action Proposals

Related repositories:

Temporal Segment Networks
TSN PyTorch
BSN-boundary-sensitive-network.pytorch
anet2016 CUHK

*Update

DPN92 RGB+Flow nonrescale feature Baidu_pan_passwd_x8ff

Usage Guide

Setting

conda env create -f environment.yml

Data Preparation

Extract Frames and Optical Flow Images

TSN

Training TSN

RGB&Flow

cd ./TSN && sh run.sh

Extracting video's feature

RGB&Flow

sh extract_feature.sh

BSN

Rescaling RGB and Flow's features and concatenate them

cd ./BSN
python data_process.py arch ../TSN/RGB_feature_folder ../TSN/Flow_feature_folder num_works

Training, evaluating and testing BSN

sh bsn_3fold_diff_backbone.sh

Final result proposal

./BSN/output/result_proposal.json

Ensemble

Soft-NMS layer ensemble

Naive greed search to find a combination.

   mv ./BSN/ensemble/* ./BSN
   # need to add

Demo

Put TSN RGB trained model in the folder ./demo_activity
Download: dpn92_RGB_k600_fold_2_rgb_model_best.pth.tar, google_drive or baidu_pan_passwd_38cw

cd demo_activity && sh run.sh VIDEO_PATH

activitynet_task_1's People

Contributors

line290 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.