Skip to content

Commit 76a14b4

Browse files
committed
修改参数保持与实车一致
1 parent 7f40efe commit 76a14b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

surround_view/birdview.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,9 @@ def make_luminance_balance(self):
211211

212212
def tune(x):
213213
if x >= 1:
214-
return x * np.exp((1 - x) * 0.4)
214+
return x * np.exp((1 - x) * 0.5)
215215
else:
216-
return x * np.exp((1 - x) * 0.6)
216+
return x * np.exp((1 - x) * 0.8)
217217

218218
front, back, left, right = self.frames
219219
m1, m2, m3, m4 = self.masks

0 commit comments

Comments
 (0)