-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Just for resolve conflicts. DO NOT REMOVE DRAFT STATUS! #1583
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…_from_albumentations with batch of bboxes in numpy operations.
2. added implementation of bboxes_flip, bboxes_vflip, bboxes_hflip and bboxes_transpose in numpy operation.
…bboxes operations.
…, VerticalFlip, HorizontalFlip, Flip's apply_to_bbox to numpy operations.
2. update ShiftScaleRotate apply_to_bboxes method.
2. add bboxes_transpose implementation.
…d normalize_bboxes_np. 2. add test cases for test_bboxes_flip, test_crop_bboxes_by_coords, test_bboxes_center_crop, test_bboxes_crop, test_bboxes_random_crop. 3. Add methods in benchmark_bbox.py.
2. optimize some array operation.
2. store label field data into label_buffer.
2. add imgaug bounding boxes augmentation benchmark.
2. add filter_label method in DataProcessor. 3. change filter_keypoints and filter_bboxes return value to a resulting data and the filtered indices.
2. decorate functional bboxes transformation with ensure_and_convert_bboxes
2. reformat parametrize arguments format.
…` if the input is not a np.ndarray or InteralType.
…lType and KeypointsInternalType.
…onvert_to_original_type` methods. 2. change `convert_to_albumentations` and `convert_from_albumentations` input/output's type hint to `InternalDtype`.
…eypointsInternalType default array value.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.