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
File "depth_splatting_inference.py", line 18, in
from Forward_Warp import forward_warp
File "/home/banditnew/StereoCrafter/Forward_Warp/init.py", line 1, in
from .forward_warp import forward_warp
File "/home/banditnew/StereoCrafter/Forward_Warp/forward_warp.py", line 5, in
import forward_warp_cuda
ModuleNotFoundError: No module named 'forward_warp_cuda'
I ran this part
cd ./dependency/Forward-Warp
chmod a+x install.sh
./install.sh
The text was updated successfully, but these errors were encountered:
Do you know why I am getting this error?
File "depth_splatting_inference.py", line 18, in
from Forward_Warp import forward_warp
File "/home/banditnew/StereoCrafter/Forward_Warp/init.py", line 1, in
from .forward_warp import forward_warp
File "/home/banditnew/StereoCrafter/Forward_Warp/forward_warp.py", line 5, in
import forward_warp_cuda
ModuleNotFoundError: No module named 'forward_warp_cuda'
I ran this part
cd ./dependency/Forward-Warp
chmod a+x install.sh
./install.sh
The text was updated successfully, but these errors were encountered: