-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
63 lines (49 loc) · 827 Bytes
/
.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
# Python bytecode
*.pyc
# Weight files
bin/
# Sample image data
sample_img/*.jpg
!sample_img/sample_*.jpg
sample_img/out/*
# Annotated test results
results/
# Intermediate training data
backup/
tfnet/yolo/parse-history.txt
tfnet/yolo/*.parsed
*.txt
!requirements*.txt
*.pb
/profile
/test.py
# Built cython files
darkflow/cython_utils/*.pyd
darkflow/cython_utils/*.c
#egg-info
darkflow.egg-info/
#Other build stuff
build/
#TensorBoard logs
summary/
#Built graphs
built_graph/
#Training checkpoints
ckpt/*
#pytest cache
.cache/
#Yopo
.train/
test_images/
voc/
sub_set/large_sub_set_100/
YOPO_preprocessing/data/darkflow/images/*
YOPO_preprocessing/data/darkflow/labels/*
sub_set/
playground
YOPO_preprocessing/output/*
.pytest_cache/
tensorboard/
tensorboardtrain/
# Complied cython files
darkflow/cython_utils/*.so