SkillAgentSearch skills...

CenterNet

pytorch 使用centernet进行 人脸检测Face Detection (bbox + landmark)、 船只检测SeaShips Detection

Install / Use

/learn @HiBugs/CenterNet
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CenterNet

使用CenterNet来训练其他数据。

本项目实现以下

  • Face 人脸bbox+landmark检测
  • SeaShips 船只种类和bbox检测

代码参考以下

Objects as Points

CenterMulti

CenterPose

结果

Face

测试:使用原图分辨率,未使用Multi Scale,在验证集上进行测试。

| Backbone | AP | AP<sup>50</sup> | AP<sup>75</sup> | AP<sup>S</sup> | AP<sup>M</sup> | AP<sup>L</sup> | | ------------ | ---- | --------------- | --------------- | -------------- | -------------- | -------------- | | DLA-34 | 43.7 | 73.7 | 47.7 | 31.9 | 58.8 | 64.0 | | MobileNet-V2 | 34.3 | 62.0 | 35.0 | 27.2 | 52.4 | 42.7 |

img

img

SeaShips

测试:使用原图分辨率,未使用Multi Scale,在验证集和测试集上进行测试。

| Backbone | 数据集 | AP | AP<sup>50</sup> | AP<sup>75</sup> | AP<sup>S</sup> | AP<sup>M</sup> | AP<sup>L</sup> | | -------- | ------ | ---- | --------------- | --------------- | -------------- | -------------- | -------------- | | DLA-34 | Val | 21.3 | 37.3 | 21.5 | 10.8 | 39.3 | 22.1 | | DLA-34 | Test | 21.6 | 36.4 | 23.5 | 2.7 | 32.4 | 22.8 |

img

训练和测试

Related Skills

View on GitHub
GitHub Stars47
CategoryDevelopment
Updated1mo ago
Forks10

Languages

Python

Security Score

80/100

Audited on Mar 4, 2026

No findings