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

Add ability to export transformed dataset #156

Merged
merged 2 commits into from
Jan 21, 2025
Merged

Add ability to export transformed dataset #156

merged 2 commits into from
Jan 21, 2025

Conversation

alesgenova
Copy link
Member

Related to #126

@alesgenova alesgenova requested a review from PaulHax December 13, 2024 19:58
@alesgenova alesgenova force-pushed the export-dataset branch 3 times, most recently from de9864c to 247a556 Compare December 13, 2024 22:05
@PaulHax PaulHax linked an issue Dec 17, 2024 that may be closed by this pull request
Copy link
Collaborator

@PaulHax PaulHax left a comment

Choose a reason for hiding this comment

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

Sweet feature. I can't seem to get it to export though 😅. Can it do something inteligent without setting --repo arg?

@@ -58,11 +81,21 @@ def __init__(self, server=None):
)

known_args, _ = self.server.cli.parse_known_args()
dataset_identifiers = expand_hugging_face_datasets(

self.state.input_datasets = expand_hugging_face_datasets(
Copy link
Collaborator

Choose a reason for hiding this comment

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

is input_datasets displayed by the GUI?

src/nrtk_explorer/app/export.py Outdated Show resolved Hide resolved
src/nrtk_explorer/app/export.py Outdated Show resolved Hide resolved
src/nrtk_explorer/app/export.py Show resolved Hide resolved
src/nrtk_explorer/app/export.py Outdated Show resolved Hide resolved
src/nrtk_explorer/app/export.py Outdated Show resolved Hide resolved
src/nrtk_explorer/app/export.py Show resolved Hide resolved
vue-components/src/components/ExportWidget.vue Outdated Show resolved Hide resolved
@alesgenova alesgenova merged commit f64392c into main Jan 21, 2025
12 checks passed
@alesgenova alesgenova deleted the export-dataset branch January 21, 2025 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Export transformed images with ground truth annotations
2 participants