Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1 |
same architecture with [timm/vit_large_patch14_dinov2.lvd142m](https://huggingface.co/timm/vit_large_patch14_dinov2.lvd142m)
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
```python
|
4 |
import torch
|
5 |
from moge.model import MoGeModel
|
@@ -14,7 +21,7 @@ torch.save(filtered_state_dict, "pytorch_model.bin")
|
|
14 |
# -------------------
|
15 |
```
|
16 |
|
17 |
-
usage
|
18 |
|
19 |
```python
|
20 |
from urllib.request import urlopen
|
|
|
1 |
same architecture with [timm/vit_large_patch14_dinov2.lvd142m](https://huggingface.co/timm/vit_large_patch14_dinov2.lvd142m)
|
2 |
|
3 |
+
```shell
|
4 |
+
git clone https://github.com/microsoft/MoGe.git
|
5 |
+
cd MoGe
|
6 |
+
```
|
7 |
+
|
8 |
+
# translate
|
9 |
+
|
10 |
```python
|
11 |
import torch
|
12 |
from moge.model import MoGeModel
|
|
|
21 |
# -------------------
|
22 |
```
|
23 |
|
24 |
+
# usage
|
25 |
|
26 |
```python
|
27 |
from urllib.request import urlopen
|