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

Typo in the download_tool.py file #17

Open
jwkweon opened this issue May 10, 2023 · 0 comments
Open

Typo in the download_tool.py file #17

jwkweon opened this issue May 10, 2023 · 0 comments

Comments

@jwkweon
Copy link

jwkweon commented May 10, 2023

Hi, I have identified a minor typo in the download_tool.py file of the project. The error can be found at line 352, where "set" is mistakenly used instead of "set_".

subsets = [set_ for set_ in ['test10', 'train40', 'smpl_depth', 'pretrained_models'] if set in args.subset]

When executing the code, it produces the following error:
>>> TypeError: 'in <string>' requires string as left operand, not type.

So, I kindly suggest rectifying the typo by replacing "set" with "set_" in the download_tool.py file.

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant