Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor bug : LSMS Images are flipped #9

Open
robin-j412 opened this issue Mar 24, 2023 · 0 comments
Open

Minor bug : LSMS Images are flipped #9

robin-j412 opened this issue Mar 24, 2023 · 0 comments

Comments

@robin-j412
Copy link

Hello. I noticed that loading LSMS image/ntl pairs with this function return a flipped version of the image. It does not affect any experiment but can be a problem when displaying images on a map.

def load(country, year, hhid):
    data = np.load(f'{country}_{year}/{hhid}.npz',
                   allow_pickle=True)

    img = data.f.x[:3]
    ntl = data.f.x[-1]
    return img, ntl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant