yuhangzang commited on
Commit
b03755a
·
verified ·
1 Parent(s): fe0ed25

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -18
README.md CHANGED
@@ -56,7 +56,7 @@ We train Qwen2.5-VL-3B and Qwen2.5-VL-7B with our Spatial-SSRL paradigm and the
56
  <img src="assets/exp_result.png" alt="Pipeline" width="100%">
57
  </p>
58
 
59
- ## Quick Start
60
  <!--To directly experience <strong>Spatial-SSRL-7B</strong>, you can try it out on huggingface (link)! -->
61
  Here we provide a code snippet for you to start a simple trial of <strong>Spatial-SSRL-7B</strong> on your own device. You can download the model from 🤗<a href="https://huggingface.co/internlm/Spatial-SSRL-7B">Spatial-SSRL-7B Model</a > before your trial!
62
  </p>
@@ -111,27 +111,12 @@ output_text = processor.batch_decode(
111
  print("Model Response:", output_text)
112
  ```
113
 
114
- ## 🛠️ Evaluation
115
- Prepare your environment:
116
- ```bash
117
- git clone https://github.com/InternLM/Spatial-SSRL.git
118
- conda create -n spatialssrl python==3.10
119
- conda activate spatialssrl
120
- cd Spatial-SSRL/evaluation
121
- pip install -r requirements.txt
122
-
123
- ```
124
- Start your evaluation by referring to the tutorials in <a href="https://github.com/InternLM/Spatial-SSRL/blob/main/evaluation/Eval.md">Eval.md</a >
125
-
126
- ## 👨‍💻 Todo
127
- - [ ] Release the training code.
128
-
129
  ## Cases
130
  <p style="text-align: center;">
131
- <img src="examples/case1.jpg" alt="Teaser" width="100%">
132
  </p>
133
  <p style="text-align: center;">
134
- <img src="examples/case2.jpg" alt="Teaser" width="100%">
135
  </p>
136
 
137
  ## ✒️Citation
 
56
  <img src="assets/exp_result.png" alt="Pipeline" width="100%">
57
  </p>
58
 
59
+ ## 🛠Usage
60
  <!--To directly experience <strong>Spatial-SSRL-7B</strong>, you can try it out on huggingface (link)! -->
61
  Here we provide a code snippet for you to start a simple trial of <strong>Spatial-SSRL-7B</strong> on your own device. You can download the model from 🤗<a href="https://huggingface.co/internlm/Spatial-SSRL-7B">Spatial-SSRL-7B Model</a > before your trial!
62
  </p>
 
111
  print("Model Response:", output_text)
112
  ```
113
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
114
  ## Cases
115
  <p style="text-align: center;">
116
+ <img src="assets/case1.jpg" alt="Teaser" width="100%">
117
  </p>
118
  <p style="text-align: center;">
119
+ <img src="assets/case2.jpg" alt="Teaser" width="100%">
120
  </p>
121
 
122
  ## ✒️Citation