Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.14 KB

README.md

File metadata and controls

26 lines (22 loc) · 1.14 KB

OpenMMLab Kaggle Shell Script

GitHub GitHub last commit

Shell script for cloning and compressing commonly used computer vision repositories from OpenMMLab for ease of upload to kaggle and for other applications.

Feel free to open a PR if you find yourself using a repo which isn't included in the script! ✨

Kaggle Checklist

See this kaggle notebook for how to install. Following openmmlab repos installs have been tested on a kaggle offline notebook:

  • MMCV
  • MMClassification
  • MMDetection
  • MMSegmentation
  • MMPose
  • MMOCR
  • MMGeneration
  • MMFewShot
  • MMTracking

Usage

Simply run the shell script using bash, the -r arg can be used to remove the folder containing the repositories after compression if desired.

bash make_dataset.sh -r

OR use the available kaggle upload here.