mmcv/tests/test_ops
Wenhao Wu 09b64a60b0
[Fix] Fix bugs in DynamicScatter op (#1748)
* Fix bugs in DynamicScatter op

* recover unittest

* add a comment as a reminder

* compatible to torch with lower version
2022-03-07 21:02:38 +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 Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_bbox.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_bilinear_grid_sample.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_border_align.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_box_iou_rotated.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_carafe.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_cc_attention.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +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 [Fix] Fix the unit test of correlation op (#1659) 2022-01-13 14:27:50 +08:00
test_deform_conv.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_deform_roi_pool.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_focal_loss.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +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 copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_gather_points.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_group_points.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_info.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_iou3d.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_knn.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_masked_conv2d.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_merge_cells.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +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 Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_ms_deformable_attn.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_nms.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_nms_rotated.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_onnx.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +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_psa_mask.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_riroi_align_rotated.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_roi_align.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_roi_align_rotated.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_roi_pool.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_roiaware_pool3d.py [Feature] Add roiaware pool3d ops from mmdet3d (#1382) 2021-10-21 20:00:04 +08:00
test_roipoint_pool3d.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_rotated_feature_align.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +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 bugs in DynamicScatter op (#1748) 2022-03-07 21:02:38 +08:00
test_spconv.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_syncbn.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_tensorrt.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_tensorrt_preprocess.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_three_interpolate.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_three_nn.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_tin_shift.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_upfirdn2d.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00
test_voxelization.py Add copyright pre-commit-hook (#1742) 2022-02-24 09:24:25 +08:00