AnnaMikestikova

Results 1 comments of AnnaMikestikova

There is a bug in datareader: https://github.com/NVlabs/FoundationPose/blob/main/datareader.py#L198 change this: ` K[:2,:2] *= self.resize ` to this: ` K[:2] *= self.resize `