forked from airockchip/rknn_model_zoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
52 lines (42 loc) · 772 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
*.rknn
*.pt
*.torchscript
*.onnx
*.log
*.pyc
*.zip
#*.npy
*.pkl
*.pb
check*.onnx
# ignore the following folder name
build
install
datasets/COCO/annotations/*
datasets/COCO/val2017/*
breakpoint_output/
models/CV/body_analysis/
models/CV/classification/
models/CV/image_segmentation/
tmp/
dump_data_distribute/
snapshot/
snapshot*/
# ignore file
models/CV/object_detection/yolo/RKNN_python_demo/*.json
capi_tools/internal/fixed_frequency_android.sh
capi_tools/internal/fixed_frequency.sh
common/onnx_breakpoint_tools.py
report.yml
developer_conference/
internal_data/
.vscode/
model_cvt
datasets/COCO/try_load.py
common/utils/run_and_gen_result.py
common/utils/update_driver.py
result/
*DS_Store*
# for unittest
unittest/example_test_result
unittest/env_config.py