3d-photo-inpainting
3d-photo-inpainting copied to clipboard
error of BoostingMonocularDepth
Getting below error while trying to do the process
(3DP) PS D:\3D\3d-photo-inpainting-master> python main.py --config argument.yml
running on device 0
0%| | 0/1 [00:00<?, ?it/s]Current Source ==> jetbluecropped
Running depth extraction at 1649252588.5195417
'cp' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
0%| | 0/1 [00:00<?, ?it/s]
Traceback (most recent call last):
File "main.py", line 54, in
I have meet exactly the same issue
https://github.com/vt-vl-lab/3d-photo-inpainting/issues/152#issuecomment-1149624759
🚨
I solved it by changing python
to python3
in boostmonodepth_utils.py - line 32
@hsnbsrbalaban still facing the same issue in linux machine
Any update ?
🚨 I solved it by changing
python
topython3
inboostmonodepth_utils.py - line 32
This does not work. I'm running locally on wsl2 and this repository is broken. Stuck on exact same issue.
For what it's worth, it looks like it breaks down here in the boostmonodepth_utils.py file:
File "run.py", line 480, in estimatemidas prediction = midasmodel.forward(sample)
I have no idea how to debug that. Maybe someone out there can help get it working.
Getting below error while trying to do the process
(3DP) PS D:\3D\3d-photo-inpainting-master> python main.py --config argument.yml running on device 0 0%| | 0/1 [00:00<?, ?it/s]Current Source ==> jetbluecropped Running depth extraction at 1649252588.5195417 'cp' is not recognized as an internal or external command, operable program or ...
i can see the log is windows system, i have a branch that can support windows system using git bash.
check here: https://github.com/vt-vl-lab/3d-photo-inpainting/pull/187
按照如下方法,可以运行
cd BoostingMonocularDepth python run.py --Final --data_dir inputs/ --output_dir outputs --depthNet 0 如果报错信息为 ImportError: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.29' not found 则参考解决方法:https://www.jianshu.com/p/fa98d384d8a1