Skip to content

Commit

Permalink
fixed typo when loading reshading model in interface.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CCareaga authored Jan 19, 2024
1 parent 53cf08e commit 58b0f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def __init__(self, args):
self.alb_model = load_albedo_harmonizer()

print('loading reshading model')
self.shd_model = load_reshading_model(paper_weights)
self.shd_model = load_reshading_model('paper_weights')

self.init_scene()

Expand Down

0 comments on commit 58b0f52

Please sign in to comment.