talmolab / sleap-io

Standalone utilities for SLEAP pose tracking data.
http://io.sleap.ai
BSD 3-Clause "New" or "Revised" License
13 stars 11 forks source link

Coco format support #52

Open talmo opened 1 year ago

talmo commented 1 year ago

This is available in core SLEAP and would be super useful, especially for experimenting with other training backbends.

Some references:

dahhei commented 1 year ago

By any chance is there a timeline on support for a SLEAP --> Coco format converter? I would be very interested in the ability to experiment with MMPose

talmo commented 1 year ago

Sorry @dahhei!! Totally missed the notification of your message!

Right now the blocker is that we need to implement image sets as another Video backend.

It's in the works, but can't promise a timeline just yet :(

Not quite the same as COCO, but here's an example notebook using sleap-io to convert to the Ultralytics pose format.

dahhei commented 1 year ago

I'll look forward to it 😁 Thanks for taking the time to respond. I think there is also a label studio --> COCO conversion I can take a look at since sleap already has the save_labelstudio() function.