FangjinhuaWang / PatchmatchNet

Official code of PatchmatchNet (CVPR 2021 Oral)
MIT License
506 stars 70 forks source link

Fix bugs in latest merges #49

Closed anmatako closed 3 years ago

anmatako commented 3 years ago

Two mistakes in merging my branches to main caused the errors after merging PRs #44 and #45. One was a size issue in patchmatch.py Evaluation::forward and the other a comment out of DataParallel in eval.py which led to the state not being loaded correctly.

Fixes #47 #48

anmatako commented 3 years ago

@FangjinhuaWang the reported bugs are now fixed and tested that the evaluation works correctly (no runtime errors and correct depth map outputs).