yifeishi / PlaneMatch

[ECCV'18 Oral] PlaneMatch: Patch Coplanarity Prediction for Robust RGB-D Reconstruction
http://www.yifeishi.net/planematch.html
118 stars 32 forks source link

How do you calculate normal maps? #2

Closed ozzCb closed 5 years ago

ozzCb commented 5 years ago

hello, I want to test using my image so I try to calculate normal map based on the depth imformation but it looks different from yours..

yifeishi commented 5 years ago

Hey, here is the code for normal computation. You can use command: python normal.py -i DEPTH_FOLDER -o NORMAL_FOLDER

normal.zip

ozzCb commented 5 years ago

Hey, here is the code for normal computation. You can use command: python normal.py -i DEPTH_FOLDER -o NORMAL_FOLDER

normal.zip

it works fine, thank you!