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

I got these errors #173

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open

I got these errors #173

wants to merge 27 commits into from

Conversation

sshahriyari
Copy link

@sshahriyari sshahriyari commented Sep 3, 2022

when I run this code "python main.py --config argument.yml" I got these errors:

running on device 0
0%| | 0/1 [00:00<?, ?it/s]Current Source ==> 11007899444_04a328d686_k
Running depth extraction at 1662193473.2340574
The system cannot find the path specified.
0 file(s) copied.
python: can't open file 'run.py': [Errno 2] No such file or directory
0%| | 0/1 [00:00<?, ?it/s]
Traceback (most recent call last):
File "main.py", line 54, in
run_boostmonodepth(sample['ref_img_fi'], config['src_folder'], config['depth_folder'])
File "C:\temp\3dp\3d-photo-inpainting\boostmonodepth_utils.py", line 41, in run_boostmonodepth
depth = imageio.imread(os.path.join(BOOST_BASE, BOOST_OUTPUTS, tgt_name))
File "C:\Users\Saeed\MiniConda3\envs\3DP\lib\site-packages\imageio_init_.py", line 97, in imread
return imread_v2(uri, format=format, **kwargs)
File "C:\Users\Saeed\MiniConda3\envs\3DP\lib\site-packages\imageio\v2.py", line 200, in imread
with imopen(uri, "ri", **imopen_args) as file:
File "C:\Users\Saeed\MiniConda3\envs\3DP\lib\site-packages\imageio\core\imopen.py", line 118, in imopen
request = Request(uri, io_mode, format_hint=format_hint, extension=extension)
File "C:\Users\Saeed\MiniConda3\envs\3DP\lib\site-packages\imageio\core\request.py", line 248, in init
self._parse_uri(uri)
File "C:\Users\Saeed\MiniConda3\envs\3DP\lib\site-packages\imageio\core\request.py", line 407, in _parse_uri
raise FileNotFoundError("No such file: '%s'" % fn)
FileNotFoundError: No such file: 'C:\temp\3dp\3d-photo-inpainting\BoostingMonocularDepth\outputs\11007899444_04a328d686_k.png'

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

Successfully merging this pull request may close these issues.

None yet

2 participants