-
Notifications
You must be signed in to change notification settings - Fork 59
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
Depth anything #54
Comments
Hi, i have the same issue, did you solve it? |
Just install |
I download and rename, but got this problem, how to solve?
|
Could u give some explicit or concrete error info?
| |
王麒睿
|
|
***@***.***
|
…---- Replied Message ----
| From | ***@***.***> |
| Date | 01/8/2025 22:38 |
| To | ***@***.***> |
| Cc | ***@***.***> ,
***@***.***> |
| Subject | Re: [NVlabs/CF-3DGS] Depth anything (Issue #54) |
I download and rename, but got this problem, how to solve?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
File "/data/xielangren/project/CF-3DGS/trainer/trainer.py", line 125, in setup_depth_predictor |
It seems like the issue is also caused by inconsistent name with invoke:)
Make sure all file names consistent with invoke
| |
王麒睿
|
|
***@***.***
|
…---- Replied Message ----
| From | ***@***.***> |
| Date | 01/8/2025 22:40 |
| To | ***@***.***> |
| Cc | ***@***.***> ,
***@***.***> |
| Subject | Re: [NVlabs/CF-3DGS] Depth anything (Issue #54) |
File "/data/xielangren/project/CF-3DGS/trainer/trainer.py", line 125, in setup_depth_predictor
from submodules.DepthAnything.depth_anything.dpt import DepthAnything
File "/data/xielangren/project/CF-3DGS/submodules/DepthAnything/depth_anything/dpt.py", line 7, in
from depth_anything.blocks import FeatureFusionBlock, _make_scratch
ModuleNotFoundError: No module named 'depth_anything'
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
It works when change "from depth_anything.blocks import FeatureFusionBlock, _make_scratch" to ""from .blocks import FeatureFusionBlock, _make_scratch. But i got a new issue:
How to solve it? |
I have solved! |
Hi, it seems like that there is no relation with
depth-anything
insubmodules
. Do I need installdepth-anything
manually?The text was updated successfully, but these errors were encountered: