John Kingham
Results
2
comments of
John Kingham
Hi, I run the code and got the same problem as yours. Did you solve the problem after?
Hi, I have solved this problem. It is because of the wrong use of the '\n'in line 116 and 117 in file omnicv.py. `self.map_x = np.multiply(r, np.cos(theta)).T.astype(np.float32)` `+ self.Cx` In...