Commit 061123c6 authored by Smit Gangurde's avatar Smit Gangurde

Changed gdrive links, added colab import instructions

parent 7736b171
......@@ -9,11 +9,6 @@ Conventions:
- dataset1/ : Dataset Version 1 (Smaller size dataset)
- dataset2/ : Dataset Version 2 (Larger Size dataset)
Added Dataset Version 1 to Google Drive: https://drive.google.com/drive/folders/1uT_bi2vz0BW3xQrR-giANlG0Jw6XnSwn?usp=sharing #Preprocessing Team, provide your email on whatsapp for edit access
Added Dataset Version 2 to Google Drive: https://drive.google.com/drive/folders/1Yron_eCZJuXr9awKZdhGc2hmKMVgr4gu?usp=sharing #Preprocessing Team, provide your email on whatsapp for edit access
Reason: To make it easier to work on Google Colab.
Import dataset to Colab: https://www.freecodecamp.org/news/how-to-transfer-large-files-to-google-colab-and-remote-jupyter-notebooks-26ca252892fa/
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)
......@@ -21,3 +16,21 @@ Paper Links:
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>
----------------------------------------------------------------------------------
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment