- 14 Oct, 2019 1 commit
-
-
Zhuliang Yao authored
-
- 10 Oct, 2019 1 commit
-
-
Jon Crall authored
-
- 08 Oct, 2019 2 commits
- 07 Oct, 2019 1 commit
-
-
Jon Crall authored
* Doctests for AnchorHead and related code * Fix flake8 error * resolve review on transforms.py * Resolve comments * resolve commend about foreground classes * Add reference about bounding box delta encoding
-
- 03 Oct, 2019 2 commits
- 02 Oct, 2019 3 commits
-
-
Tao Kong authored
* add foveabox support * format * fix * foveabox correct * fix mean and std in config * add foveabox in model zoo * fix work_dir, typo, fovea_target and config issues * add necessary comments * fix yapf issue in C1 check * fix yapf issue in C1 check * rename configs * update model urls and minor fix
-
Jon Crall authored
* Enable doctests in CI with xdoctest * use xdoctest in travis file * Fix doctest warnings * dont test eggs directory * Ensure xdoctest is installed before running CI
-
Jon Crall authored
* Pass device to grid_anchors and valid_flags * fix yapf formatting
-
- 14 Sep, 2019 1 commit
-
-
donglee authored
* add tta to HTC and Caccade RCNN * format file with yapf * fix import error with isort * Update htc.py * Update cascade_rcnn.py * fix bug * delete some redundant codes
-
- 11 Sep, 2019 1 commit
-
-
Chongruo Wu authored
* fix a bug for Modulated Deformable Convolution * resolve cases for CI test * resolve cases for CI test * resolve cases for CI test * create a new script * change dir name in config * update model url
-
- 26 Aug, 2019 2 commits
-
-
Han Hu authored
* add reppoints head, reppoints detector and the config files. * add reppoints generator, target and the center-based assigner. * add readme for RepPoints
- 25 Aug, 2019 1 commit
-
-
v-zeya authored
-
- 23 Aug, 2019 1 commit
-
-
Kai Chen authored
* define data pipelines * update two config files * minor fix for config files * allow img_scale to be optional and update config * add some docstrings * add extra aug to transform * bug fix for mask resizing * fix cropping * add faster rcnn example * fix imports * fix robustness testing * add img_norm_cfg to img_meta * fix the inference api with the new data pipeline * fix proposal loading * delete args of DefaultFormatBundle * add more configs * update configs * bug fix * add a brief doc * update gt_labels in RandomCrop * fix key error for new apis * bug fix for masks of crowd bboxes * add argument data_root * minor fix * update new hrnet configs * update docs * rename MultiscaleFlipAug to MultiScaleFlipAug * add __repr__ for all transforms * move DATA_PIPELINE.md to docs/ * fix image url
-
- 22 Aug, 2019 1 commit
-
-
Kai Chen authored
-
- 14 Aug, 2019 1 commit
-
-
Tianheng Cheng authored
* update model zoo * update model zoo * update model links * update HRNet README * update HRNet README * remove .DS_Store * update HRNet results * update HRNet results and remove .DS_Store * update FCOS results * update HRFPN to support FCOS * remove blank line * remove blank line * update Modelzoo * update models * update model url * fix typo * fix typo * change name of backbones * add 20e to cascade w18 * update url
-
- 12 Aug, 2019 1 commit
-
-
Kai Chen authored
* add flops counter * minor fix * add forward_dummy() for most detectors * add documentation for some tools
-
- 11 Aug, 2019 1 commit
-
-
Kai Chen authored
-
- 07 Aug, 2019 3 commits
-
-
simon wu authored
* Fix bug of FCOS when image has no positive sample * somes changes for fcos
-
liushuchun authored
-
Kai Chen authored
-
- 31 Jul, 2019 3 commits
- 29 Jul, 2019 2 commits
-
-
WU Yue authored
* add major components for training double head double head only with two losses and no attention remove double_head detector for now, merge upchannel to double_head bbox head change the stype using yapl remove uncessary comment# to pass check to pass v2 to pass v3 line too long and style again reuse bottlenet * refactoring * bug fix * bug fix for weight initialization * add reg roi scale factor and modify loss weights * rescale the roi after mapping to fpn levels
-
Kai Chen authored
* format the codebase with yapf * add yapf to travis
-
- 14 Jul, 2019 1 commit
-
-
Jiangmiao Pang authored
-
- 13 Jul, 2019 1 commit
-
-
Cao Yuhang authored
-
- 04 Jul, 2019 1 commit
-
-
Kai Chen authored
* use registry to manage datasets * bug fix for concat dataset * update documentation to fit the new api
-
- 28 Jun, 2019 1 commit
-
-
Cao Yuhang authored
* add fp16 support * fpn donot need bn normalize * refactor wrapped bn * fix bug of retinanet * add fp16 ssd300 voc, cascade r50, cascade mask r50 * fix bug in cascade rcnn testing * add support to fix bn training * add fix bn cfg * delete fixbn cfg, mv fixbn fp16 to a new branch * fix cascade mask fp16 bug in test * fix bug in cascade mask rcnn fp16 test * add more fp16 cfgs * add fp16 fast-r50 and faster-dconv-r50 * add fp16 test, minor fix * clean code * fix config work_dir name * add patch func, refactor code * fix format * clean code * move convert rois to single_level_extractor * fix bug for cascade mask, the seg mask is ndarray * refactor code, add two decorator force_fp32 and auto_fp16 * add fp16_enable attribute * add more comment, fix format and test assertion * fix pep8 format error * format commont and api * rename distribute to distributed, fix dict copy * rename function name * move function, add comment * remove unused parameter * mv decorators into decorators.py, hook related functions to hook * add auto_fp16 to forward of semantic head * add auto_fp16 to all heads and fpn * add docstrings and minor bug fix * simple refactoring * bug fix for patching forward method * roi extractor in fp32 mode * fix flake8 error * fix ci error * add fp16 support to ga head * remove parallel test assert * minor fix * add comment in build_optimizer * fix typo in comment * fix typo enable --> enabling * udpate README
-
- 24 Jun, 2019 2 commits
-
-
luxiin authored
* Grid R-CNN * add grid_rcnn_res50fpn2x config * add assertion that grid_head should exist * fix bugs and remove SharedFCBBoxHeadGrid * remove the property with_grid * format fixes for grad_head and add config dir * move random_jitter to grid_head and some refactoring * simplify the calculation of num_edges * refactoring * refactoring * rename config files and add x101 config * bug fix for inference * remove random_jitter_single * add readme of grid rcnn * add bibtex of grid rcnn plus * update work_dir
-
Cao Yuhang authored
* add ms-rcnn * fix config * fix bug in test * fix bug in test, det_labels should plus 1 * add area ratio * speed up area ratio calculation * delete caffe style config * refactor code, bbox and segm eval using different score * fix bug in distevalhook * update README and config * update x101-64x4d * refactor code * update upstream * format * update r50 and r101 2x performance * update ms-rcnn-x101-64x4d-2x performance * move simple_mask_test, add docstring and comment * delete TODO in mask iou target * add detail comment to mask iou target * modify comment of mask iou target * move mask iou target to mask iou head * merge mask_iou_target and get_target * add MSELoss for MaskIoUHead and rename mask_iou to fc_mask_iou * refactoring * fix bug in test * fix bug when cropping mask inside proposal * update readme * update bibtex * remove space in bibtex
-
- 22 Jun, 2019 2 commits
-
-
Kai Chen authored
-
Cao Yuhang authored
-
- 21 Jun, 2019 2 commits
-
-
Cao Yuhang authored
* fix bug of ce loss when reduction != mean * change function order * modify comment * minor fix
-
qiang chen authored
-
- 20 Jun, 2019 1 commit
-
-
Cao Yuhang authored
* add reduction_override flag * change default value of reduction_override as None * add assertion, fix format * delete redudant statement in util * delete redudant comment
-
- 12 Jun, 2019 1 commit
-
-
sty-yyj authored
* fixed a bug which causes merged_proposals are only from a certain scale of proposals in aug_test_rpn * add a comment and modify _img_metas to aug_img_metas
-