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
Hi, i met the same issues, and i have solved. You can use print(self.base_path) before line 29 in File "/home/hua/pixel-nerf/src/data/SRNDataset.py", and check the direction compared with the your dataset location.
hello, is there any solution for this problem?
python eval/gen_video.py -n srn_car --gpu_id 1 --split test -P '64 104' -D data/srn_cars -S 1
Loading SRN dataset data/srn_cars_test name: srn_cars
Traceback (most recent call last):
File "eval/gen_video.py", line 68, in
dset = get_split_dataset(
File "/home/hua/pixel-nerf/src/data/init.py", line 62, in get_split_dataset
test_set = dset_class(datadir, stage="test", **flags, **kwargs)
File "/home/hua/pixel-nerf/src/data/SRNDataset.py", line 29, in init
assert os.path.exists(self.base_path)
AssertionError
The text was updated successfully, but these errors were encountered: