.. |
test_active_rotated_filter.py
|
[Feature] Add active rotated filter op for rotated detection. (#1598)
|
2022-01-10 17:35:20 +08:00 |
test_assign_score_withk.py
|
[Feature] Add assign_score_withk op for paconv from mmdet3d (#1357)
|
2021-10-15 13:18:31 +08:00 |
test_ball_query.py
|
[Feature] Add ballquery op from mmdet3d (#1332)
|
2021-09-23 21:08:00 +08:00 |
test_bbox.py
|
Misc updates regarding Windows and unittests (#586)
|
2020-10-28 16:23:19 +08:00 |
test_bilinear_grid_sample.py
|
[Fix] Fix some warnings in unittest (#1522)
|
2021-12-22 10:57:10 +08:00 |
test_border_align.py
|
Add code spell hook to pre-commit and fix typos (#1384)
|
2021-10-04 20:13:54 +08:00 |
test_box_iou_rotated.py
|
[Enhancement] Add clockwise argument to ops box_iou_rotated and nms_rotated (#1592)
|
2022-01-10 10:57:11 +08:00 |
test_carafe.py
|
…
|
|
test_cc_attention.py
|
Reimplement cc_attention using pure pytorch (#1201)
|
2021-09-09 21:53:45 +08:00 |
test_contour_expand.py
|
Add pixel group and contour expand ops (#993)
|
2021-05-12 10:41:22 +08:00 |
test_convex_iou.py
|
[Feature] Add convex IoU CUDA op for rotated detection. (#1610)
|
2022-01-10 20:43:12 +08:00 |
test_corner_pool.py
|
Migrate op (#392)
|
2020-07-08 17:29:15 +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
|
[Fix] Fix deform conv by adding an extra argument im2col_step (#1459)
|
2021-11-10 19:05:20 +08:00 |
test_deform_roi_pool.py
|
Add new parrots extension implementation for all ops (#794)
|
2021-02-26 19:05:25 +08:00 |
test_focal_loss.py
|
…
|
|
test_furthest_point_sample.py
|
[Feature] Add fps op from mmdet3d (#1337)
|
2021-10-13 20:39:31 +08:00 |
test_fused_bias_leakyrelu.py
|
[Feature]: parrots add parrots/fused_bias & upfirdn2d (#989)
|
2021-04-27 13:49:50 +08:00 |
test_gather_points.py
|
[Feature] Add gather points op from mmdet3d (#1338)
|
2021-10-14 16:58:12 +08:00 |
test_group_points.py
|
[Feature] Add group points ops from mmdet3d (#1415)
|
2021-10-23 14:01:31 +08:00 |
test_info.py
|
…
|
|
test_iou3d.py
|
[Fix] Update test data for test_iou3d (#1427)
|
2021-10-22 21:18:19 +08:00 |
test_knn.py
|
[Feature] Add knn op from mmdet3d (#1354)
|
2021-10-14 13:33:13 +08:00 |
test_masked_conv2d.py
|
…
|
|
test_merge_cells.py
|
Migrate op (#392)
|
2020-07-08 17:29:15 +08:00 |
test_min_area_polygons.py
|
fix bug (#1702)
|
2022-02-09 14:00:12 +08:00 |
test_modulated_deform_conv.py
|
Add DCN and Modulated DCN CPU implementation (#1278)
|
2021-08-29 20:48:31 +08:00 |
test_ms_deformable_attn.py
|
Reduce ms_deformable_attn test memory usage (#1407)
|
2021-10-15 19:49:39 +08:00 |
test_nms.py
|
[Feature]Support skip nms (#1552)
|
2021-12-14 13:18:30 +08:00 |
test_nms_rotated.py
|
[Enhancement] Add clockwise argument to ops box_iou_rotated and nms_rotated (#1592)
|
2022-01-10 10:57:11 +08:00 |
test_onnx.py
|
[Fix] Fix some warnings in unittest (#1522)
|
2021-12-22 10:57:10 +08:00 |
test_pixel_group.py
|
Add pixel group and contour expand ops (#993)
|
2021-05-12 10:41:22 +08:00 |
test_points_in_polygons.py
|
[Feature] Add points_in_polygons CUDA op for rotated detection. (#1600)
|
2021-12-24 10:56:48 +08:00 |
test_psa_mask.py
|
…
|
|
test_riroi_align_rotated.py
|
[Feature] Add RiRoIAlignRotated CUDA op for rotated detection. (#1599)
|
2021-12-24 00:30:34 +08:00 |
test_roi_align.py
|
fix roi_align ci for parrots (#708)
|
2020-12-13 20:01:25 +08:00 |
test_roi_align_rotated.py
|
[Feature]: Add Rotated ROI align op for pytorch (cpu&cuda), parrots (cpu&cuda) and onnxruntime (cpu) (#933)
|
2021-04-19 15:04:01 +08:00 |
test_roi_pool.py
|
…
|
|
test_roiaware_pool3d.py
|
[Feature] Add roiaware pool3d ops from mmdet3d (#1382)
|
2021-10-21 20:00:04 +08:00 |
test_roipoint_pool3d.py
|
[Feature] Add roipoint_pool3d op from mmdet3d (#1358)
|
2021-10-15 17:15:53 +08:00 |
test_rotated_feature_align.py
|
[Feature] Add feature refine CUDA op for rotated detection. (#1603)
|
2021-12-23 17:38:58 +08:00 |
test_saconv.py
|
Add DCN and Modulated DCN CPU implementation (#1278)
|
2021-08-29 20:48:31 +08:00 |
test_scatter_points.py
|
[Feature] Add voxel ops from mmdet3d (#1381)
|
2021-10-21 11:08:11 +08:00 |
test_syncbn.py
|
[Feature]: Support empty tensor in MMSyncBN (#1205)
|
2021-09-23 17:10:38 +08:00 |
test_tensorrt.py
|
[Fix] Fix some warnings in unittest (#1522)
|
2021-12-22 10:57:10 +08:00 |
test_tensorrt_preprocess.py
|
[Feature] NMS update (#957)
|
2021-05-31 23:42:26 +08:00 |
test_three_interpolate.py
|
[Feature] Add interpolate ops from mmdet3d (#1355)
|
2021-10-14 20:51:02 +08:00 |
test_three_nn.py
|
[Feature] Add interpolate ops from mmdet3d (#1355)
|
2021-10-14 20:51:02 +08:00 |
test_tin_shift.py
|
[Fix]: Update test data of test_tin_shift (#1426)
|
2021-11-02 20:50:50 +08:00 |
test_upfirdn2d.py
|
[Feature]: parrots add parrots/fused_bias & upfirdn2d (#989)
|
2021-04-27 13:49:50 +08:00 |
test_voxelization.py
|
[Fix] Fix some warnings in unittest (#1522)
|
2021-12-22 10:57:10 +08:00 |