In this version, we have made several updates, which are described in detail below:
New Features
- Added new Chinese and English README files.
- Added a small target detection network called
net_small_target
. - Added an AMFF detection network.
- Added an automated installation script
auto_install_package.sh
for deploying servers. - Added Chinese and English templates for bug reports.
Modifications
- Corrected formatting errors in some documents.
- Updated simple tests to use
unittest
for unit testing. - Modified the startup script
start_socket2springboot.sh
to enable multiple log recordings. - Updated the AMFF detection network to include missing modules.
Bug Fixes
- Fixed errors caused by padding multiple images (images of different sizes) and set batch size to 1.
- Fixed
AttributeError: 'XXX' object has no attribute 'size'
by replacingtorchsummary
withtorch-summary
.
在这个版本中,我们进行了诸多更新,详细描述如下:
新增
- 添加了全新的中文与英文README
- 添加了小目标检测网络
net_small_target
- 添加了AMFF检测网络
- 添加了部署服务器自动化安装环境脚本
auto_install_package.sh
- 添加了Bug报告的中文与英文模板
修改
- 修改了部分文档格式错误
- 修改了简单测试,使用unittest进行单元测试
- 修改了启动服务脚本
start_socket2springboot.sh
,可多次进行日志记录 - 修改了AMFF检测网络部分未添加模块
修复
- 修复多幅图像(不同大小的图像)填充导致的错误,并设置批处理大小=1
- 修复AttributeError: 'XXX' object has no attribute 'size',使用torch-summary替换torchsummary