**************INITIAL README**************
#Change later

Dataset Links:
1) https://www.kaggle.com/somnath796/indian-dance-form-recognition   #This is version 1, 27MB 
2) https://www.kaggle.com/parthplc/indian-dance-images/version/2     #Version 2, 232MB

Conventions:
	- dataset1/ : Dataset Version 1 (Smaller size dataset)
	- dataset2/ : Dataset Version 2 (Larger Size dataset)

Paper Links:
1) https://arxiv.org/pdf/1812.05231.pdf (IIT Delhi)
2) https://www.isical.ac.in/~vlrg/sites/default/files/Pulak/wacv2012.pdf  (ISI)
3) https://ieeexplore.ieee.org/document/9182365

Helpful reference code:
1) https://github.com/ubsingh9/identify-the-dance-form


Added Dataset Version 1 to Google Drive: https://drive.google.com/file/d/1zTI002FEm0BcbXlUFpLs5zvurWGnx68v/view?usp=sharing
Added Dataset Version 2 to Google Drive: https://drive.google.com/file/d/1I29xdtdJVd7FoT7Uyw1QHafKyRzsqPzK/view?usp=sharing
Reason: To make it easier to work on Google Colab.
----------------------------------------------------------------------------------
*******THIS IS PURELY FOR CONVENIENCE, TO SETUP THE DATASET ENV IN COLAB.*******
*******YOU DO NOT NEED TO NECESSARILY FOLLOW THIS.*******
*******LINKS SUBJECT TO CHANGE AFTER PREPROCESSING.*******
----------------------------------------------------------------------------------
RUN THE FOLLOWING IN GOOGLE COLAB TO IMPORT FOLDERS:
----------------------------------------------------------------------------------
> !pip install gdown
> !gdown --id <insert id of file here>
#eg: !gdown --id 1I29xdtdJVd7FoT7Uyw1QHafKyRzsqPzK #for dataset2
> !tar -zxf <tar-filename>
> !rm <tar-filename>
----------------------------------------------------------------------------------
