dust3r icon indicating copy to clipboard operation
dust3r copied to clipboard

croco is not initialized

Open ovjust opened this issue 1 year ago • 1 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' ?

ovjust avatar Apr 19 '24 10:04 ovjust

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)

yocabon avatar Apr 19 '24 13:04 yocabon