Skip to content
Snippets Groups Projects
  1. Dec 09, 2020
  2. Nov 27, 2020
  3. Sep 03, 2020
  4. Jul 10, 2020
    • Cao Yuhang's avatar
      clean op (#3232) · 5f2cdedd
      Cao Yuhang authored
      
      * clean op
      
      * clean
      
      * update build.yml
      
      * fix setup
      
      * change ci mmcv version
      
      * change ci mmcv version
      
      * add install pre-build mmcv instructions
      
      * update mmcv url, move some unnit tests to mmcv
      
      * update ci mmcv
      
      * test
      
      * test
      
      * test
      
      * fix unit test
      
      * fix unit test
      
      * fix onnx script
      
      * update mmcv url
      
      * fix typo
      
      * fix some doc
      
      * Bump version
      
      * resolve comments
      
      * Fix version bug
      
      Co-authored-by: default avatarZwwWayne <wayne.zw@outlook.com>
      Unverified
      5f2cdedd
  5. Jul 01, 2020
  6. Jun 25, 2020
  7. Jun 17, 2020
    • Chrisfsj2051's avatar
      Add checkpoint and log url for FCOS+tricks in README.md (#3050) · 068cf712
      Chrisfsj2051 authored
      * 123
      
      * implement FCOS with tricks (FCOS_plus)
      
      Train FCOS with four tricks (including center_sampling) arrording to official repo (https://github.com/tianzhi0549/FCOS).
      
      without DCN:  mAP=38.6 (0.1 lower than official repo)
      with DCN     :  mAP=42.5 (0.2 higher than official repo)
      
      * fix
      
      * fix
      
      * reformatted
      
      * fix configs & reformat
      
      * add docstring
      
      * Update fcos_center-normbbox-centeronreg-giou_r50_caffe_fpn_gn-head_dcn_4x4_1x_coco.py
      
      * add noqa: E501 since the url is too long
      
      * fix flake
      
      * fix flake
      
      * fix yapf
      
      * fix
      
      * rewrite forward & reformat
      
      * reformat & add docstring
      
      * reformat
      
      * reformat
      
      * update docstring
      
      * TODO: add unit test
      
      Should be finished tomorrow
      
      * add unit test
      
      * fix
      
      * fix docstring
      
      * reformat
      
      * add docstring
      
      * reformat
      
      * Update fcos_head.py
      
      * Update fcos_head.py
      
      * Update fcos_head.py
      
      * Update fcos_head.py
      
      * Update fcos_head.py
      
      * Update test_heads.py
      
      * Update fcos_head.py
      
      * Update README.md
      
      * Update README.md
      Unverified
      068cf712
    • Chrisfsj2051's avatar
      Implement FCOS training tricks (#2935) · 565e070c
      Chrisfsj2051 authored
      * 123
      
      * implement FCOS with tricks (FCOS_plus)
      
      Train FCOS with four tricks (including center_sampling) arrording to official repo (https://github.com/tianzhi0549/FCOS).
      
      without DCN:  mAP=38.6 (0.1 lower than official repo)
      with DCN     :  mAP=42.5 (0.2 higher than official repo)
      
      * fix
      
      * fix
      
      * reformatted
      
      * fix configs & reformat
      
      * add docstring
      
      * Update fcos_center-normbbox-centeronreg-giou_r50_caffe_fpn_gn-head_dcn_4x4_1x_coco.py
      
      * add noqa: E501 since the url is too long
      
      * fix flake
      
      * fix flake
      
      * fix yapf
      
      * fix
      
      * rewrite forward & reformat
      
      * reformat & add docstring
      
      * reformat
      
      * reformat
      
      * update docstring
      
      * TODO: add unit test
      
      Should be finished tomorrow
      
      * add unit test
      
      * fix
      
      * fix docstring
      
      * reformat
      
      * add docstring
      
      * reformat
      
      * Update fcos_head.py
      
      * Update fcos_head.py
      
      * Update fcos_head.py
      
      * Update fcos_head.py
      
      * Update fcos_head.py
      
      * Update test_heads.py
      
      * Update fcos_head.py
      
      * Update README.md
      Unverified
      565e070c
  8. Jun 01, 2020
  9. May 28, 2020
  10. May 24, 2020
    • Wang Xinjiang's avatar
      Add upsample_cfg support in FPN (#2787) · 50ffa248
      Wang Xinjiang authored
      * Add upsample_cfg support in FPN
      
      * small fix
      
      * Add multiple extra conv sources
      
      * small logical fix
      
      * Add neck tests for fpn
      
      * Add neck tests for fpn
      
      * fixed several typos
      
      * resolved issues
      
      * Removed extra_convs_source option
      
      * added necks to apis.rst
      
      * change according to comments
      
      * reconfigured configs
      Unverified
      50ffa248
  11. May 21, 2020
    • Cao Yuhang's avatar
      Update inf speed (#2730) · 9be3eb0d
      Cao Yuhang authored
      * update inf speed
      
      * update some models
      
      * update benchmark config and model
      
      * add no aug config
      
      * merge log model table with performance table
      
      * add detectron2 url
      Unverified
      9be3eb0d
  12. May 02, 2020
    • Cao Yuhang's avatar
      Add configs and benchmarks. (#2446) · 482fcfa9
      Cao Yuhang authored
      
      * add configs for all models
      
      * fix some configs
      
      * Add benchmark models
      
      * update some benchmarks
      
      * Fix retina config
      
      * add more benchmarks
      
      * update MODEL_ZOO.md
      
      * fix cascade mask num_class bug
      
      * change caffe pretrained url
      
      * fix paramwise_cfg bug
      
      * fix paramwise cfg
      
      * restrict minimum h and w in crop_and_resize
      
      * add grad clip for fcos
      
      * add grad clip for ga retinanet
      
      * fix grad clip
      
      * fix img norm
      
      * fix rpn loss bbox
      
      * fix rpn proposal num
      
      * fix url
      
      * clean
      
      * update comparison
      
      * minor update
      
      * add grad clip for guided anchoring
      
      * fix some typos
      
      * add inference time details
      
      * clean
      
      Co-authored-by: default avatarZwwWayne <wayne.zw@outlook.com>
      Unverified
      482fcfa9
  13. Apr 20, 2020
  14. Apr 11, 2020
  15. Apr 08, 2020
    • Wenwei Zhang's avatar
      Refactor category orders in heads (#2374) · 70eedbd3
      Wenwei Zhang authored
      
      * Refactor (all): all category -1 in anchor/bbox head and anchor/bbox target assign
      
      * Fix (datasets): remove label + 1 in datasets
      
      * Fix (bbox_head): fix bug of fc_cls that forget + 1
      
      * Fix (atss_head & free_anchor): fix cat -1 bugs
      
      * Fix (mask_head): remove label + 1 in mask heads
      
      * fix atss
      
      * Fix (rpn): fix cross_entropy_loss bug of RPN
      
      * Fix (anchor_head): fix typo
      
      * Refactor (anchor_head): use background_label rather than num_classes to indicate background class
      
      * Refactor (docstring): add and reformat docstrings
      
      * fix mask iou head
      
      * Fix (mask_head): fix cat -1 bug
      
      * Fix (mask_head): fix bug in mask inference
      
      * Add (tests): add tests for mask rcnn and mask heads
      
      * Refactor (unittest): refactor test_forward
      
      * Refactor (new_empty): use new_full rather than new_empty
      
      * Refactor (background_label): check background_label
      
      * Add TODO
      
      * Refactor (unittest): allow BP in unittest
      
      Co-authored-by: default avatarCao Yuhang <yhcao6@gmail.com>
      Unverified
      70eedbd3
  16. Mar 26, 2020
  17. Mar 24, 2020
  18. Mar 23, 2020
    • Jerry Jiarui XU's avatar
      add new config sample and check scripts (#2216) · eeff0bef
      Jerry Jiarui XU authored
      * add new config sample and check scripts
      
      * context managere to prevent import
      
      * refactor backbone, add caffe
      
      * add fast rcnn
      
      * all basci config done
      
      * rm coco_proposal
      
      * add scratch, wider_face, voc
      
      * add reppoints
      
      * delete device id, auto resume
      
      * add libra_rcnn, ms_rcnn, nas_fpn
      
      * add hrnet, fcos
      
      * add free_anchor, gn, grid_rcnn, guided_anchoring, gcnet, ghm, gn+ws
      
      * finished all, but some need refactor and unified logic
      
      * fixed albu
      
      * update ReseNet101
      
      * reduce ResNet101, add norm_cfg, 4conv1fc
      
      * refactor caffe backbone
      
      * merge act_cfg, dcn from master
      
      * rename 2fc head, add 4conv1fc head
      
      * delete 4con1fc model
      
      * rename components -> _base_
      
      * flatten _base_
      
      * refactor _base_ structure
      
      * refactor config structure
      
      * reduce _base/models
      
      * rename all config
      
      * add _coco inside configs
      
      * fixed _coco in files
      
      * fixed albu in test
      
      * migrate to new sys
      
      * fixed test
      
      * fixed test
      
      * rm cascade, fast_rcnn
      
      * rm cascade, fast_rcnn from _base_
      
      * fixed fcos_center
      
      * rename from rule
      
      * collopse third party model
      
      * fixed test
      
      * fixed some minor bug
      
      * rename gn-neck_head -> gn-neck+head
      Unverified
      eeff0bef
  19. Mar 15, 2020
    • T.T. Tang's avatar
      Implement Center Sampling for FCOS (#2206) · f9768a89
      T.T. Tang authored
      * Rewrite the code due to License issue.
      
      * Add center sampling
      
      * Fix bug
      
      * Add an extra parameter to control on / off
      Resolve the comments
      
      * Add config for `center sampling`
      
      * Rename the config
      
      * Change work_dir
      
      * move arguments and rename variables
      Unverified
      f9768a89
  20. Mar 11, 2020
  21. Feb 11, 2020
  22. Oct 24, 2019
  23. Aug 23, 2019
    • Kai Chen's avatar
      Make data pre-processing pipeline customizable (#935) · 0d5233a3
      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
      Unverified
      0d5233a3
  24. Jun 11, 2019
    • Kai Chen's avatar
      Refactoring for losses (#761) · ba26d8ce
      Kai Chen authored
      * refactoring for losses
      
      * update configs for guided anchoring
      
      * add all imported losses to __all__
      
      * allow weight=None for binary_cross_entropy
      
      * use losses in mmdetection for FCOSHead
      
      * bug fix for weight_reduce_loss
      
      * add eps to iou_loss and handle weight=None
      
      * unify loss api in FCOSHead
      
      * fix avg_factor
      Unverified
      ba26d8ce
  25. May 24, 2019
    • Cao Yuhang's avatar
      Add more FCOS benchmark (#689) · 60501860
      Cao Yuhang authored
      * add fcos_r50_bn, fcos_r50_2x_no_ms benchmark
      
      * split table by ms-training
      
      * adjust table
      
      * add r101 2x without ms train performance
      60501860
  26. May 21, 2019
  27. May 17, 2019
    • Cao Yuhang's avatar
      Reimplement "FCOS: Fully Convolutional One-Stage Object Detection" (#586) · 8d38fd8c
      Cao Yuhang authored
      * add fcos
      
      * use P5 instead of C5
      
      * add relu before extra convs in FPN
      
      * add singleclass_nms, use caffe2 lr
      
      * fix log interval
      
      * use caffe2init and relu in extra layers
      
      * fix scale layer, use p5 instead of c5
      
      * fix focs target
      
      * refactor code
      
      * delete useless file
      
      * clean
      
      * refactor code
      
      * change num_classes to cls_out_channels
      
      * fix bug of in get_bboxes
      
      * fix bug in test
      
      * add r101 2x cfg
      
      * ms use value mode, add x101-64x4d cfg
      
      * add more comment and rename some variable
      
      * rename centers to points, modify doc string of distance2bbox
      
      * add fcos detector, replace frozen with requires_grad
      
      * add README.md
      
      * add r101-1x performance, rename cfg, add detector FCOS
      
      * update fcos r50 2x performance, remove fpn caffe2 initialize
      
      * fix flake8 error
      
      * rename cfg
      
      * fix grammar error of some comments
      
      * minor fix comment
      
      * change work_dir to be consistent with config name
      
      * add FCOS support in README
      8d38fd8c
Loading