str !
							parent
							
								
									c7fb4a1619
								
							
						
					
					
						commit
						f5f5f0d50d
					
				|  | @ -36,7 +36,7 @@ class GroundTruth: | |||
|         self.cameras = [Pose3()] * nrCameras | ||||
|         self.points = [Point3(0, 0, 0)] * nrPoints | ||||
| 
 | ||||
|     def print(self, s: string = "") -> None: | ||||
|     def print(self, s: str = "") -> None: | ||||
|         print(s) | ||||
|         print("K = ", self.K) | ||||
|         print("Cameras: ", len(self.cameras)) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue