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

Recover open images data loader #278

Closed oarriaga closed 1 year ago

oarriaga commented 1 year ago

When refactoring the hand pose estimation. We lost some of the data loaders and generators. The most important of those was the OpenImages loader. Would it be possible to look back in to the git history and recover it?

proneetsharma commented 1 year ago

It's there in the hand_detection branch. Should I merge it with the master?

oarriaga commented 1 year ago

Yes please @proneetsharma ! Just the OpenImages DataLoader for now, also push to master in this same example directory. the data loading script that uses the fiftyone library, and the training script. Basically everything that we would need to train this model again. Hopefully after we have the EfficientDets we can retrain these models to be smaller and faster, as well as to include a face detector.