Commit Graph

8 Commits (279ec583f9edc90a6301304fa13314686a1b6665)

Author SHA1 Message Date
Patrick Labatut 9c7e324579
Add new backbones trained with registers (#282)
Add new backbones (and matching linear classification heads) trained with 4 registers following [Vision Transformers Need Registers](https://arxiv.org/abs/2309.16588).
2023-10-27 15:15:10 +02:00
Patrick Labatut e7df9fc95d
Expose DPT depth models via torch.hub.load() (#238)
Add streamlined model versions w/o the mmcv dependency to directly load them via torch.hub.load().
2023-09-30 20:12:02 +02:00
Patrick Labatut 82185b17a8
Expose linear depth models via PyTorch Hub (#237)
Add streamlined model versions w/o the mmcv dependency to directly load them via torch.hub.load().
2023-09-30 20:06:05 +02:00
Patrick Labatut 9a4564ce5e
Rework Pytorch Hub support code (#202)
Rework support code for torch.hub.load() to allow reusing shared functions and eventually expose more models.
2023-09-27 17:06:03 +02:00
Patrick Labatut 81b2b64193
Update license everywhere (#182)
Update code and models license from CC-BY-NC to Apache 2.0 in headers and other files.
2023-08-31 14:41:52 +02:00
Patrick Labatut be7e57252f
Add missing hubconf arg (#178)
Add missing explicit layers argument
2023-08-29 16:05:32 +02:00
Patrick Labatut ca58ffcd87
Fix linear classifier wrapper (#61)
Fix linear classifier wrapper in PyTorch Hub configuration module to support multi-sample batches.
2023-04-26 02:15:45 +02:00
Patrick Labatut fc49f49d73 Initial commit 2023-04-17 17:55:51 +00:00