lez-s / StereoDiffusion

Implementation of StereoDiffusion
https://arxiv.org/abs/2403.04965
64 stars 6 forks source link

which parameter can modify Pixel Shift direction and value larger or smaller ? #4

Closed goometasoft closed 4 months ago

goometasoft commented 4 months ago

which parameter can modify Pixel Shift direction and value larger or smaller ?

lez-s commented 4 months ago

In the img2stereo.py, the scale_factor is used to control the stereo effect of the picture. The value represents a percentage of the image width, such as 10 being 10% of the image width.