Closed Sigura closed 1 year ago
Why do you set the transform to identity matrix?
Sorry looks like it works anyway.... It make me crazy.
Why do you set the transform to identity matrix?
I didn't set gt as the identity matrix, but I also got such a result
Sorry looks like it works anyway.... It make me crazy.
I'm getting this result as well, did you fix the issue?
If you will fill
data_dict['transform'] = np.eye(4).astype(np.float32)
on validation you will see real result.Same in demo.
Same on 69