We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in do_test.py line 167
def transform_test_data_scalecano(rgb, intrinsic, data_basic): ... canonical_space = data_basic['canonical_space'] forward_size = data_basic.crop_size
Makes little sense that both subscript notation and dot notation are used on the same variable....
The text was updated successfully, but these errors were encountered:
in do_test.py line 167 def transform_test_data_scalecano(rgb, intrinsic, data_basic): ... canonical_space = data_basic['canonical_space'] forward_size = data_basic.crop_size Makes little sense that both subscript notation and dot notation are used on the same variable....
Well, this project involves many cooperators.... So just let it go if it runs successfully.
Sorry, something went wrong.
No branches or pull requests
in do_test.py line 167
Makes little sense that both subscript notation and dot notation are used on the same variable....
The text was updated successfully, but these errors were encountered: