-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (53 loc) · 786 Bytes
/
Copy path.gitignore
File metadata and controls
58 lines (53 loc) · 786 Bytes
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
# Created by .ignore support plugin (hsz.mobi)
.idea/*
#*/.idea/*
!/.idea/runConfigurations
__pycache__/
.ipynb_checkpoints/
output/*
Arena/alembic/versions
Arena/cached_experiments
Arena/events
Arena/bin
.env*
*.weights
*.ipynb
*.avi
*.mp4
*.pth
*.pdf
*.conv.74
*.*~
*.log
*.DS_Store
*.npy
*new_frames*
test_images/
stats/
*.p
*.jpg
*.jpeg
*.png
*.pkl
*.deb
std*.txt
.config
Archive/
.archive/
Arena/.archive/
Arena/calibration/*
yolo_eval_frames
yolo_fn_frames
yolo_eval_labels
experiment_plots
notebooks/archive
notebooks/arena_figures/
notebooks/figures/
Arena/Prediction/Yolo4/darknet
Arena/Prediction/Yolo4/libdarknet.so
Arena/configurations/*.json
Arena/configurations/archive
*/node_modules/*
redis/package-lock.json
/head_turn_detection/output/
/head_turn_detection/data/*