Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 13 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
start_kit/download_*.log
start_kit/missing.txt
start_kit/raw_videos/
start_kit/raw_videos_mp4/
start_kit/videos/

*/start_kit/*.log
*/start_kit/log/
*/start_kit/missing.txt
*/start_kit/raw_videos/
*/start_kit/raw_videos_mp4/
*/start_kit/videos/
*/start_kit/videos_kaggle/
*/start_kit/videos_full/
.ipynb_checkpoints/
*/__pycache__
code/I3D/archived/
*/code/I3D/archived/
*/code/TGCN/archived/
data/
*.pt

*.zip
.DS_Store
153 changes: 0 additions & 153 deletions start_kit/video_downloader.py

This file was deleted.

File renamed without changes.
Loading