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
The code that implemented data augmentation by mirroring in the old project follow for inspiration
mirror = bool(random.getrandbits(1)) augment_data and mirror: np.array(frames_cropped)[..., ::-1] np.array(frames_full)[..., ::-1] np.array(frame_single)[..., ::-1] np.array(frame_gt_cropped)[..., ::-1] np.array(frame_gt_frame)[..., ::-1]
The text was updated successfully, but these errors were encountered:
Solved by @DavideA in 8ca9ce2 and 59b8587
Sorry, something went wrong.
No branches or pull requests
The code that implemented data augmentation by mirroring in the old project follow for inspiration
The text was updated successfully, but these errors were encountered: