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
I found the code like:
Paddle3D/paddle3d/transforms/target_generator.py
Lines 278 to 280 in 3259dab
rot_y
-1
if rot_y < 0: rot_y = -np.pi - rot_y else: rot_y = np.pi - rot_y
Is it correct or I'm missing something?
The text was updated successfully, but these errors were encountered:
wangna11BD
No branches or pull requests
I found the code like:
Paddle3D/paddle3d/transforms/target_generator.py
Lines 278 to 280 in 3259dab
Why the
rot_y
multply by-1
after horizontal flipping augumentation?I feel the
rot_y
should be:Is it correct or I'm missing something?
The text was updated successfully, but these errors were encountered: