kuangliu / pytorch-retinanet

RetinaNet in PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

why exclude background?

zxduan90 opened this issue · comments

t = t[:,1:] # exclude background

I have the same question