zjjMaiMai / TinyHITNet

HITNet: Hierarchical Iterative Tile Refinement Network for Real-time Stereo Matching
152 stars 21 forks source link

ImportError: cannot import name 'AverageMeter' from 'torchmetrics' #15

Closed lebrandt closed 2 years ago

lebrandt commented 2 years ago

When I run bash script/hitnet_kitti.sh I get ImportError: cannot import name 'AverageMeter' from 'torchmetrics'. Do I need to build a non-standard distro of torchmetrics or ? I tried installing the dev build of torchmetrics but this did not fix the issue.

lebrandt commented 2 years ago

Answer: According to these update notes, AverageMeter has been renamed MeanMetric.