Commit
·
dd9a40f
1
Parent(s):
9135070
update README.md
Browse files
README.md
CHANGED
|
@@ -116,9 +116,9 @@ local_dir = snapshot_download(
|
|
| 116 |
with open(os.path.join(local_dir, "scaling_factors.json")) as f:
|
| 117 |
scale = json.load(f)
|
| 118 |
|
| 119 |
-
depth_scale = scale["depth_scale"]
|
| 120 |
-
label_max = scale["label_max_value"]
|
| 121 |
-
instance_max = scale["instance_max_value"]
|
| 122 |
|
| 123 |
# === Unscale depth (mm → m)
|
| 124 |
depth_img = np.array(sample["depth"])
|
|
|
|
| 116 |
with open(os.path.join(local_dir, "scaling_factors.json")) as f:
|
| 117 |
scale = json.load(f)
|
| 118 |
|
| 119 |
+
depth_scale = scale["depth_scale"]
|
| 120 |
+
label_max = scale["label_max_value"]
|
| 121 |
+
instance_max = scale["instance_max_value"]
|
| 122 |
|
| 123 |
# === Unscale depth (mm → m)
|
| 124 |
depth_img = np.array(sample["depth"])
|