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

Sync samples storing path between different pipeline elements #138

Closed
nicolay-r opened this issue Jan 8, 2024 · 0 comments
Closed

Sync samples storing path between different pipeline elements #138

nicolay-r opened this issue Jan 8, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@nicolay-r
Copy link
Owner

nicolay-r commented Jan 8, 2024

How to fix: provide a custom function that assigns the path.
Sort out the following issue alongside with it:
nicolay-r/AREkit#547

This part:

"samples_io": SamplesIO(target_dir=output_dir,
prefix=collection_name,
reader=SQliteReader(table_name="contents"),
writer=SQliteWriter(table_name="contents")),

With this:
"predict_filepath": join(output_dir, f"{collection_name}-test{predict_extension[args.inference_writer]}"),

@nicolay-r nicolay-r self-assigned this Jan 8, 2024
@nicolay-r nicolay-r added the enhancement New feature or request label Jan 8, 2024
@nicolay-r nicolay-r mentioned this issue Jan 8, 2024
28 tasks
@nicolay-r nicolay-r changed the title Sync paths Sync samples storing path between different pipeline elements Jan 8, 2024
nicolay-r added a commit that referenced this issue Jan 8, 2024
nicolay-r added a commit that referenced this issue Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant