更新 .gitignore 文件以排除 .pth 文件,调整训练配置中的类别权重

This commit is contained in:
陈培栋 2024-10-15 20:36:37 +08:00
parent ff6430db8e
commit d5012516b6
4 changed files with 2946 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
*.jpg
*.png
*.pth
__pycache__

View File

@ -8,9 +8,9 @@ epochs: 100
# 每一类的占比权重如果要让每一类的占比权重相同为1.0即可
weight:
- 1.0
- 1.9
- 2.9
- 1.0
- 1.2
- 1.8
# 数据集存放位置
root:

0
pretrained/holdplace Normal file
View File

2946
test.ipynb

File diff suppressed because it is too large Load Diff