-
-
Save tengpeng/6a87a7a01c05f82b021c54499787f5be to your computer and use it in GitHub Desktop.
mark location2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bid_loc = defaultdict(list) | |
i = 0 | |
for key, value in bid_img.iteritems(): | |
for v in value: | |
bid_loc[key].append(idx[i]) | |
i += 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment