Spaces:
Build error
Build error
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,10 +1,23 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# InternVL2 Visual Feature Extraction Demo
|
2 |
+
|
3 |
+
This Space demonstrates the use of InternViT-6B for visual feature extraction as per the OpenGVLab/InternVL GitHub repository.
|
4 |
+
|
5 |
+
## Features
|
6 |
+
|
7 |
+
- Loads InternViT-6B model for visual feature extraction
|
8 |
+
- Extracts features from uploaded or sample images
|
9 |
+
- Shows feature dimensions and processing time
|
10 |
+
- Uses Gradio for the user interface
|
11 |
|
12 |
+
## Usage
|
13 |
+
|
14 |
+
Upload an image or use the sample image to see the visual features that would be extracted for a multimodal model.
|
15 |
+
|
16 |
+
## System Requirements
|
17 |
+
|
18 |
+
- GPU: A100 recommended
|
19 |
+
- CUDA support
|
20 |
+
|
21 |
+
---
|
22 |
+
Created by the OpenGVLab/InternVL team. Implementation by mknolan.
|
23 |
+
|