-
Notifications
You must be signed in to change notification settings - Fork 21
/
.gitignore
34 lines (24 loc) · 873 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
# idea folder
.idea/
# colaboratory checkpoints
colaboratory/.ipynb_checkpoints/*
#experiences - object_detection_servingexporter
experiences/object_detection_servingexporter/models/*
experiences/object_detection_servingexporter/exp/*
experiences/object_detection_servingexporter/object_detection/*
experiences/object_detection_servingexporter/slim/*
#experiences - serving_clientapi_objectdetection
experiences/serving_clientapi_objectdetection/object_detection/*
#experiences - object_detection_5steps
experiences/object_detection_5steps/faster_rcnn_inception_resnet_v2_atrous_coco_2017_11_08/*
experiences/object_detection_5steps/ssd_inception_v2_coco_2018_01_28/*
experiences/object_detection_5steps/object_detection/*
experiences/object_detection_5steps/slim/*
#jupyter checkpoints
jupyter/.ipynb_checkpoints/*
# config files
*.json
*.env
*.gz
# python
*.pyc