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

Added BoostingMonocularDepth as a submodule #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rizerphe
Copy link

@rizerphe rizerphe commented Jul 7, 2021

This should simplify the install process by allowing you to just clone recursively instead of explicitly cloning the BoostingMonocularDepth repo, removing the second step. I have not tested this on windows, however.

This changes nothing when "downloading as zip" grom Github, only when cloning recursively. Note that I've inserted the URL of your repository in the "git clone" command in README.md, replace it if testing

This should simplify the install process by allowing you to just clone recursively instead of explicitly cloning the BoostingMonocularDepth repo
@1271930827
Copy link

(3DP) C:\Users\huanglang\Desktop\windows\3d-photo-inpainting-Windows-master>python main.py --config argument.yml
Traceback (most recent call last):
File "main.py", line 12, in
from mesh import write_ply, read_ply, output_3d_photo
File "C:\Users\huanglang\Desktop\windows\3d-photo-inpainting-Windows-master\mesh.py", line 9, in
from vispy import scene, io
File "D:\anaconda\envs\3DP\lib\site-packages\vispy\scene_init_.py", line 33, in
from .visuals import * # noqa
File "D:\anaconda\envs\3DP\lib\site-packages\vispy\scene\visuals.py", line 18, in
from .. import visuals
File "D:\anaconda\envs\3DP\lib\site-packages\vispy\visuals_init_.py", line 14, in
from .axis import AxisVisual # noqa
File "D:\anaconda\envs\3DP\lib\site-packages\vispy\visuals\axis.py", line 13, in
from .text import TextVisual
File "D:\anaconda\envs\3DP\lib\site-packages\vispy\visuals\text_init_.py", line 7, in
from .text import TextVisual # noqa
File "D:\anaconda\envs\3DP\lib\site-packages\vispy\visuals\text\text.py", line 18, in
from ._sdf_cpu import _calc_distance_field
ModuleNotFoundError: No module named 'vispy.visuals.text._sdf_cpu'

how d u deal it

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.

2 participants