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 DPT depth models via PyTorch Hub #238

Merged
merged 1 commit 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).

@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 changed the title [WIP] Expose DPT depth models via PyTorch Hub Expose DPT depth models via PyTorch Hub Sep 27, 2023
@patricklabatut patricklabatut marked this pull request as ready for review September 27, 2023 20:50
@patricklabatut patricklabatut merged commit e7df9fc into main Sep 30, 2023
2 checks passed
@patricklabatut patricklabatut deleted the hubconf-depth-dpt branch September 30, 2023 18:12
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