-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
55 lines (47 loc) · 941 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
# compilation and distribution
__pycache__
_ext
*.pyc
*.so
SGG_from_NLS/maskrcnn_benchmark.egg-info/
SGG_from_NLS/build/
SGG_from_NLS/dist/
# ipython/jupyter notebooks
#*.ipynb
**/.ipynb_checkpoints/
# checkpoint
SGG_from_NLS/checkpoint/
SGG_from_NLS/checkpoints/*/
SGG_from_NLS/visualization/*/
SGG_from_NLS/visualization/*.npy
SGG_from_NLS/visualization/*.json
# dataset
#datasets/vg/
SGG_from_NLS/datasets/vg/*.h5
SGG_from_NLS/datasets/vg/VG_100K
SGG_from_NLS/datasets/vg/cc_detection_results_oid
SGG_from_NLS/datasets/vg/COCO_detection_results_oid
SGG_from_NLS/datasets/vg/VG_detection_results_oid
SGG_from_NLS/datasets/vg/VG_detection_results_oid_original
SGG_from_NLS/preprocess/faster_rcnn_inception_resnet_v2_atrous_oid_v4_2018_12_12
*.h5
*.pt
*.png
*.jpg
*.jpeg
*.npy
*.npz
*.zip
glove/
!demo/*.png
# Editor temporaries
*.swn
*.swo
*.swp
*~
# Pycharm editor settings
.idea
# vscode editor settings
.vscode
# MacOS
.DS_Store