Git Product home page Git Product logo

cvpr2023-epic-sounds-audio-based-interaction-recognition-3rd-place-solution's Introduction

README

train

cd into each model* dir and train separately.

model1๏ผš

python run_net.py --cfg configs/EPIC-Sounds/slowfast/SLOWFASTAUDIO_8x8_R50.yaml NUM_GPUS 1 OUTPUT_DIR ./output EPICSOUNDS.AUDIO_DATA_FILE ../../data/EPIC_audio.hdf5 EPICSOUNDS.ANNOTATIONS_DIR ../ TRAIN.CHECKPOINT_FILE_PATH ./SLOWFAST_VGG.pyth

model2:

python run_net.py --cfg configs/EPIC-Sounds/slowfast/SLOWFASTAUDIO_8x8_R50.yaml NUM_GPUS 1 OUTPUT_DIR ./output EPICSOUNDS.AUDIO_DATA_FILE ../../data/EPIC_audio.hdf5 EPICSOUNDS.ANNOTATIONS_DIR ../ TRAIN.CHECKPOINT_FILE_PATH ./SLOWFAST_EPIC_SOUNDS.pyth

model3:

python run_net.py --cfg configs/EPIC-Sounds/slowfast/SLOWFASTAUDIO_8x8_R50.yaml NUM_GPUS 1 OUTPUT_DIR ./output EPICSOUNDS.AUDIO_DATA_FILE ../../data/EPIC_audio.hdf5 EPICSOUNDS.ANNOTATIONS_DIR ../ TRAIN.CHECKPOINT_FILE_PATH ./SLOWFAST_EPIC_SOUNDS.pyth MODEL.FREEZE_BACKBONE True 

model4:

python run_net.py --cfg configs/EPIC-Sounds/slowfast/SLOWFASTAUDIO_8x8_R50.yaml NUM_GPUS 1 OUTPUT_DIR ./output EPICSOUNDS.AUDIO_DATA_FILE ../../data/EPIC_audio.hdf5 EPICSOUNDS.ANNOTATIONS_DIR ../ TRAIN.CHECKPOINT_FILE_PATH ./SLOWFAST_EPIC_SOUNDS.pyth MODEL.FREEZE_BACKBONE True 

test

Run test in each dir and you will get 4 result file.

For example:

python run_net.py --cfg configs/EPIC-Sounds/slowfast/SLOWFASTAUDIO_8x8_R50.yaml TRAIN.ENABLE False TEST.ENABLE True NUM_GPUS 1 OUTPUT_DIR ./output EPICSOUNDS.AUDIO_DATA_FILE ../../data/EPIC_audio.hdf5 EPICSOUNDS.ANNOTATIONS_DIR ../ TEST.CHECKPOINT_FILE_PATH ./SLOWFAST_EPIC_SOUNDS.pyth EPICSOUNDS.TEST_LIST EPIC_Sounds_recognition_test_timestamps.pkl

Then run merge.py will generate final submisson.

cvpr2023-epic-sounds-audio-based-interaction-recognition-3rd-place-solution's People

Contributors

itsnotacie avatar

Stargazers

 avatar ZQ.W avatar YWY avatar Zhapy avatar  avatar  avatar yhzhouowo avatar Nich avatar  avatar Owen718 avatar KatherineLUO avatar  avatar Steph0903 avatar SkYoung avatar  avatar  avatar taiyan avatar bzcloud avatar  avatar  avatar Jichen Wen avatar  avatar YiyangHU avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.