nv-tlabs / GET3D

Other
4.17k stars 374 forks source link

Numpy version #123

Closed Sravanthgithub closed 1 year ago

Sravanthgithub commented 1 year ago

what is the suggested numpy version to run this project?

Because i have seen below 2 lines use some older numpy version. (np.float doesnt work in latest numpy versions)

mask = np.sum(img.astype(np.float), axis=-1, keepdims=True) mask = (mask <= 3.0).astype(np.float)

SteveJunGao commented 1 year ago

Hi, @Sravanthgithub,

We're using numpy version 1.21.2 when training our model

SteveJunGao commented 1 year ago

Close this issue as haven't heard back for two months, please feel free to reopen it if you still find the problem!