Adjust candidate view parameters
This commit is contained in:
parent
e343ee401f
commit
5e1876432b
@ -99,8 +99,8 @@ class NextBestView(MultiViewPolicy):
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
def generate_views(self, q):
|
def generate_views(self, q):
|
||||||
thetas = np.deg2rad([15, 30, 45])
|
thetas = np.deg2rad([15, 30])
|
||||||
phis = np.arange(6) * np.deg2rad(60)
|
phis = np.arange(8) * np.deg2rad(45)
|
||||||
view_candidates = []
|
view_candidates = []
|
||||||
for theta, phi in itertools.product(thetas, phis):
|
for theta, phi in itertools.product(thetas, phis):
|
||||||
view = self.view_sphere.get_view(theta, phi)
|
view = self.view_sphere.get_view(theta, phi)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user