You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tend to use Voxel51 for most of my dataset filtering. Unfortunately the loading overhead is extreme and doesn't scale very well to large datasets.
(wherever I can replace it with pyodi I do e.g. merging annotation files)
A common workflow that I use instead is coco annotation -> dataframe -> filters -> coco annotation (normally running crude active learning to select what I should send to an annotation platform).
I know you support the first. Would you be happy to support the latter? By this I mean can I submit a PR with some help from you to tidy it up and maybe make it more performant.
The text was updated successfully, but these errors were encountered:
GeorgePearse
changed the title
Would you be open to PR for dataframe -> coco format?
Would you be open to a PR for dataframe -> coco format?
Apr 14, 2023
I tend to use Voxel51 for most of my dataset filtering. Unfortunately the loading overhead is extreme and doesn't scale very well to large datasets.
(wherever I can replace it with pyodi I do e.g. merging annotation files)
A common workflow that I use instead is coco annotation -> dataframe -> filters -> coco annotation (normally running crude active learning to select what I should send to an annotation platform).
I know you support the first. Would you be happy to support the latter? By this I mean can I submit a PR with some help from you to tidy it up and maybe make it more performant.
The text was updated successfully, but these errors were encountered: