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

Import paths from package #904

Closed
wants to merge 6 commits into from
Closed

Conversation

mikel-brostrom
Copy link
Owner

@mikel-brostrom mikel-brostrom commented May 26, 2023

From:

FILE = Path(__file__).resolve()
ROOT = FILE.parents[0].parents[0]  # repo root absolute path
EXAMPLES = FILE.parents[0]  # examples absolute path
WEIGHTS = EXAMPLES / 'weights'

in each example file, to:

from boxmot import ROOT, EXAMPLES, WEIGHTS

@mikel-brostrom mikel-brostrom deleted the import-paths-from-package branch July 3, 2024 06:22
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.

None yet

1 participant