yhenon / pytorch-retinanet

Pytorch implementation of RetinaNet object detection.
Apache License 2.0
2.14k stars 665 forks source link

Confused about the annotation. #86

Open coolKeen opened 5 years ago

coolKeen commented 5 years ago

@yhenon Hi, thanks for sharing such nice code! I am confused about the annotation in https://github.com/yhenon/pytorch-retinanet/blob/1135e18b835481b18fd0d4e1613c87afc2bc7d46/model.py#L108. I think it should be "B x C x H x W" instead of "B x C x W x H", am I right?

chrisway613 commented 4 years ago

yep, also confused this. the whole project seems to confuse height and width..