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! ✨
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
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.