Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] Typo in LMDBConversion #699

Closed
wants to merge 1 commit into from

Conversation

rizavelioglu
Copy link
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
Copy link
Contributor

vedanuj commented Nov 30, 2020

Thanks for fixing this!

Copy link
Contributor

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

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
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