(dataset_path)
| 30 | return results |
| 31 | |
| 32 | def load_replica_camera(dataset_path): |
| 33 | results = {} |
| 34 | results[1] = { |
| 35 | "model": "PINHOLE", |
| 36 | "width": 1200, |
| 37 | "height": 680, |
| 38 | "params": [600, 600, 599.5, 339.5] |
| 39 | } |
| 40 | return results |
| 41 |
no outgoing calls
no test coverage detected