Guillem96 / efficientdet-tf

Custom implementation of EfficientDet https://arxiv.org/abs/1911.09070
GNU General Public License v3.0
96 stars 23 forks source link

module 'efficientdet.utils.bndbox' has no attribute 'to_tf_format' #17

Closed satulovsky closed 4 years ago

satulovsky commented 4 years ago

First of all, thank you for your clear explanations and clean repo.

When I try running the training example I get the following error:

AttributeError: in user code:

    /home/javier/DS_FFC/research/EfficientDet/EfficientDet1/efficientdet/data/voc.py:87 _permute_boxes  *
        bboxes = bb_utils.to_tf_format(bboxes)

    AttributeError: module 'efficientdet.utils.bndbox' has no attribute 'to_tf_format'

I looked at the ndbox.py and it does not seem to have it.

Guillem96 commented 4 years ago

Thanks for opening the issue. I have a merge pending from development branch which fixes this. 😃

satulovsky commented 4 years ago

Thank you very much!

Guillem96 commented 4 years ago

It should work now