lpiccinelli-eth / UniDepth

Universal Monocular Metric Depth Estimation
Other
462 stars 39 forks source link

update numpy version #59

Open aunagar opened 2 weeks ago

aunagar commented 2 weeks ago

The new numpy release version is not compatible with transformer module in torch.nn.modules as described this issue: https://github.com/lpiccinelli-eth/UniDepth/issues/58

This update will keep numpy 1.x (pulling the latest available).