You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I changed 'np.int' in [12] to simply 'int' and modified pifuhd/lib/sdf.py to use 'bool' instead of 'np.bool'. However, I encountered an error stating that it tried to install pytorch3d on Colab, but the installation failed because the appropriate version was not found.
Are there any other changes besides the modifications to 'np.int' and 'np.bool'?
I changed 'np.int' in [12] to simply 'int' and modified pifuhd/lib/sdf.py to use 'bool' instead of 'np.bool'. However, I encountered an error stating that it tried to install pytorch3d on Colab, but the installation failed because the appropriate version was not found.
Are there any other changes besides the modifications to 'np.int' and 'np.bool'?