Skip to content

Commit

Permalink
fix net forword
Browse files Browse the repository at this point in the history
  • Loading branch information
yfeng95 committed Apr 2, 2018
1 parent 45fb4cf commit 784eeca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ def process(self, input, image_info = None):
#print 'net time:', time() - st

# restore
cropped_pos = np.squeeze(cropped_pos)
cropped_vertices = np.reshape(cropped_pos, [-1, 3]).T
z = cropped_vertices[2,:].copy()/tform.params[0,0]
cropped_vertices[2,:] = 1
Expand Down

0 comments on commit 784eeca

Please sign in to comment.