手把手教物体检测——RFBNet实例源码。包含数据、模型、测试、可视化展示。方便大家使用RFBNet模型。
2023-04-13 09:39:42 350.64MB 物体检测
1
面罩检测 该模型是轻量级的面罩检测模型。 基于ssd的骨干网是Mobilenet和RFB。 主要特点 Tensorflow 2.1 训练与推论 使用mAP的精度 使用tf.GradientTape急切模式训练 使用tf.keras网络功能 使用tf.data.TFRecordDataset数据集 ├── assets │ ├── 1_Handshaking_Handshaking_1_71.jpg │ ├── out_1_Handshaking_Handshaking_1_71.jpg │ ├── out_test_00002330.jpg │ └── test_00002330.jpg ├── checkpoints │ └── weights_epoch_100.h5 ├── components │ ├── config.py │ ├── __
2022-09-09 10:52:07 4.4MB detection face-detection ssd-mobilenet rfbnet
1