Skip to content

Commit

Permalink
Update model_non_linear_3DMM.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tranluan authored Jul 30, 2019
1 parent 8154245 commit 1c0c7d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model_non_linear_3DMM.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,8 +401,8 @@ def train(self, config):
# Training data
self.setupTrainingData()

valid_idx = range(self.images_300W.shape[0])
print("Valid images %d/%d" % ( len(valid_300W_idx), self.images_300W.shape[0] ))
valid_idx = range(self.image_filenames.shape[0])
print("Valid images %d/%d" % ( len(valid_idx), self.image_filenames.shape[0] ))



Expand Down

0 comments on commit 1c0c7d3

Please sign in to comment.