forked from UrielCh/opencv4nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
56 lines (56 loc) · 1.47 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
vs
.vs
.vscode
build
node_modules
crash.log
coverage
coverage-report
tmpdata
data/dnn
.idea/
dist
.DS_Store
native-node-utils
*/**.js.map
examples/typed/*.js
examples/typed/faceDetect/*.js
examples/typed/dnn/*.js
examples/*.js.map
examples/*.js
data/ocr/lcletters.xml
data/ocr/confusionmatrix.csv
examples/faceDetect/*.js
examples/dnn/*.js
examples/**/*.d.ts
install/*.d.ts
lib/**/*.d.ts
data/text-models/frozen_east_text_detection.pb
data/face/lbfmodel.yaml
bin/win32-x64-82/opencv4nodejs.node
test/**/*.js
examples/**/*.js
examples/src/ObjectDetection-YOLO/bird_yolo_out.jpg
examples/src/yolov3.weights
examples/src/ObjectDetection-YOLO/yolo_out_py.avi
examples/src/AgeGender/age-gender-out-sample1.jpg
examples/src/AgeGender/gender_net.caffemodel
examples/src/AgeGender/opencv_face_detector_uint8.pb
examples/src/AgeGender/age_net.caffemodel
.pnpm-debug.log
examples/data/dnn/yolo-object-detection/
lib/src/*.map
lib/src/*.js
examples/src/JPEGImages/
examples/labels/
examples/*.txt
examples/src/YOLOv3-Training-Snowman-Detector/JPEGImages/
examples/src/YOLOv3-Training-Snowman-Detector/labels/
examples/src/YOLOv3-Training-Snowman-Detector/*.txt
examples/src/YOLOv3-Training-Snowman-Detector/*.csv
examples/src/YOLOv3-Training-Snowman-Detector/darknet.data
examples/src/YOLOv3-Training-Snowman-Detector/classes.names
examples/src/YOLOv3-Training-Snowman-Detector/train.log
examples/src/YOLOv3-Training-Snowman-Detector/darknet53.conv.74
examples/src/YOLOv3-Training-Snowman-Detector/weights
docs/