File size: 534 Bytes
da3ed5b | 1 2 3 4 5 6 7 8 9 10 11 12 | Loading models...
Loading DA2-DPT...
Traceback (most recent call last):
File "/home/ywan0794/MoGe/visualize_depth.py", line 328, in <module>
main()
File "/home/ywan0794/MoGe/visualize_depth.py", line 209, in main
da2_dpt = load_da2_model(CHECKPOINTS['da2_dpt'], 'dpt')
File "/home/ywan0794/MoGe/visualize_depth.py", line 46, in load_da2_model
model = DepthAnythingV2(**model_configs, decoder=decoder_type)
TypeError: DepthAnythingV2.__init__() got an unexpected keyword argument 'decoder'
Visualization completed!
|