yifeishi/PlaneMatch

How do you calculate normal maps?

Closed this issue · 2 comments

ozzCb commented

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..

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

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!