-
Notifications
You must be signed in to change notification settings - Fork 263
/
.gitignore
67 lines (40 loc) · 1.09 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
term-2/p1-extended-kalman-filter/kalman_tracker*
term-2/sensor-fusion-utilities-mercedes/
term-2/p2-unscented-kalman-filter/build/
term-2/uWebSockets-0.13.0/
term-2/p3-kidnapped-vehicle/build/
term-2/p4-pid-control/build/
term-2/p4-pid-control/uWebSockets/
term-2/p4-pid-control/*.mov
term-2/p4-pid-control/install*
term-2/p5-model-predictive-control/build/
term-2/p5-model-predictive-control/install*
term-2/sensor-fusion-ekf-reference.pdf
term-2/CarND*
p3-behavioural-cloning/data*
p3-behavioural-cloning/model-*
p3-behavioural-cloning/tmp/
p3-behavioural-cloning/archive/
.idea/
*.zip
p1-lane-lines/annotated-videos/
*.h5
*.gz
*.pyc
*.npy
*.p
*.mp4
p5-vehicle-detection/vehicles/
p5-vehicle-detection/non-vehicles/
p5-vehicle-detection/hogviz/
p5-vehicle-detection/examples/
p5-vehicle-detection/output_images/
p5-vehicle-detection/archive/
SDCND_StudentHandbook_v2.pdf
*/.ipynb_checkpoints/*
.DS_Store
.ipynb_checkpoints/
term-2/p1-extended-kalman-filter/.DS_Store
term-2/p1-extended-kalman-filter/build/
term-2/p1-extended-kalman-filter/.vscode/
term-2/p1-extended-kalman-filter-archive/