aim-uofa / AdelaiDepth

This repo contains the projects: 'Virtual Normal', 'DiverseDepth', and '3D Scene Shape'. They aim to solve the monocular depth estimation, 3D scene reconstruction from single image problems.
Creative Commons Zero v1.0 Universal
1.06k stars 144 forks source link

cannot import name 'sparse_collate_fn' from 'torch_sparse.utils' #55

Closed wty3515 closed 1 year ago

wty3515 commented 1 year ago

hello ,I can't find those two function in torch_sparse.utils and pytorch official doc. I have checked this file,I've looked into this file, but there are none of these two functions 2022-10-19 10-11-11 的屏幕截图

2022-10-19 10-08-38 的屏幕截图

Could you help me, what should I do?

guangkaixu commented 1 year ago

The sparse_collate_fn is here and the sparse_quantize is here.