-
Notifications
You must be signed in to change notification settings - Fork 22
/
.gitignore
60 lines (55 loc) · 1.22 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
58
59
60
/_build
/cover
/deps
/doc
/.fetch
erl_crash.dump
*.ez
*.beam
/config/*.secret.exs
.elixir_ls/
/c_src/evision_generated_*
/c_src/evision_signatures.json
/c_src/evision_custom_headers.h
/c_src/configuration.private.hpp
/c_src/headers.txt
/c_src/headers-contrib.txt
.DS_Store
.vscode/
.idea/
.cache/
/cmake_*/
/priv/
*.pyc
/*.xcodeproj/
/c_src/evision_custom_headers/*
/lib/evision.ex
/src/evision.erl
3rd_party/cache
3rd_party/opencv
/lib/generated
/src/generated
# testdata
/test/testdata/models/
/test/testdata/photo_hdr_test/
/test/testdata/yolov4.weights
/test/testdata/efficientnet-b7.onnx
/test/testdata/DB_IC15_resnet18.onnx
/test/testdata/frozen_east_text_detection.pb
/test/testdata/frozen_east_text_detection.pb.part1
/test/testdata/frozen_east_text_detection.pb.part2
# examples
/examples/Lenna_test_image.png
/examples/classification_classes_ILSVRC2012.txt
/examples/coco_names.txt
/examples/dnn_detection_test.jpg
/examples/space_shuttle.jpg
/examples/ssd_mobilenet_v2_coco_2018_03_29**
/examples/test.png
# nvcc
c_src/modules/evision_cuda.o
# we don't need to track checksum.exs in git
# it should only be tracked by hex.pm (in `Evision.MixProject.package()[:files]`)
checksum.exs
# manually track this file in git
checksum.erl