iFlyBot commited on
Commit
5099798
·
1 Parent(s): eb60a08

fix README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -21,15 +21,18 @@ The architecture of IflyBotVLM is designed to realize four critical functional c
21
 
22
  We anticipate that iFlyBotVLM will serve as an efficient and scalable foundation model, driving the advancement of embodied AI from single-task capabilities toward generalist intelligent agents.
23
 
24
- <div style="display: flex; gap: 20px; height: 300px;"> <!-- 统一容器高度,可选 -->
 
 
25
  <img
26
  src="https://huggingface.co/datasets/IflyBot/IflyBotVLM-Repo/resolve/main/images/radar_performance.png"
27
- style="flex: 1; max-width: 50%; height: 100%; object-fit: cover;"
28
  alt="iFlyBotVLM Performance"
29
  >
 
30
  <img
31
  src="https://huggingface.co/datasets/IflyBot/IflyBotVLM-Repo/resolve/main/images/smart_donut_chart.png"
32
- style="flex: 1; max-width: auto; height: 100%; object-fit: cover;"
33
  alt="iFlyBotVLM Traning Data"
34
  >
35
  </div>
 
21
 
22
  We anticipate that iFlyBotVLM will serve as an efficient and scalable foundation model, driving the advancement of embodied AI from single-task capabilities toward generalist intelligent agents.
23
 
24
+
25
+ <div style="display: flex; gap: 1em; max-width: 100%;">
26
+ <!-- 第一张图:自动缩放,保持比例,不裁剪 -->
27
  <img
28
  src="https://huggingface.co/datasets/IflyBot/IflyBotVLM-Repo/resolve/main/images/radar_performance.png"
29
+ style="flex: 1; max-width: 50%; height: auto; object-fit: contain;"
30
  alt="iFlyBotVLM Performance"
31
  >
32
+ <!-- 第二张图:同上 -->
33
  <img
34
  src="https://huggingface.co/datasets/IflyBot/IflyBotVLM-Repo/resolve/main/images/smart_donut_chart.png"
35
+ style="flex: 1; max-width: 50%; height: auto; object-fit: contain;"
36
  alt="iFlyBotVLM Traning Data"
37
  >
38
  </div>