Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. list(map(lambda x: write(x, im_batches, orig_ims), output))
  2.  
  3. det_names = pd.Series(imlist).apply(lambda x: "{}/det_{}".format(args.det,x.split("/")[-1]))
  4.  
  5. list(map(cv2.imwrite, det_names, orig_ims))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement