- Apr 02, 2021
-
-
Yuxin Wu authored
Co-authored-by:
Yuxin Wu <ppwwyyxx@users.noreply.github.com>
-
- Mar 31, 2021
-
-
Ye Liu authored
-
- Mar 30, 2021
-
-
lizz authored
* Fix some typos Signed-off-by:
lizz <lizz@sensetime.com> * More Signed-off-by:
lizz <lizz@sensetime.com> * More Signed-off-by:
lizz <lizz@sensetime.com> * More Signed-off-by:
lizz <lizz@sensetime.com>
-
HikariTJU authored
* add Localization Distillation for Object Detection https://arxiv.org/abs/2102.12252 * fix lint * fix lint * fix lint * fix lint * fix lint * fix config * add kd detector * edit loss name * overide setattr but failed * move init_detector into init * seperate ld and gfocal, fix unused param error * small fix * small fix * add test, reload magic function, create kd_loss.py * del teacher model warnings * fix reference * add ignored bbox test fix docstring * small fix * docstring fix * change names * fix * fix * fix test * fix import * fix * docstring fix * fix * retest * add test * docstring fix
-
- Mar 29, 2021
-
-
Haian Huang(深度眸) authored
* Update doc * Update docs * Update docs * Update 1_exist_data_model.md Co-authored-by:
Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>
-
- Mar 26, 2021
-
-
David de la Iglesia Castro authored
* Add mmdet_handler * Add mmdet2torchserve * Move serve to docker folder
-
tczhao authored
-
- Mar 25, 2021
-
-
fcakyon authored
* add area name grouped map bar plots * update function name, add comments, fix typo * make all changes optional, add adjustable area region support, add area stat plots * clean unnecessary comma
-
David de la Iglesia Castro authored
* Remove LoadImage * Add deprecation warning
-
Haian Huang(深度眸) authored
* Support faster rcnn * Fix Lint * Add docstr * Fix docstr * Update docstr * Update code * Update docstr
-
- Mar 24, 2021
-
-
Haian Huang(深度眸) authored
* Update mmcv_maximum_version * Update doc
-
- Mar 23, 2021
-
-
Haian Huang(深度眸) authored
-
- Mar 22, 2021
-
-
Haian Huang(深度眸) authored
* Add check for ann_ids not unique * Update * Rename variable and add comments
-
Shoufa Chen authored
similar warning: https://github.com/open-mmlab/mmdetection/pull/2602
-
- Mar 19, 2021
-
-
Chrisfsj2051 authored
* upd * Update tridentnet_r50_caffe_1x_coco.py * reformat * Update tridentnet_r50_caffe_1x_coco.py * Update trident_roi_head.py * update
-
- Mar 16, 2021
-
-
gtw04 authored
* Correct docstring data type * Correct line < 80 Co-authored-by:
sjhong310 <sjhong310@contec.kr>
-
- Mar 15, 2021
-
-
QingChuanWS authored
* add onnx unit test * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * reset retinanet and yolo head and neck unit test * rename the function * add annotation * update function structure * remove _get_bboxes_single() unit test case * add comments * fix onnx deploy bug in anchor_head.py * replace os.open to mmcv.load
-
Ye Liu authored
-
Qi He authored
remove redundent description. img_meta (dict) repeated twice in line 195 and line 198.
-
- Mar 12, 2021
-
-
Haian Huang(深度眸) authored
[Refactor]: Support batch inference traceable by ONNX in SSD, YOLOv3, FSAF, RetinaNet, and FCOS (#4699) * Support batch infer in RetinaNet * Suport batch multiclass_nms * Revert multiclass_nms * Fix api deprecated warning * do not repeat anchors * Move img_shapes * Update Yolov3 * Support FCOS * Support RPN * Fix RPN topk_inds error * make batch exportable to onnx for yolohead * make fcos_head exportable to onnx with batch dim * Support ATSS * Support CornerNet and centripetalNet * Update RetinaNet and delta_xywh * Remove ugly code * Remove ugly code of FCOS * Remove ugly code of ATSS/YOLOV3 * Support RPN and revert bbox_head * expand anchors to batch and remove BG class when use deploy_nms_pre * Update * Use dim=-1 instead of dim=2 * Rename anchor_head method * Keep the original format output when nms is not use * Rename method and unified code style * Fix paa_head and unittest * Fix FASF onnx export error * Fix error * fix single stage img_shapes for onnx * move conf_thr * fix rpn_head for onnx * Add distance2bbox unittest * Remove TODO * Fix RPN * Update docstrs Co-authored-by:
maningsheng <maningsheng@sensetime.com>
-
Haian Huang(深度眸) authored
* Fix RPN show_result error * Remove EmbeddingRPN show_result * Add docstr
-
- Mar 10, 2021
-
-
Haian Huang(深度眸) authored
* Add FAQ * Update docs
-
Haian Huang(深度眸) authored
* Update error_analysis docs * Add the model download link * Update error_analysis docs
-
- Mar 09, 2021
-
-
tangyanf authored
* add dynamic shape support for two_stage func * update code * update code * update code
-
Haian Huang(深度眸) authored
-
Haian Huang(深度眸) authored
-
- Mar 08, 2021
-
-
Haian Huang(深度眸) authored
* bbox coder support batch infer * Add unit test * get img_shape as tensor in single_stage * Fix max_shape * Update docs and unittest Co-authored-by:
maningsheng <maningsheng@sensetime.com>
-
- Mar 05, 2021
-
-
RunningLeon authored
-
jingege315 authored
-
Mingqiang Ning authored
fix a typo in useful_tool.md
-
tangyanf authored
* modify get_bboes() to export onnx model which support dynamic input shape * update code * update code * update code * update code * update code * update code * update code * update code * update code * update code
-
- Mar 03, 2021
-
-
RunningLeon authored
* make anchor_generator exportable to ONNX * make k of topk dynamic for onnx * rename nms_pre_t -> nms_pre_tensor
-
Haian Huang(深度眸) authored
-
- Mar 02, 2021
-
-
Wenwei Zhang authored
* bump to v2.10.0 * update other docs * resolve comments * resolve comments
-
Haian Huang(深度眸) authored
* Deprecated warning and fix 'meta' error * Fix comment * Deprecated font_scale
-
- Mar 01, 2021
-
-
Haian Huang(深度眸) authored
-
- Feb 26, 2021
-
-
RunningLeon authored
* Ignore nonzero and add dummy data in multiclass_nms for deployment with TensorRT * reduce number of bboxes by nms_pre_deploy in anchor_head * reduce number of bboxes by nms_pre_deploy in fcos_head * add onnx2tensorrt and its doc * add nms_pre_deploy in yolo_head * change sort to topk in rpn_head * skip nonzero in single_level_roi_extractor * update onnx2tensorrt and its doc * move onnx2tensorrt * update onnx2tensorrt doc * change nms_pre_deploy to deploy_nms_pre * update doc and change deploy_nms_pre format
-
Cao Yuhang authored
* add cfg * add cfg * fix typo * fix pad * fix test pad * add readme * modify by comments * fix typo
-
Kai Chen authored
-
- Feb 25, 2021
-
-
Steven Gao authored
* Demo with cv2.VideoCapture Signed-off-by:
steven0129 <h3584935@gmail.com> * Add video demo and docs * Use ProgressBar * add demo.mp4 and docs * Use mmcv.VideoReader * Use track_iter_progress Co-authored-by:
hhaAndroid <1286304229@qq.com>
-