Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't run successfully:python eval/gen_video.py -n srn_car --gpu_id 1 --split test -P '64 104' -D data/srn_cars -S 1 #66

Open
HuaandQi opened this issue Jul 14, 2023 · 1 comment

Comments

@HuaandQi
Copy link

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

  • Config file: conf/exp/srn.conf
  • Dataset format: srn
  • Dataset location: data/srn_cars
    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
@CarlBhy
Copy link

CarlBhy commented Aug 24, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants