Skip to content

Commit

Permalink
Added README.md and data
Browse files Browse the repository at this point in the history
  • Loading branch information
yasumat committed Apr 24, 2019
1 parent 01e1b09 commit 62b59e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def plot_light_intensities(ground_truth=None, estimated=None):
print('Mean Angular Error (SCPS):', np.mean(angular_err))
print('Mean Angular Error (Conventional):', np.mean(angular_err_conventional))
plot_light_intensities(E_gt, np.diag(scps.E)/max(scps.E.ravel()))
#psutil.disp_normalmap(normal=scps.N.T, height=scps.height, width=scps.width, name='SCPS')
psutil.disp_normalmap(normal=scps.N.T, height=scps.height, width=scps.width, name='SCPS surface normal estimates')
#psutil.disp_normalmap(normal=N.T, height=scps.height, width=scps.width, name='Conventional')


0 comments on commit 62b59e9

Please sign in to comment.