Open bheisele opened 7 years ago
The calibration script DUOCalibrator.py does not save the translation btw. the cameras, self.calib['r_lr'] = (-R.T * T).tolist() at line 380
That does indeed appear to be missing. Would you be able to fix this and create a pull request for it?
The calibration script DUOCalibrator.py does not save the translation btw. the cameras, self.calib['r_lr'] = (-R.T * T).tolist() at line 380