autonomousvision / occupancy_networks

This repository contains the code for the paper "Occupancy Networks - Learning 3D Reconstruction in Function Space"
https://avg.is.tuebingen.mpg.de/publications/occupancy-networks
MIT License
1.49k stars 291 forks source link

Problem #45

Open dclcs opened 4 years ago

dclcs commented 4 years ago

When I run the demo, there have a problem. What's wrong? ValueError: numpy.ufunc has the wrong size, try recompiling. Expected 192, got 216

jhugestar commented 4 years ago

Got the same issue, and solved by reinstalling numpy:

pip uninstall numpy pip install numpy