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

Expose linear depth models via PyTorch Hub #237

Merged
merged 2 commits into from
Sep 30, 2023
Merged

Conversation

patricklabatut
Copy link
Contributor

Add streamlined model versions w/o the mmcv dependency to directly load them via torch.hub.load().

Test: Ran both mmcv and pytorch-only versions on the same images with matching results (for all layers, archs and weights combinations).

@patricklabatut patricklabatut linked an issue Sep 27, 2023 that may be closed by this pull request
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Sep 27, 2023
@patricklabatut patricklabatut linked an issue Sep 27, 2023 that may be closed by this pull request
@patricklabatut patricklabatut merged commit 82185b1 into main Sep 30, 2023
2 checks passed
@patricklabatut patricklabatut deleted the hubconf-depth-linear branch September 30, 2023 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose depth heads via PyTorch Hub
2 participants