seasonSH / DocFace

Face recognition system for ID photos
MIT License
371 stars 124 forks source link

ValueError: Cannot feed value of shape (128, 250, 250, 3) for Tensor 'inputs:0', which has shape '(?, 112, 96, 3)' #21

Closed amarsaikhanb closed 5 years ago

amarsaikhanb commented 5 years ago
ValueError: Cannot feed value of shape (128, 250, 250, 3) for Tensor 'inputs:0', which has shape '(?, 112, 96, 3)'
DocFace/src/basenet.py", line 232, in extract_feature
result[start_idx:end_idx] = self.sess.run(self.outputs, feed_dict=feed_dict)