Skip to content

[fix] Typo in LMDBConversion#699

Closed
rizavelioglu wants to merge 1 commit into
facebookresearch:masterfrom
rizavelioglu:fix_lmdb
Closed

[fix] Typo in LMDBConversion#699
rizavelioglu wants to merge 1 commit into
facebookresearch:masterfrom
rizavelioglu:fix_lmdb

Conversation

@rizavelioglu

Copy link
Copy Markdown
Contributor

Fix typo when extracting image features from .mdb file to .npy files.

Fix:
In Line#95 image height is set to be the image width, which is wrong:

tmp_dict["image_height"] = item["image_width"]
tmp_dict["image_width"] = item["image_width"]

Fix typo when extracting features from .lmdb file.
@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Nov 26, 2020
@vedanuj

vedanuj commented Nov 30, 2020

Copy link
Copy Markdown
Contributor

Thanks for fixing this!

@facebook-github-bot facebook-github-bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vedanuj has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@facebook-github-bot

Copy link
Copy Markdown
Contributor

@vedanuj merged this pull request in 40b63e7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed Do not delete this pull request or issue due to inactivity. Merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants