Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -118,7 +118,6 @@ ds.set_format(type="torch", columns=["cube"])
|
|
| 118 |
|
| 119 |
# Instantiate the LiDAR forward model (use your actual parameters)
|
| 120 |
forward_model = LidarForwardImagingModel(
|
| 121 |
-
input_res_m=(2.0, 2.0),
|
| 122 |
output_res_m=(3.0, 6.0),
|
| 123 |
footprint_diameter_m=10.0,
|
| 124 |
b=0.1, # set to zero for no background photons
|
|
|
|
| 118 |
|
| 119 |
# Instantiate the LiDAR forward model (use your actual parameters)
|
| 120 |
forward_model = LidarForwardImagingModel(
|
|
|
|
| 121 |
output_res_m=(3.0, 6.0),
|
| 122 |
footprint_diameter_m=10.0,
|
| 123 |
b=0.1, # set to zero for no background photons
|