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.
 
 
 
 
chenzhehao 3c4cd0cea4 can infer on ascend 310 2 years ago
ascend310_infer can infer on ascend 310 2 years ago
scripts can infer on ascend 310 2 years ago
src can infer on ascend 310 2 years ago
README.md can infer on ascend 310 2 years ago
default_config.yaml can infer on ascend 310 2 years ago
eval.py can infer on ascend 310 2 years ago
export.py can infer on ascend 310 2 years ago
postprocess.py can infer on ascend 310 2 years ago
preprocess.py can infer on ascend 310 2 years ago
requirements.txt can infer on ascend 310 2 years ago
train.py add centernet_resnet101 2 years ago

centernet将目标当成关键点进行检测,结构简单,是无锚框目标检测算法的典型代表。ResNet 将三个上采样层的通道分别设置为 256、128、64,以节省计算量。 在每个通道 256、128、64 的上卷积之前添加一个 3 × 3 可变形卷积层,上卷积核被初始化为双线性插值。

Python Shell C++ Text

Contributors (1)