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
{{ message }}
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
(nerf) C:\Users\user\Desktop\nerf-pytorch-master\nerf-pytorch-master>python train_nerf.py --config config/lego.yml
Traceback (most recent call last):
File "train_nerf.py", line 13, in
from nerf import (CfgNode, get_embedding_function, get_ray_bundle, img2mse,
File "C:\Users\user\Desktop\nerf-pytorch-master\nerf-pytorch-master\nerf_init_.py", line 5, in
from .nerf_helpers import *
File "C:\Users\user\Desktop\nerf-pytorch-master\nerf-pytorch-master\nerf\nerf_helpers.py", line 6, in
import torchsearchsorted
ModuleNotFoundError: No module named 'torchsearchsorted'
The text was updated successfully, but these errors were encountered:
(nerf) C:\Users\user\Desktop\nerf-pytorch-master\nerf-pytorch-master>python train_nerf.py --config config/lego.yml
Traceback (most recent call last):
File "train_nerf.py", line 13, in
from nerf import (CfgNode, get_embedding_function, get_ray_bundle, img2mse,
File "C:\Users\user\Desktop\nerf-pytorch-master\nerf-pytorch-master\nerf_init_.py", line 5, in
from .nerf_helpers import *
File "C:\Users\user\Desktop\nerf-pytorch-master\nerf-pytorch-master\nerf\nerf_helpers.py", line 6, in
import torchsearchsorted
ModuleNotFoundError: No module named 'torchsearchsorted'
The text was updated successfully, but these errors were encountered: