mirror of https://github.com/open-mmlab/mmcv.git
* Add score_threshold and max_num to NMS * Fix codestyle * Fix codestyle * Fix inds in nms * Update nms docstring * Move score_threshold and max_num arguments * Fix args order in docstring * fix lint of c++ file * Remove torch.onnx.is_in_onnx_export() and add max_num to batched_nms for separate classes. * Rewrote max_num handling in NMSop.symbolic * Added processing max_output_boxes_per_class when exporting to TensorRT * Added score_threshold and max_num for NMS in test_onnx.py and test_tensorrt.py * Remove _is_value(max_num) * fix ci errors with torch==1.3.1 * Update test_batched_nms in test_nms.py * Added tests for preprocess_onnx * Moved 'test_tensorrt_preprocess.py' and 'preprocess', updated 'remove_tmp_file'. * Update mmcv/tensorrt/__init__.py * Fix segfault torch==1.3.1 (remove onnx.checker.check_model) * Returned 'onnx.checker.check_model' with torch version check * Changed torch version from 1.3.1 to 1.4.0 * update version check * remove check for onnx Co-authored-by: maningsheng <maningsheng@sensetime.com> |
||
---|---|---|
.. | ||
test_bbox.py | ||
test_border_align.py | ||
test_box_iou_rotated.py | ||
test_carafe.py | ||
test_cc_attention.py | ||
test_contour_expand.py | ||
test_corner_pool.py | ||
test_deform_conv.py | ||
test_deform_roi_pool.py | ||
test_focal_loss.py | ||
test_fused_bias_leakyrelu.py | ||
test_info.py | ||
test_masked_conv2d.py | ||
test_merge_cells.py | ||
test_modulated_deform_conv.py | ||
test_ms_deformable_attn.py | ||
test_nms.py | ||
test_nms_rotated.py | ||
test_onnx.py | ||
test_pixel_group.py | ||
test_psa_mask.py | ||
test_roi_align.py | ||
test_roi_align_rotated.py | ||
test_roi_pool.py | ||
test_saconv.py | ||
test_syncbn.py | ||
test_tensorrt.py | ||
test_tensorrt_preprocess.py | ||
test_tin_shift.py | ||
test_upfirdn2d.py |