-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
57 lines (47 loc) · 1.03 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
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Swap files
.*swp
*.npy
# Checkpoints
.ipynb_checkpoints
checkpoint
ckpt/*/*.*
ignore/
# compressed files
*.tar.gz
*.pyc
object_detection/**/*.pyc
object_detection/*.ipynb
#Mac
object_detection/pythonw
.DS_STORE
#inference graphs
object_detection/ssd_inception_v2_coco_11_06_2017/
object_detection/object_detection/model_to_use/frozen_inference_graph.pb
#Stuffs from training
classify_note/bottlenecks/
classify_note/data_set/
classify_note/training_summaries/
classify_note/retrain.py
classify_person/bottlenecks/
classify_person/data_set/
classify_person/training_summaries/
classify_person/retrain.py
oculusenv/
faster_rcnn_nas_coco_2018_01_28/
faster_rcnn_resnet101_coco_2018_01_28
classify_note/retrained_graph.pb
classify_note/retrained_labels.txt
classify_person/retrained_graph.pb
classify_person/retrained_labels.txt
bazel*
im2txt/model
# Ingnore the text file
output.txt
classify_note/image.jpg
classify_person/image.jpg
OCR/image.img
im2txt/data/image.jpg