FangjinhuaWang / PatchmatchNet

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

Consolidate read/write operations in data_io #45

Closed anmatako closed 2 years ago

anmatako commented 2 years ago

All I/O methods are now part of data_io.py to avoid duplicating code and redefine methods like read_cam_file, read_img, reading of pair files, and reading/writing depth maps in pfm or COLMAP .bin format.