toandaominh1997 / EfficientDet.Pytorch

Implementation EfficientDet: Scalable and Efficient Object Detection in PyTorch
MIT License
1.44k stars 306 forks source link

Purpose of voc0712.py #88

Closed tienthegainz closed 4 years ago

tienthegainz commented 4 years ago

In your voc0712.py, I see 2 return at line 118 and line 129 inside __get_item__. The return in line 129 seem not to be reached in any case. However in line 118, no labels was return. Is this still correct?

tienthegainz commented 4 years ago

Sorry, you concanate it as a channel already.