hvent90 commited on
Commit
a82448b
·
verified ·
1 Parent(s): 441fc66

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -138,15 +138,16 @@ size_categories:
138
 
139
  # Filter by resolution (altitude proxy)
140
  high_res = ds["train"].filter(lambda x: x["meters_per_pixel_mean"] < 150)
 
141
 
142
- Intended Uses
143
 
144
  - Neural texture synthesis for planetary rendering
145
  - Diffusion model training for lunar surface generation
146
  - Multi-scale/altitude-conditioned image generation
147
  - Geographic ML research
148
 
149
- Physical Scale Reference
150
 
151
  | meters_per_pixel | Equivalent Viewing Altitude |
152
  |------------------|-----------------------------|
@@ -154,13 +155,13 @@ size_categories:
154
  | ~500 | High altitude (~2,000 km) |
155
  | ~100 | Low altitude (~400 km) |
156
 
157
- Citation
158
 
159
  If using this dataset, please cite the original LROC data:
160
 
161
  Robinson, M. S., et al. (2010). Lunar Reconnaissance Orbiter Camera (LROC)
162
  Instrument Overview. Space Science Reviews, 150(1-4), 81-124.
163
 
164
- License
165
 
166
  The source imagery is in the public domain (NASA). This processed dataset is released under CC-BY-4.0.
 
138
 
139
  # Filter by resolution (altitude proxy)
140
  high_res = ds["train"].filter(lambda x: x["meters_per_pixel_mean"] < 150)
141
+ ```
142
 
143
+ ## Intended Uses
144
 
145
  - Neural texture synthesis for planetary rendering
146
  - Diffusion model training for lunar surface generation
147
  - Multi-scale/altitude-conditioned image generation
148
  - Geographic ML research
149
 
150
+ ## Physical Scale Reference
151
 
152
  | meters_per_pixel | Equivalent Viewing Altitude |
153
  |------------------|-----------------------------|
 
155
  | ~500 | High altitude (~2,000 km) |
156
  | ~100 | Low altitude (~400 km) |
157
 
158
+ ## Citation
159
 
160
  If using this dataset, please cite the original LROC data:
161
 
162
  Robinson, M. S., et al. (2010). Lunar Reconnaissance Orbiter Camera (LROC)
163
  Instrument Overview. Space Science Reviews, 150(1-4), 81-124.
164
 
165
+ ## License
166
 
167
  The source imagery is in the public domain (NASA). This processed dataset is released under CC-BY-4.0.