nv-tlabs / DIB-R

Learning to Predict 3D Objects with an Interpolation-based Differentiable Renderer (NeurIPS 2019)

Home Page:https://nv-tlabs.github.io/DIB-R/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python test-all.py \ --g_model_dir ./checkpoints/g_model.pth \ --svfolder ./prediction \ --data_folder ./dataset \ --filelist ./test_list.txtDocument for newbie

shersoni610 opened this issue · comments

Hello,

I am a newbie in both python and dlib software. Is there a simple document for dummies on how
to use this software. I could not make out from the description provided on the website.

Thanks.

Hi,

You need to first download and install python (Anaconda is a good choice :) ), then install the required packages following our document, then you can run this command in your terminal.

Thanks!

We're preparing to release the checkpoint and dataset preparation script, it's coming soon!

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'

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'

I have exactly the same problem, any news?

@SteveJunGao
We're having the same problem
We are working in an academic institute (Hebrew University) on a paper building on top of your research and are trying to get your project to run...
Please help us solve this problem, this will enable us to publish our work and give you a citation

Thanks!
Raz

Same problem here... has anyone solved this?