jongwonryu commited on
Commit
67081cc
·
verified ·
1 Parent(s): 0d14bd3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -7
README.md CHANGED
@@ -24,19 +24,25 @@ configs:
24
  path: data/test-*
25
  ---
26
  <div align="center">
 
27
  <img
28
  src="https://cdn-uploads.huggingface.co/production/uploads/6510f03888cdfe73a89a4bd6/KVt3wsGvHbBMxWZd0rmFG.png"
29
  alt="MIST"
30
- width="700"
31
  />
32
 
33
- <h1 style="margin: 10px 0 6px;">MIST</h1>
 
 
 
34
 
35
- <p style="margin: 0 0 10px; color: #666;">
 
36
  Multi-Domain Synthetic Dataset for Rural Driving
37
  </p>
38
 
39
- <p style="margin: 0 0 14px;">
 
40
  <a href="https://huggingface.co/datasets/jongwonryu/MIST_dataset">🤗 Hugging Face</a>
41
  &nbsp;|&nbsp;
42
  <a href="PAPER_URL">📄 Paper</a>
@@ -46,15 +52,16 @@ configs:
46
  <a href="PROJECT_URL">🌐 Project</a>
47
  </p>
48
 
49
- <p style="margin: 0 0 6px;">
 
50
  <a
51
  href="https://slowroads.io"
52
- style="display:inline-block;padding:8px 12px;border:1px solid #ddd;border-radius:10px;text-decoration:none;"
53
  >🛣️ Simulator (slowroads.io)</a>
54
  &nbsp;
55
  <a
56
  href="GITHUB_URL"
57
- style="display:inline-block;padding:8px 12px;border:1px solid #ddd;border-radius:10px;text-decoration:none;"
58
  >GitHub</a>
59
  </p>
60
  </div>
 
24
  path: data/test-*
25
  ---
26
  <div align="center">
27
+ <!-- 1️⃣ Hero image -->
28
  <img
29
  src="https://cdn-uploads.huggingface.co/production/uploads/6510f03888cdfe73a89a4bd6/KVt3wsGvHbBMxWZd0rmFG.png"
30
  alt="MIST"
31
+ width="820"
32
  />
33
 
34
+ <!-- 2️⃣ Dataset name (largest text) -->
35
+ <h1 style="margin: 18px 0 6px; font-size: 42px;">
36
+ MIST
37
+ </h1>
38
 
39
+ <!-- 3️⃣ Subtitle / tagline -->
40
+ <p style="margin: 0 0 14px; font-size: 20px; color: #666;">
41
  Multi-Domain Synthetic Dataset for Rural Driving
42
  </p>
43
 
44
+ <!-- 4️⃣ Main links -->
45
+ <p style="margin: 0 0 18px; font-size: 16px;">
46
  <a href="https://huggingface.co/datasets/jongwonryu/MIST_dataset">🤗 Hugging Face</a>
47
  &nbsp;|&nbsp;
48
  <a href="PAPER_URL">📄 Paper</a>
 
52
  <a href="PROJECT_URL">🌐 Project</a>
53
  </p>
54
 
55
+ <!-- 5️⃣ Secondary buttons -->
56
+ <p style="margin: 0 0 10px;">
57
  <a
58
  href="https://slowroads.io"
59
+ style="display:inline-block;padding:10px 16px;border:1px solid #ddd;border-radius:12px;text-decoration:none;font-size:15px;"
60
  >🛣️ Simulator (slowroads.io)</a>
61
  &nbsp;
62
  <a
63
  href="GITHUB_URL"
64
+ style="display:inline-block;padding:10px 16px;border:1px solid #ddd;border-radius:12px;text-decoration:none;font-size:15px;"
65
  >GitHub</a>
66
  </p>
67
  </div>