CornerNet-Lite icon indicating copy to clipboard operation
CornerNet-Lite copied to clipboard

Where do the targets for CornerNet_Loss() come from?

Open jg925 opened this issue 5 years ago • 1 comments

I'm working on a project that tries to implement CornerNet_Squeeze, and was wondering how the CornerNet_Loss function knows what the targets are. I tried searching to see where it is called, but it is only called in the initialization of CornerNet_Squeeze. I can tell that the targets is a list of 7 elements from looking at forward(self, outs, targets). Is there a place where targets is initialized?

jg925 avatar Jul 17 '19 19:07 jg925

Hello,

Have you found the answer to this questions?

i-yliu avatar Nov 06 '19 22:11 i-yliu