Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
# ImageBind Models (@ `./checkpoints`):
|
2 |
-
- imagebind_huge.pth
|
3 |
-
- model.safetensors
|
4 |
- OpenVino Intermediate Representation Models:
|
5 |
-
- Text
|
6 |
-
- Vision
|
7 |
-
- Audio
|
8 |
-
- Thermal
|
9 |
-
- Depth
|
10 |
- [ ] TODO: IMU
|
11 |
- [ ] TODO: Video
|
12 |
|
|
|
1 |
# ImageBind Models (@ `./checkpoints`):
|
2 |
+
- [imagebind_huge.pth](.checkpoints/imagebind_huge.pth)
|
3 |
+
- [model.safetensors](.checkpoints/model.safetensors)
|
4 |
- OpenVino Intermediate Representation Models:
|
5 |
+
- [Text](.checkpoints/text)
|
6 |
+
- [Vision](.checkpoints/vision)
|
7 |
+
- [Audio](.checkpoints/audio)
|
8 |
+
- [Thermal](.checkpoints/thermal)
|
9 |
+
- [Depth](.checkpoints/depth)
|
10 |
- [ ] TODO: IMU
|
11 |
- [ ] TODO: Video
|
12 |
|