Skip to content

Fork from MCG-NJU / MGSampler, Combined its part of changes

Notifications You must be signed in to change notification settings

lissa2077/MGSampler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

How to use it

  1. Install additional environment for MCG-NJU/MGSampler:
pip install -U scikit-image
pip install ffmpeg-python
  1. Download the loading.py provided by this project.
  2. Clone original mmaction2 project.
git clone https://github.com/open-mmlab/mmaction2
  1. Aftering cloning, in original mmaction2 folder, replace mmaction2/mmaction/datasets/pipelines/loading.py to the loading.py provided by this project.
rm -rf mmaction2/mmaction/datasets/pipelines/loading.py
cp loading.py mmaction2/mmaction/datasets/pipelines/loading.py
  1. Go to the mmaction2 folder and install mmaction2 folder with new loading.py.
    If you install original mmaction2 before, please remove the old version and then re-install this new version.
cd mmaction2
pip install -r requirements/build.txt
pip install -v -e .  # or "python setup.py develop"

Overview

This repo is just use Image-level, not Fature-level This is forked from MCG-NJU/MGSampler. Combined its part of changes for easily matching to new version mmaction2 in future use. The git project MCG-NJU/MGSampler is the implementation of MGSampler and its code is based on mmaction2.

About

Fork from MCG-NJU / MGSampler, Combined its part of changes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%