-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
sshahriyari
wants to merge
27
commits into
vt-vl-lab:master
Choose a base branch
from
bycloudai:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
I got these errors #173
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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'