JoshVarty / pytorch-retinanet

Reproducing the Detectron implementation of RetinaNet
MIT License
0 stars 1 forks source link

Where is `im_info` used? #3

Open JoshVarty opened 5 years ago

JoshVarty commented 5 years ago

I'm unsure where the information stored in im_info is used. See: https://github.com/JoshVarty/pytorch-retinanet/issues/2#issuecomment-521682286

What happens when we delete this key, do things break?