-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
33 lines (28 loc) · 709 Bytes
/
Copy path.gitignore
File metadata and controls
33 lines (28 loc) · 709 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
# Virtualenv
# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
.Python
[Bb]in
[Ii]nclude
[Ll]ib
[Ll]ib64
[Ll]ocal
[Ss]cripts
pyvenv.cfg
.venv
pip-selfcheck.json
# Byte-compiled / optimized / DLL files
**/__pycache__/
ssd_mobilenet_v1_coco_2017_11_17.tar.gz
ssd_mobilenet_v1_coco_2017_11_17
# Ignore everything:
models/*
# Except object detection models:
!models/research/
models/research/*
!models/research/object_detection/
models/research/object_detection/*
!models/research/object_detection/tensorflow_od_web.py
!models/research/object_detection/tensorflow_od_image.py
!models/research/object_detection/object_detection_tutorial.ipynb
# !models/research/PythonAPI
# !models/research/protoc_3.11.3