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
626 stars 103 forks source link

Updated unit tests #339

Closed Manojkumarmuru closed 6 months ago

Manojkumarmuru commented 6 months ago

The MiniXception model is instantiated programatically; only weights are loaded from the hdf5 file for unit tests to pass with Keras 2.0 and 3.0.

Manojkumarmuru commented 6 months ago

All EfficientPose and its supporting modules have been added to the paz documentation.