gta_crime_dataset
Number of scenes: 198
Counter of videos: Total: 961
Arrest: 134
Arson : 148
Assault: 107
Fight: 126
Vandalism: 105
Explosion: 158
Robbery: 48
Shooting: 140
s3://gta-crime-dataset
- clone repository, install requirements.txt
- Register on aws, create account
- configure aws cli: instruction AWS Access Key ID: I will tell you when I will know your account ID AWS Secret Access Key: same
- Now you can use dvc
For each class separate folder
├── 1 # scene number
│ ├── Fight1.mp4 # scene variants (angle, duration changes)
│ ├── Fight2.mp4
│ ├── Fight3.mp4
│ └── Fight4\ (2).mp4
├── 2
│ ├── Fight1.mp4
│ ├── Fight2.mp4
│ ├── Fight3.mp4
│ └── Fight4.mp4
├── 3
│ ├── Fight1_2A.mp4
│ ├── Fight2_2A.mp4
│ ├── Fight3_2A.mp4
│ ├── Fight5_2A.mp4
│ ├── Fight6_2A.mp4
│ └── Fight_204_2A.mp4
├── 4
│ ├── Cinema_20fight_202_2A.mp4
│ ├── Cinema_20fight_203_2A.mp4
│ ├── Cinema_20fight_204_2A.mp4
│ ├── Cinema_20fight_205_2A.mp4
│ ├── Cinema_20fight_206_2A.mp4
│ └── Cinema_20fighting_201_2A.mp4
├── 5
│ ├── Shop_20fight_201_2A.mp4
│ ├── Shop_20fight_202_2A.mp4
│ ├── Shop_20fight_203_2A.mp4
│ ├── Shop_20fight_204_2A.mp4
│ ├── Shop_20fight_205_2A.mp4
│ └── Shop_20fight_206_2A.mp4
└── 6
├── Fighting1_2A.mp4
├── Fighting_202_2A.mp4
├── Fighting_203_2A.mp4
├── Fighting_204_2A.mp4
├── Fighting_205_2A.mp4
└── Fighting_206_2A.mp4
Documentation: https://dvc.org
You do not need to do any configuration
- dvc pull * -r s3remote
- dvc pull Fight.dvc
- dvc add filename
- dvc push -r s3remote
- make sure that data is really loading to bucket
- add recently created File.dvc, .gitignore to git
- push changes
- dvc pull * (or particular file)
- update folder with new videos
- dvc update Fight.dvc (Class name)
- dvc push -r s3remote