- Feb 25, 2021
-
-
ZhangShilong authored
* rpn head refactor * guided anchor * add deprecate warning * add more warning for set ori augs * fix unitest * change base * cascade rpn * cornernet and centri * grid frcnn ok * ga anchor ok * legacy ok * pisa ok * tridnet ok * fix tutorals * use ConfigDict
-
Jerry Jiarui XU authored
-
Wenwei Zhang authored
* Add type of runner in configs * fix missing config
-
- Feb 24, 2021
-
-
jingege315 authored
* use isinstance method to get loading pipeline * Fix isinstance error * Add unit test * Fix lint * Fix lint Co-authored-by:
hhaAndroid <1286304229@qq.com>
-
- Feb 21, 2021
-
-
lml131 authored
* add mmcv.jit * only use derivate and coderize * fix for isort * small modify for decorator order
-
Haian Huang(深度眸) authored
* Add result_analysis docs * Update docs
-
Kai Chen authored
* add chinese version readme * fix the language link
-
- Feb 20, 2021
-
-
Haian Huang(深度眸) authored
-
- Feb 19, 2021
-
-
Jon Crall authored
* Add doctest examples to mask structures * Add doctests examples to mask_target * Expanded docs and added examples to loss and get_seg_masks in FCNMaskHead * Add doctest and update docs of mask_cross_entropy * Modifications based on review comments * Fixed boxes to be inside the target image * Fixed doc in cross entropy loss * moved from after import * Added tenative scale_factor and rescale docs * Moved ensure_rng to top level utils * Added random classmethods to BitmapBoxes and Polygons * update docstring of get_seg_masks() * use height / width instead of H, W * Better scale_factor rescale docs * fix linting errors to pass CI Co-authored-by:
Kai Chen <chenkaidev@gmail.com>
-
Cao Yuhang authored
* support convert voc to cocoformat json * modify according to comments
-
- Feb 18, 2021
-
-
Cao Yuhang authored
* sup customize runner * fix typo * use build runner * minor fix * modify according to comments * add an assertion * swap order * fix tutorial
-
- Feb 17, 2021
-
-
Wenwei Zhang authored
* avoid crash in empty gt training of GFL * real fix of the bug
-
ZhangShilong authored
* fix modify args * add comments
-
Yimian Dai authored
spelling correction, 'ballon' -> 'balloon'
-
- Feb 16, 2021
-
-
Wenwei Zhang authored
-
- Feb 10, 2021
-
-
jingege315 authored
-
Haian Huang(深度眸) authored
* Fix unittest * Add COCO-Stuff docs * Remove spaces
-
- Feb 09, 2021
-
-
Wenwei Zhang authored
* clean deprecated fp16 api * clean fp16 import in core
-
- Feb 08, 2021
-
-
Haian Huang(深度眸) authored
* Add paper conference link and mmcv install docs * Update contributing
-
ZhangShilong authored
* add bn buffer sync in eval_hook * fix docstr * add a comment for modification
-
Haian Huang(深度眸) authored
* Create gif for demo * Add install tips
-
- Feb 07, 2021
-
-
ZhangShilong authored
* add a abvious import * add a assert for CLASSES in XMLDataset * change to get * add voc tiny dataset * add tiny voc * add voc init test * change to smalle iamge * add xmlsubclass check * add smaller image * add comment for assert
-
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
-
Haian Huang(深度眸) authored
* Support gather model metrics * Add max_keep_ckpts param * Reuse get_final_results * Add config name to display * Optimize printing info and fix comment * Add metric dump and fix comment
-
- Feb 05, 2021
-
-
Zhang Zhenyu authored
pls use `iou_thrs` instead of `iou_thr`
-
Haian Huang(深度眸) authored
* Update inference and add unit test * Fix lint * Fix abnormal resource usage * Update unit test
-
David Andersen authored
* feat(api): allow batches in inference API * fix(code): remove debugging printf
-
CescMessi authored
Comment the first line of meta_info['config'] to avoid syntax error
-
- Feb 01, 2021
-
-
ZhangShilong authored
-
Wenwei Zhang authored
* bump to v2.9.0 * update
-
- Jan 29, 2021
-
-
ZhangShilong authored
* add a guidance for benchmark speed * add training time guidance * fix typos * fix url * fix type
-
Thang Vu authored
* fix num_classes and minor * update converted models
-
- Jan 28, 2021
-
-
Thang Vu authored
Code for AAAI 2021 paper. "SCNet: Training Inference Sample Consistency for Instance Segmentation" (#4356) * add scnet * add more configs and minors * fix unittest for scnet * update docstring * add forward test for htc and scnet * fix build on pytorch 1.3 for empty tensor * update doc string and minor refactor * update unit-test and use inheritance for SCNet heads * support scnet tta * minor * update readme * minor fixes
-
Qiaofei Li authored
* fix #4181, invalid link in readme for maskrcnn cityscapes * undo * add config for paa_r50_fpn_mstrain_3x_coco.py * reformat for CI building * add config paa_r101_fpn_mstrain_3x_coco.py * add r50 and r101 multiscale training 3x performance * add pretrained model link
-
- Jan 27, 2021
-
-
Thang Vu authored
-
ZhangShilong authored
* add CompatibleCheckHook * check val * add docstr * move hook to default runtime * add unitest * fix a typo * fix unitest * update docs * add check for CLASSES is None * fix doc
-
Haian Huang(深度眸) authored
* Categorize tools * Update docs * Rename tools * Tool organization
-
Chrisfsj2051 authored
* Update README.md * Update README.md Co-authored-by:
Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>
-
Haian Huang(深度眸) authored
* Update docs * Remove spaces * Update docs * Delete mirror link
-
Cao Yuhang authored
* use reduce pos and denorm * add cfg * fix cfg * fix pt1.6 * update link * clean * add legacy cfg * clean cfg * update readme * fix zero pos * update url
-