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

Updating model versions #552

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Updating model versions #552

wants to merge 2 commits into from

Conversation

JoejynWan
Copy link
Contributor

Added in the links to yolov9e, yolov10n, and yolov10x model weights that are available on Zenodo.

This allows for differenet MegaDetector versions to be chosen, while keeping the default MDv6 version to yolov9c.

elif version == 'yolov10x':
self.IMAGE_SIZE = 640
url = "https://zenodo.org/records/14567879/files/MDV6-yolov10x.pt?download=1"
filename = "MDV6-yolov10x.pt"
elif version =='rtdetrl':
self.IMAGE_SIZE = 640
url = None

Choose a reason for hiding this comment

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

Should this be missing?

@jackedney
Copy link

Hey, maybe not the right place to ask, but why the 640 pixel image sizes for all the V6 models?

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.

2 participants