NVlabs / EmerNeRF

PyTorch Implementation of EmerNeRF: Emergent Spatial-Temporal Scene Decomposition via Self-Supervision
https://emernerf.github.io/
Other
572 stars 44 forks source link

Uupgrade to numpy==1.23 to avoid typing errors. #7

Closed maximilianigl closed 1 year ago

maximilianigl commented 1 year ago

Adding this here in case other people run into same problem.

It seems that following the instructions, numpy==1.21 is installed as this is a requirement for WOMD. However, on my machine this lead to a typing error. Upgrading to numpy==1.23 fixed the issue. I haven't tried running WOMD yet, but nuScenes seems to work.