dust3r
dust3r copied to clipboard
No module named 'models.dpt_block'
(venv) D:\dust3r>python demo.py --weights checkpoints/DUSt3R_ViTLarge_BaseDecoder_512_dpt.pth
Traceback (most recent call last):
File "D:\dust3r\demo.py", line 19, in
(venv) D:\dust3r\checkpoints>dir 驱动器 D 中的卷是 Data 卷的序列号是 3C50-8BA1
D:\dust3r\checkpoints 的目录
2024/03/04 21:16 <DIR> . 2024/03/04 21:16 <DIR> .. 2024/03/04 20:35 2,129,660,080 DUSt3R_ViTLarge_BaseDecoder_224_linear.pth 2024/03/04 20:40 2,285,019,929 DUSt3R_ViTLarge_BaseDecoder_512_dpt.pth 2024/03/04 20:41 2,129,656,556 DUSt3R_ViTLarge_BaseDecoder_512_linear.pth
Hi,
The dpt_block.py
should be at the croco/models/dpt_block.py
. Could you check if croco/models
is under your current working directory? It should be installed with --recursive
.
git clone --recursive https://github.com/naver/dust3r
cool ,it's work.