mmcv/tests/test_ops
liukuikun 7156604eba
[Feature] Add BezierAlign CUDA op (#2393)
* bezier align

* add ut

* fix comment

* updata ut

* fix link and comment

* fix comment
2023-01-10 17:05:39 +08:00
..
output.pkl [Features] Add stack ball query and stack group points ops (#2292) 2022-10-28 00:42:10 +08:00
test_active_rotated_filter.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_assign_score_withk.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_ball_query.py [Features] Add stack ball query and stack group points ops (#2292) 2022-10-28 00:42:10 +08:00
test_bbox.py Pick commits from master (#2164) 2022-08-03 14:11:53 +08:00
test_bezier_align.py [Feature] Add BezierAlign CUDA op (#2393) 2023-01-10 17:05:39 +08:00
test_bilinear_grid_sample.py Add pyupgrade pre-commit hook (#1937) 2022-05-18 11:47:14 +08:00
test_border_align.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_box_iou_quadri.py [Feature] Add box_iou_quadri & nms_quadri (#2277) 2022-10-13 17:26:14 +08:00
test_box_iou_rotated.py Add pyupgrade pre-commit hook (#1937) 2022-05-18 11:47:14 +08:00
test_carafe.py [Feature] Add carafe op for MLU (#2212) 2022-08-28 17:54:20 +08:00
test_cc_attention.py Add pyupgrade pre-commit hook (#1937) 2022-05-18 11:47:14 +08:00
test_chamfer_distance.py [Feature] Add ChamferDistance op in gpu (#1933) 2022-06-08 18:12:57 +08:00
test_contour_expand.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_convex_iou.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_corner_pool.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_correlation.py
test_deform_conv.py [Refactor] Modify the importing path due to mmengine changes (#2224) 2022-08-24 19:48:10 +08:00
test_deform_roi_pool.py [Feature] Support DeformRoiPool with cambricon MLU backend (#2137) 2022-10-22 13:39:50 +08:00
test_diff_iou_rotated.py [Enhance] Differentiable rotated IoU (#1854) 2022-04-15 15:40:07 +08:00
test_focal_loss.py Add pyupgrade pre-commit hook (#1937) 2022-05-18 11:47:14 +08:00
test_furthest_point_sample.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_fused_bias_leakyrelu.py Add pyupgrade pre-commit hook (#1937) 2022-05-18 11:47:14 +08:00
test_gather_points.py Update unittest for mmdet3d ops (#1811) 2022-03-18 12:52:55 +08:00
test_group_points.py [Fix] Create Tensor with new_* method to support amp (#2389) 2022-11-23 16:57:35 +08:00
test_info.py Add pyupgrade pre-commit hook (#1937) 2022-05-18 11:47:14 +08:00
test_iou3d.py [Feature] Support Iou3d with cambricon MLU backend (#2339) 2022-11-23 16:57:35 +08:00
test_knn.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_masked_conv2d.py [Feature] Support MaskedConv2d with cambricon MLU backend (#2202) 2022-08-28 17:54:20 +08:00
test_merge_cells.py [Enhancement] Lower the restrictions of _resize method in BaseMergeCell (#1959) 2022-05-20 15:13:13 +08:00
test_min_area_polygons.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_modulated_deform_conv.py [Refactor] Modify the importing path due to mmengine changes (#2224) 2022-08-24 19:48:10 +08:00
test_ms_deformable_attn.py [Enhancement] Support value_proj_ratio in MultiScaleDeformableAttention (#2452) 2022-12-11 17:48:21 +08:00
test_nms.py Remove fileio from mmcv and use mmengine.fileio instead (#2179) 2022-08-16 13:37:19 +08:00
test_nms_quadri.py [Feature] Add box_iou_quadri & nms_quadri (#2277) 2022-10-13 17:26:14 +08:00
test_nms_rotated.py [Fix] Fix batched_nms for rotated box and add type hints for nms.py (#2006) 2022-06-10 19:49:07 +08:00
test_onnx.py Remove onnx (#2295) 2022-10-21 15:35:07 +08:00
test_pixel_group.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_points_in_polygons.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_prroi_pool.py [Feature] Support PrRoI op for Parrots (#2280) 2022-10-22 13:39:50 +08:00
test_psa_mask.py [Feature] Support PSAMask with cambricon MLU backend (#2024) 2022-06-08 16:13:13 +08:00
test_riroi_align_rotated.py [Fix] Fix parrots unit tests (#1913) 2022-05-09 16:59:32 +08:00
test_roi_align.py [Refactor] Move is_mlu_available to mmcv/utils/device_type.py (#1884) 2022-04-17 00:15:35 +08:00
test_roi_align_rotated.py [Feature] Support RoiAlignRotated with cambricon MLU backend (#2033) 2022-06-08 14:13:28 +08:00
test_roi_pool.py [Feature] Support RoiPool with Cambricon MLU backend (#2073) 2022-06-29 11:24:00 +08:00
test_roiaware_pool3d.py [Feature] Support RoIAwarePool3d with cambricon MLU backend (#2359) 2022-11-23 16:57:35 +08:00
test_roipoint_pool3d.py [Feature] Support RoipointPool3d with cambricon MLU backend (#2247) 2022-10-22 13:39:50 +08:00
test_rotated_feature_align.py [Fix] Skip CPU test in test_rotated_feature_align.py for parrots (#1968) 2022-05-20 17:04:58 +08:00
test_saconv.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_scatter_points.py [Fix] Fix parrots unit tests (#1913) 2022-05-09 16:59:32 +08:00
test_spconv.py [Fix] Fix parrots unit tests (#1913) 2022-05-09 16:59:32 +08:00
test_syncbn.py Add pyupgrade pre-commit hook (#1937) 2022-05-18 11:47:14 +08:00
test_three_interpolate.py [Fix] Create Tensor with new_* method to support amp (#2389) 2022-11-23 16:57:35 +08:00
test_three_nn.py [Fix] Fix three nn op can not accept half tensor (#2348) 2022-11-23 16:57:35 +08:00
test_tin_shift.py [Refactor] Move is_mlu_available to mmcv/utils/device_type.py (#1884) 2022-04-17 00:15:35 +08:00
test_upfirdn2d.py Add pyupgrade pre-commit hook (#1937) 2022-05-18 11:47:14 +08:00
test_voxelization.py Add pyupgrade pre-commit hook (#1937) 2022-05-18 11:47:14 +08:00