CenterNet icon indicating copy to clipboard operation
CenterNet copied to clipboard

有几个细节的疑问-There are a few questions about the details

Open wuzuowuyou opened this issue 3 years ago • 2 comments

  1. 为什么hm的偏置要初始化为2.19 fc.bias.data.fill_(-2.19) https://github.com/xingyizhou/CenterNet/blob/2b7692c377c6686fb35e473dac2de6105eed62c6/src/lib/models/networks/pose_dla_dcn.py#L465

  2. topk_inds = topk_inds % (height * width) 这里topk_inds会超过height * width的吗? https://github.com/xingyizhou/CenterNet/blob/2b7692c377c6686fb35e473dac2de6105eed62c6/src/lib/models/decode.py#L108

wuzuowuyou avatar Nov 18 '20 07:11 wuzuowuyou

question 1: https://github.com/xingyizhou/CenterNet/issues/826

qingswu avatar Nov 20 '20 04:11 qingswu

question 2, I have the same question, it is effectless

ShihuaiXu avatar Sep 29 '21 03:09 ShihuaiXu