naver / dust3r

DUSt3R: Geometric 3D Vision Made Easy

Home Page:https://dust3r.europe.naverlabs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

croco is not initialized

ovjust opened this issue · comments

i run this repo on windows, conda,

error reported:
File "E:\1MyFiles\code\aiTest\dust3r-main\dust3r\utils\path_to_croco.py", line 18, in
raise ImportError(f"croco is not initialized, could not find: {CROCO_MODELS_PATH}.\n "
ImportError: croco is not initialized, could not find: E:\1MyFiles\code\aiTest\dust3r-main\croco\models.
Did you forget to run 'git submodule update --init --recursive' ?

Hi,
did you check that croco was cloned ?
does this path exist ? -> E:\1MyFiles\code\aiTest\dust3r-main\croco\models

if it doesn't, it means you didn't clone dust3r recursively and have to run git submodule update --init --recursive in dust3r (or clone croco at the root of the dust3r directory)