Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing filename in _reimport_poses #10

Merged
merged 1 commit into from
Feb 25, 2025

Conversation

guysmoilov
Copy link
Member

To reproduce the issue, you need some datapoints annotated with pose data, and run something like the following snippet:

from dagshub.data_engine import datasources
ds = datasources.get("owner/repo", "datasource-name")
ds["cvat_annotation"].is_not_null().head(1).export_as_yolo(
    download_dir="bla",
    annotation_field="cvat_annotation",
    annotation_type="pose",
)

@guysmoilov guysmoilov added the bug Something isn't working label Feb 25, 2025
@guysmoilov guysmoilov requested a review from kbolashev February 25, 2025 15:17
@guysmoilov guysmoilov self-assigned this Feb 25, 2025
Copy link
Member

@kbolashev kbolashev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Sorry for missing this

@guysmoilov guysmoilov merged commit 638b0be into main Feb 25, 2025
6 checks passed
@guysmoilov guysmoilov deleted the bug/missing-filename-in-poses branch February 25, 2025 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants