hpcaitech / Open-Sora

Open-Sora: Democratizing Efficient Video Production for All
https://hpcaitech.github.io/Open-Sora/
Apache License 2.0
21.77k stars 2.11k forks source link

aspect_ratio code error in this repository #407

Closed oceanogeology closed 4 months ago

oceanogeology commented 4 months ago

https://github.com/hpcaitech/Open-Sora/blob/ea41df3d6cc5f389b6824572854d97fa9f7779c3/opensora/datasets/aspect.py#L325C20-L325C26

aspect_ratio = height / width

should be

aspect_ratio = width /height