-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
60 lines (52 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
55
56
57
58
59
60
# output dir
instant_test_output
inference_test_output
# compilation and distribution
__pycache__
_ext
*.pyc
*.so
AdelaiDet.egg-info/
build/
dist/
# pytorch/python/numpy formats
*.pth
*.pkl
*.npy
# ipython/jupyter notebooks
*.ipynb
**/.ipynb_checkpoints/
# Editor temporaries
*.swn
*.swo
*.swp
*~
# Pycharm editor settings
.idea
# .vscode
.python-version
# project dirs
/datasets/coco
/datasets/lvis
/datasets/cityscapes
/models
/debug
/weights
eval.sh
*.DS_Store
# below by cws
AdelaiDet_ssis.egg-info/
*.jpg
*.png
*.zip
*.tar.gz
my_code_for_add_noise_to_shadow_det/my_shadow_det
my_code_for_perform_track_on_noisy_shadow_filter_result/for_tracking
my_code_for_evaluation/my_dataset
my_dataset_for_MOSE
demo/my_json_result_MOSE
demo/my_vis_result_MOSE
my_code_for_MOSE_shadow_combine/my_infer_result_MOSE
my_code_for_MOSE_shadow_combine/filter_result_MOSE
my_code_for_MOSE_track_on_shadow_filter_result/for_tracking_MOSE
my_dataset