ethanhe42 / KL-Loss

Bounding Box Regression with Uncertainty for Accurate Object Detection (CVPR'19)

Home Page:https://yihui.dev/bounding-box-regression-with-uncertainty-for-accurate-object-detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to output Box and Box std?

Chao86 opened this issue · comments

commented

hello, @yihui-he ,I'm reading your paper, confused about the way of model outputting Box and Box std. As figure 3 shows in you paper,
捕获
Is the Box std generated by adding another fully connected layer in the model? Beyond that, have you added dropout operation in you model to produce uncertainty?
thanks in advance.

Is the Box std generated by adding another fully connected layer in the model? yes
added dropout operation in you model to produce uncertainty? no