Replies: 1 comment
-
#1730: Issue related pull request. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In #1438, we added a feature to export tracks to CSV format from the GUI.
It would be great to be able to do that via the
sleap-export
CLI and theLabels.export()
API.For
sleap-export
, we just need to add CSV as a target format and pass incsv=True
in the export call here.For
Labels.export()
, we probably want to extend what's going on here.We should also be sure to support the new functionality being added in #1624.
Relevant: #1627
Beta Was this translation helpful? Give feedback.
All reactions