You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
unknown 1b7314af65 update 2 years ago
..
__init__.py update 2 years ago
anchor_generator.py update 2 years ago
box_utils.py update 2 years ago
config.py update 2 years ago
dataset.py update 2 years ago
eval_utils.py update 2 years ago
init_params.py update 2 years ago
lr_schedule.py update 2 years ago
mobilenet_v2_fpn.py update 2 years ago
ssd.py update 2 years ago

SSD是一种非常优秀的one-stage目标检测方法,其主要思路是利用CNN提取特征后,均匀地在图片的不同位置进行密集抽样,抽样时可以采用不同尺度和长宽比,物体分类与预测框的回归同时进行,整个过程只需要一步,所以其优势是速度快。该项目采用的主网络是mobilenetV2,且利用了FPNlite的结构。

Python Shell C++ Text

Contributors (1)