-
Notifications
You must be signed in to change notification settings - Fork 12
/
.gitignore
78 lines (59 loc) · 1.28 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
core.*
.DS_Store
._.DS_Store
output/*
slowfast/datasets/ava
slowfast/datasets/vidor/annotation
slowfast/datasets/vidor/frame_lists
slowfast/datasets/vidor/frames
slowfast/datasets/vidor/frames.zip
slowfast/datasets/vidor/video
demo/*
trained_models/*
pretrained_models/*
runs_ava/*
build/*
slowfast.egg-info/*
.ipynb_checkpoints
.vs_code/*
# .ipynb_checkpoints
__pycache__
_ext
*.pyc
*.pyd
*.so
# Below for detectron2_repo
detectron2_repo/build
detectron2_repo/output
detectron2_repo/instant_test_output
detectron2_repo/inference_test_output
detectron2_repo/*.jpg
detectron2_repo/*.png
detectron2_repo/*.txt
detectron2_repo/*.json
detectron2_repo/*.diff
# compilation and distribution
detectron2_repo/detectron2.egg-info/
detectron2_repo/build/
detectron2_repo/dist/
detectron2_repo/wheels/
# pytorch/python/numpy formats
detectron2_repo/*.pth
detectron2_repo/*.pkl
detectron2_repo/*.npy
# ipython/jupyter notebooks
detectron2_repo/*.ipynb
detectron2_repo/**/.ipynb_checkpoints/
# Editor temporaries
detectron2_repo/*.swn
detectron2_repo/*.swo
detectron2_repo/*.swp
detectron2_repo/*~
# editor settings
detectron2_repo/.idea
detectron2_repo/.vscode
# project dirs
detectron2_repo/detectron2/model_zoo/configs
detectron2_repo/datasets
detectron2_repo/projects/*/datasets
detectron2_repo/models