Addax-Data-Science commited on
Commit
9f71d6f
·
verified ·
1 Parent(s): 3d18251

Delete hubconf.py

Browse files
Files changed (1) hide show
  1. hubconf.py +0 -17
hubconf.py DELETED
@@ -1,17 +0,0 @@
1
- # Copyright (c) Meta Platforms, Inc. and affiliates.
2
- #
3
- # This source code is licensed under the Apache License, Version 2.0
4
- # found in the LICENSE file in the root directory of this source tree.
5
-
6
-
7
- from dinov2.hub.backbones import dinov2_vitb14, dinov2_vitg14, dinov2_vitl14, dinov2_vits14
8
- from dinov2.hub.backbones import dinov2_vitb14_reg, dinov2_vitg14_reg, dinov2_vitl14_reg, dinov2_vits14_reg
9
- from dinov2.hub.cell_dino.backbones import cell_dino_cp_vits8, cell_dino_hpa_vitl16, cell_dino_hpa_vitl14, channel_adaptive_dino_vitl16
10
- from dinov2.hub.xray_dino.backbones import xray_dino_vitl16
11
- from dinov2.hub.classifiers import dinov2_vitb14_lc, dinov2_vitg14_lc, dinov2_vitl14_lc, dinov2_vits14_lc
12
- from dinov2.hub.classifiers import dinov2_vitb14_reg_lc, dinov2_vitg14_reg_lc, dinov2_vitl14_reg_lc, dinov2_vits14_reg_lc
13
- from dinov2.hub.depthers import dinov2_vitb14_ld, dinov2_vitg14_ld, dinov2_vitl14_ld, dinov2_vits14_ld
14
- from dinov2.hub.depthers import dinov2_vitb14_dd, dinov2_vitg14_dd, dinov2_vitl14_dd, dinov2_vits14_dd
15
- from dinov2.hub.dinotxt import dinov2_vitl14_reg4_dinotxt_tet1280d20h24l
16
-
17
- dependencies = ["torch"]