You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Thanks for your work!
i guess, in collab version, you can only set camera x and y shift only by one parameter.
Any ideas how to set up only X or Y separated?
in coomon.py
npyShiftU = numpy.linspace(-objSettings['fltShift'], objSettings['fltShift'], 16)[None, :].repeat(16, 0)
npyShiftV = numpy.linspace(-objSettings['fltShift'], objSettings['fltShift'], 16)[:, None].repeat(16, 1)
you can make fltShiftY and fltShiftX separated, it is question of friendly interface))
The text was updated successfully, but these errors were encountered:
Hi! Thanks for your work!
i guess, in collab version, you can only set camera x and y shift only by one parameter.
Any ideas how to set up only X or Y separated?
in coomon.py
npyShiftU = numpy.linspace(-objSettings['fltShift'], objSettings['fltShift'], 16)[None, :].repeat(16, 0)
npyShiftV = numpy.linspace(-objSettings['fltShift'], objSettings['fltShift'], 16)[:, None].repeat(16, 1)
you can make fltShiftY and fltShiftX separated, it is question of friendly interface))
The text was updated successfully, but these errors were encountered: