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

Issue using the test-all.py #23

Open
smallvalthoss opened this issue Jul 3, 2021 · 1 comment
Open

Issue using the test-all.py #23

smallvalthoss opened this issue Jul 3, 2021 · 1 comment

Comments

@smallvalthoss
Copy link

Looks like there's some files/folders missing in my directory? I am not sure, I'm running on windows 10 and don't know how to format the test command for windows. When I run on bash it seems to not recognize torch.

DIB-R\dib-render>python test-all.py --g_model_dir ./checkpoints/g_model.pth --svfolder ./prediction --data_folder ./dataset --filelist ./test_list.txt

| Configurations |

IMG_DIM: 64
N_CHANNELS: 4
BATCH_SIZE: 64
FILELIST: ./test_list.txt
TOTAL_EPOCH: 1000
ITERS_PER_LOG: 50
VERBOSE: True

Building dataloaders
./dataset
Traceback (most recent call last):
File "test-all.py", line 108, in
bs=BATCH_SIZE, numworkers=numworkers,data_folder=data_folder)
File "../utils\dataloader\dataloader_multiview_blender.py", line 167, in get_data_loaders
mode=mode, datadebug=False, classes=classes, data_folder=data_folder)
File "../utils\dataloader\dataloader_multiview_blender.py", line 53, in init
with open(file_list, 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: './test_list.txt'

@0079zn
Copy link

0079zn commented Jun 2, 2023

Mine is also the same problem, there is no tarin.txt folder in the project

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