File size: 360 Bytes
ad2ecf0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# 图片格式
*.jpg
*.jpeg
*.png
*.svg
*.gif

# 视频格式
*.mp4
*.avi
.ipynb_checkpoints
*/__pycache__

# 日志格式
*.log
*.data
*.txt
*.csv

# 参数文件
*.yaml
*.json

# 压缩文件格式
*.zip
*.tar
*.tar.gz
*.rar

# 字体格式
*.ttc
*.ttf
*.otf

*.pt
*.db

/flagged
/run
!requirements.txt
!cls_name/*
!model_config/*
!img_example/*

app copy.py