- 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
-
congee authored
* modify the count way of ckpts * remove config statistics
-
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
-
Qiaofei Li authored
* 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
-
Haian Huang(深度眸) authored
* FPN deprecated warning * FPN deprecated warning * Update pretrain model url * Fix pretrain model base url * Add specific class pre-trained models * Fix isort error * Update doc description * Update model url * Rename config * Rename config
-
- Dec 21, 2020
-
-
Jerry Jiarui XU authored
* Fixed CI temporarily * fixed torchvison * fixed mmcv * delete 1.4.0+cpu
-
- Dec 15, 2020
-
-
Qiaofei Li authored
* fix #4232, fix img_norm in hrnet when using fcos detector * fix inherit in fcos_hrnetv2p_w32_gn-head_4x4_1x_coco.py * re-benchmark all hrnet-based fcos models using fixes img_norm, and achieving higher performance
-
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
-