DiffuStereo
DiffuStereo copied to clipboard
How to solve ”No module named app.inference“ problem ?
python -m app.inference --config configs/real_demo.yaml --dataroot thuman_demo --view_list 0 1 $$: No module named app.inference
Same problem, have you solved this?
Same problem, have you solved this?
Sorry,no
Same problem, have you solved this?
Sorry,no
Fortunately I've found a solution and it works.
- Move the file
~/DiffuStereo/app/infer_mvsd.py
into ~/DiffuStereo/ - Change the command into
python infer_mvsd.py --config config/thuman_demo.yaml --dataroot [your_data_root] --view_list 0 20
Note that the given command was --config configs/thuman_demo.yaml by mistake.
To run a multi-view result, just change the parameters after --view_list
.