oarriaga / paz

Hierarchical perception library in Python for pose estimation, object detection, instance segmentation, keypoint estimation, face recognition, etc.
https://oarriaga.github.io/paz/
MIT License
617 stars 102 forks source link

EfficientDet models are unable to load None weights #293

Closed oarriaga closed 1 year ago

oarriaga commented 1 year ago

This fails:

model = EFFICIENTDETD2(base_weights=None, head_weights=None)

oarriaga commented 1 year ago

This was fixed here https://github.com/oarriaga/paz/pull/294