-
Notifications
You must be signed in to change notification settings - Fork 4
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 download_weights.py #46
base: main
Are you sure you want to change the base?
Conversation
22bd967
to
77ec2bc
Compare
@@ -34,3 +34,4 @@ build-backend = "poetry.core.masonry.api" | |||
yoeo-detect = "yoeo.detect:run" | |||
yoeo-train = "yoeo.train:run" | |||
yoeo-test = "yoeo.test:run" | |||
yoeo-download-weights = "scripts.download_weights:run" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this really work? Script seems like a non install directory, as it is not in the package.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TDB lets test this with a clean install
77ec2bc
to
a3fca1d
Compare
What is the status on this? |
It has been stale for a while, but the bash script should work. It just has no Windows support. |
Proposed changes
yoeo-download-weights
for simplificationRelated issues
Necessary checks
[ ] Create issues for future work