- Jan 21, 2021
-
-
Haian Huang(深度眸) authored
* Fix tag * Fix DCN tag * Update tag
-
- 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
-
Haian Huang(深度眸) authored
* Update documentation about the modification of train_cfg/test_cfg * Fix docs str * Add docs str * Add docs str
-
- Jan 19, 2021
-
-
Wang Xinjiang authored
-
Luting Wang authored
-
- Jan 18, 2021
-
-
Jerry Jiarui XU authored
* Move train_cfg/test_cfg into model * fixed fsaf * fixed missing
-
Qiaofei Li authored
* fix #4181, invalid link in readme for maskrcnn cityscapes * undo * add more detailed docstring for `reg_decoded_bbox` in related bbox heads * reformat * reformat
-
- Jan 14, 2021
-
-
congee authored
* update stat to classify papers * modify tag of fp16
-
- Jan 13, 2021
-
-
Haian Huang(深度眸) authored
-
Cao Yuhang authored
* support multi ious eval * fix type
-
Haian Huang(深度眸) authored
* FPN deprecated warning * FPN deprecated warning * Support DefaultFormatBundle in image_demo * Fix Multi-Scale error, ref: https://github.com/open-mmlab/mmsegmentation/pull/276 * Rename variable name
-
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
-
Qiaofei Li authored
* fix #4181, invalid link in readme for maskrcnn cityscapes * undo * Update customize_dataset.md * Update config modification setting * add doc for checking annotations of the new customized dataset * reformat * re-add docs for customized dataset * Update customize_dataset.md * use a cascase maskrcnn model as example to replace retinanet * reformat * reformat
-
- Jan 12, 2021
-
-
kazet authored
It did not contain the checkpoint download step.
-
ZhangShilong authored
* fix issues 4021 * fix issues 4372 * clean comma * fix according to commet
-
Haian Huang(深度眸) authored
-
- Jan 11, 2021
-
-
Haian Huang(深度眸) authored
* Add batch inference docs * Update batch inference docs * Update docs
-
Haian Huang(深度眸) authored
-
- Jan 10, 2021
-
-
Haian Huang(深度眸) authored
-
Kai Chen authored
-
- Jan 09, 2021
-
-
Haian Huang(深度眸) authored
-
Haian Huang(深度眸) authored
* Add cpu compatibility info * Add table about not support CPU only model info * Update docs about not support CPU only model info
-
Qiaofei Li authored
* fix #4181, invalid link in readme for maskrcnn cityscapes * undo * re-organize tutorial for exist_data_new_model * reformat * reformat * remove unnecessary
-
- Jan 06, 2021
-
-
congee authored
-
- Jan 04, 2021
-
-
Jerry Jiarui XU authored
-
- Jan 03, 2021
-
-
Wenwei Zhang authored
* update tridentnet model links * fix log postfix
-
- Jan 02, 2021
-
-
Wenwei Zhang authored
* fix typo in doc * update register * also resolve #4334
-
- Dec 29, 2020
-
-
Haian Huang(深度眸) authored
* FPN deprecated warning * FPN deprecated warning * fix scale_factor is not same type as det_bboxes error * Update model url from aws to aliyun * Delete unnecessary changes * update url * add url link * Test program * Revert changes * Update MMDet tutorial url
-
Haian Huang(深度眸) authored
* FPN deprecated warning * FPN deprecated warning * Fix show_result error
-
Haian Huang(深度眸) authored
* FPN deprecated warning * FPN deprecated warning * Fix scale_factor is not same type as det_bboxes error
-
Yosuke Shinya authored
-
- Dec 28, 2020
-
-
Yosuke Shinya authored
-
Jiangmiao Pang authored
-
- Dec 24, 2020
-
-
Haian Huang(深度眸) authored
* FPN deprecated warning * FPN deprecated warning * Delete mmdet.ops because it has been moved to mmcv
-
- Dec 23, 2020
-
-
kellenf authored
* add focal_loss in hungarian_assigner.py * update hungarian_assigner.py * update detr config * update doc and codes * fix unitest * fix unitest * modify code format * update docstring * fix unitest * fix name * fix docformat * fix docformat * fix format Co-authored-by:
fangkairen <fangkairen@sensetime.com>
-
Thang Vu authored
* Code for Cascade RPN - NeurIPS 2019 * using mmdet2 apis * update mmdet2 coords and minor fixes * fix format * update configs * fix simple test * update fast rcnn config * minor fixes * update docstring * update readme * update doc string * minor fixes * standard adaptive interface * update agrs docs Co-authored-by:
Cao Yuhang <yhcao6@gmail.com>
-
Haian Huang(深度眸) authored
* FPN deprecated warning * FPN deprecated warning * Fix empirical attention with resNext backbone error(#4228) * Fix empirical attention in resnext backbone error * Add test ResNeXt Bottleneck forward with plugins
-
Wenwei Zhang authored
* add FAQ doc in error-report * resolve lint error
-
- Dec 22, 2020
-
-
Qiaofei Li authored
* fix #4181, invalid link in readme for maskrcnn cityscapes * undo * get the last epoch from config * read eval metrics from the config key * read the latest log from multiple logs * use lower case of RESULTS_LUT * handle evaluation key with VOC dataset case * toy * move the position of scipy import * move the position of scipy import * fix invalid link of config in faster_rcnn
-