- Dec 27, 2021
- Dec 02, 2021
-
-
wanggh authored
-
- Nov 30, 2021
-
-
Guo-Hua Wang authored
-
Guo-Hua Wang authored
-
- Nov 29, 2021
-
-
Guo-Hua Wang authored
-
Guo-Hua Wang authored
-
- Nov 22, 2021
-
-
Guo-Hua Wang authored
-
- Nov 19, 2021
-
-
Guo-Hua Wang authored
-
wanggh authored
-
- Nov 17, 2021
-
-
Guo-Hua Wang authored
-
- Apr 12, 2021
-
-
agim-a authored
- check for CLASSES in checkpoint meta when key meta does not exists
-
- 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>
-
- Mar 26, 2021
-
-
David de la Iglesia Castro authored
* Add mmdet_handler * Add mmdet2torchserve * Move serve to docker folder
-
- 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
-
- Mar 05, 2021
-
-
jingege315 authored
-
- Mar 02, 2021
-
-
Haian Huang(深度眸) authored
* Deprecated warning and fix 'meta' error * Fix comment * Deprecated font_scale
-
- 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
-
- Feb 19, 2021
-
-
Cao Yuhang authored
* support convert voc to cocoformat json * modify according to comments
-
- Feb 10, 2021
-
-
jingege315 authored
-
- Feb 07, 2021
-
-
Haian Huang(深度眸) authored
* Support get plt frame data * Add grayscale image unittest and fix comment * Clean empty line and fix comment * Add unit test and fix comment
-
- Feb 05, 2021
-
-
CescMessi authored
Comment the first line of meta_info['config'] to avoid syntax error
-
- Jan 27, 2021
-
-
Haian Huang(深度眸) authored
* Categorize tools * Update docs * Rename tools * Tool organization
-
- Jan 26, 2021
-
-
RunningLeon authored
* add onnx simplify option * resolve comments * add warnings
-
- Jan 20, 2021
-
-
Haian Huang(深度眸) authored
* New Add ResultEvaluate * Update ResultVisualizer * Delete debug code * Add Loading related pipeline * 1.Move retrieve_loading_pipeline to dataset.util 2.Support display GT mask 3.Support display GT mask and det mask for visualize fn * Use gt_mask.to_ndarray() * Refactor analyze_results.py * Fix docs str * Logger is silent and add progressBar * Fix lint * Fix docs str and other comment * Fix docs str * Fix docs str * Fix docs str and add unit test for mask2ndarray
-
- Jan 19, 2021
-
-
Wang Xinjiang authored
-
- Jan 18, 2021
-
-
Jerry Jiarui XU authored
* Move train_cfg/test_cfg into model * fixed fsaf * fixed missing
-
- Jan 13, 2021
-
-
Haian Huang(深度眸) authored
* FPN deprecated warning * FPN deprecated warning * Replace imshow_det_bboxes visualization backend * Add bbox_vis unit tests * Encapsulate color_val_matplotlib function * Add fun input parameters * Deprecate block * Add mask display in image * Putting the text inner left corner the bbox * Add a filling color for text regions. * Update color docs * Fix color docs * Update color docs and Fix default param
-
- Dec 22, 2020
-
-
Wang Xinjiang authored
* Add docstring for train.py/test.py/eval_metric.py * Add docstring in the document * Update docstring in the document * Update docstring
-
- Dec 15, 2020
-
-
RunningLeon authored
* [doc]: add doc for pytorch2onnx * [doc]: remove blank lines * resolve format of doc * refact doc for pytorch2onnx * add space * add to index.rst
-
- Nov 26, 2020
-
-
Jerry Jiarui XU authored
* [Feature] Add best ckp hook * update docstring * Fixed evaluate * make key_indicator default None * add test, and OrderDict * add test fot best checkpoint hook * delete comments * add more info * fixed eval metric * remove key_indicator * update doc * fixed test.py/eval_metric.py * fixed dist * compatible with mmcv * more test * revert voc0712
-
- Nov 24, 2020
-
-
RunningLeon authored
* Modify to export to ONNX * Modify to support new_tensor, new_full when exporting to onnx * Replace grid_sample with resize for exporting to onnx * Add verify of mask result * Verify all outputs between pytorch and onnx * Avoid runtime split error for mask-rcnn * Remove unnecessary change in bbox2roi
-
- Nov 23, 2020
-
-
Qiaofei Li authored
-
- Oct 30, 2020
-
-
Wenwei Zhang authored
* add rpn upgrade scripts for v2.5.0 compatibility * rephrase docs
-
- Oct 29, 2020
-
-
David de la Iglesia Castro authored
-
- Oct 28, 2020
-
-
David de la Iglesia Castro authored
* Use mmdet.apis * Add show_dir and show_score_thr args * pre-commit * Save each corruption in separate folder * Save each corruption in separate folder
-
- Oct 13, 2020
-
-
Ryan Li authored
* edit mmdet.core.export docstring * update doctest * fix small bugs
-
- Oct 12, 2020
-
-
Ryan Li authored
* added `generate_inputs_and_wrap_model` function for pytorch2onnx * undo debugging changes * added model.cpu().eval() * refactored onnx * fix verify * move `generate_inputs_and_wrap_model` into mmdet.core.export * use `generate_inputs_and_wrap_model` in tools/pytorch2onnx.py
-
- Sep 30, 2020
-
-
yuzhj authored
* fix rpn transforming bug in two_stage
-
- Sep 24, 2020
-
-
Ryan Li authored
* fix bc break of mmdet.core.fp16, refactor import of wrap_fp16_model * changed warning method * added docstring for Depr_Fp16OptimizerHook * docformatter * fix docstring * changed names from depr to deprecated
-