| @@ -12027,7 +12027,7 @@ dependencies = [ | |||||
| "hyper 1.6.0", | "hyper 1.6.0", | ||||
| "indicatif", | "indicatif", | ||||
| "log", | "log", | ||||
| "quick-xml 0.37.2", | |||||
| "quick-xml 0.37.5", | |||||
| "regex", | "regex", | ||||
| "reqwest", | "reqwest", | ||||
| "self-replace", | "self-replace", | ||||
| @@ -146,6 +146,14 @@ def main(): | |||||
| "encoding": "rgb8", | "encoding": "rgb8", | ||||
| "width": image.shape[1], | "width": image.shape[1], | ||||
| "height": image.shape[0], | "height": image.shape[0], | ||||
| "focal": [ | |||||
| int(f_0), | |||||
| int(f_1), | |||||
| ], | |||||
| "resolution": [ | |||||
| int(r_0), | |||||
| int(r_1), | |||||
| ], | |||||
| }, | }, | ||||
| ) | ) | ||||