Skip to content
Snippets Groups Projects
  1. May 06, 2020
  2. May 05, 2020
  3. May 03, 2020
  4. May 02, 2020
    • Kai Chen's avatar
      typo fix for docs and add requirements (#2577) · 6080d9ab
      Kai Chen authored
      Unverified
      6080d9ab
    • 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
  5. May 01, 2020
  6. Apr 30, 2020
  7. Apr 29, 2020
    • David de la Iglesia Castro's avatar
      Add option to save the result images of running tools/test (#2414) · e8117f0f
      David de la Iglesia Castro authored
      
      * Use apis/inference in detectors show_result
      
      * Add images_out_dir arg to test apis
      
      * Include --images_out_dir in assertion
      
      * Fix single class parsing
      
      * Remove single class hack
      
      * Move import
      
      * Add example of saving results
      
      * Fix list number
      
      * Refactor show_result
      
      * Update docs
      
      * Update __init__
      
      * Fix CLASSES reference
      
      * Remove unnecessar assert for custom classes
      
      * Use - instead of _
      
      * Use - instead of _
      
      * Rename images_out_dir -> out_dir
      
      * Remove unnecessary model.module
      
      * Update show_result with all params and docstring
      
      * Fix missing comma
      
      * Set rescale always to True
      
      * Remove outdated restriction from docs
      
      * Drop pathlib
      
      * Rename out_dir -> show_dir
      
      * Update docstring
      
      * More explicit code. Fix out_dir
      
      * Update docstrings
      
      * Flake8
      
      Co-authored-by: default avatarmmeendez8 <miguelmndez@gmail.com>
      Co-authored-by: default avatarsbugallo <sbugallo@gradiant.org>
      Unverified
      e8117f0f
  8. Apr 28, 2020
  9. Apr 24, 2020
  10. Apr 17, 2020
  11. Apr 12, 2020
  12. Apr 11, 2020
  13. Apr 04, 2020
    • Jerry Jiarui XU's avatar
      Support CPU mode for inference (#2385) · da09e7e5
      Jerry Jiarui XU authored
      
      * add CPU only mode which can be activated during install
      
      * fixed flake8 errors for too long lines, still have to deal with "import not at top of file"
      
      * reversing changes in MinIoURandomCrop, that not relevant to the CPU_ONLY pull request
      
      * moving the CPU_ONLY checks into deeper parts of the code
      
      * completing previous commit
      
      * using isort for imports sorting
      
      * yapf fix
      
      * followed @xvjiarui suggestions for the pull request
      
      * use mmdet.CPU_ONLY and replace the "--cpu" flag in setup.py with automatic check of cuda
      
      * make setup code cleaner
      
      * back to original implementation of MinIoURandomCrop
      
      * build all extensions with CUDA, if available
      
      * fixed DC
      
      * update doc
      
      * fixed masked_conv2d_ext
      
      * set warning once, update comment
      
      Co-authored-by: default avatarYossi Biton <yossi.biton@alibaba-inc.com>
      Co-authored-by: default avatarYossi Biton <yossibit10@gmail.com>
      Unverified
      da09e7e5
  14. Apr 01, 2020
  15. Mar 25, 2020
  16. 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
  17. Mar 20, 2020
    • Msirte's avatar
      Fix a documentation error in GETTING_STARTED.md (#2300) · bd3b9e20
      Msirte authored
      In example 4:
      
      Test Mask R-CNN on COCO test-dev with 8 GPUs, and generate the json file to be submit to the official evaluation server.
      ./tools/dist_test.sh configs/mask_rcnn_r50_fpn_1x.py
      checkpoints/mask_rcnn_r50_fpn_1x_20181010-069fa190.pth
      8 --format-only --options "jsonfile_prefix=./mask_rcnn_test-dev_results"
      
      where --format-only should be --format_only
      Unverified
      bd3b9e20
  18. Mar 19, 2020
  19. Mar 01, 2020
    • Jerry Jiarui XU's avatar
      reimplement cityscapes (#2089) · e27046d8
      Jerry Jiarui XU authored
      * reimplement cityscapes
      
      * fixed gt bbox mode
      
      * convert cityscapes to coco style, add cityscapes eval
      
      * add cityscapes convert script
      
      * add doc
      
      * Update INSTALL.md
      
      * Update INSTALL.md
      
      * update fater rcnn
      
      * fix cityscapes eval
      
      * support format only in cityscapes
      
      * add docs
      
      * remove redundancy
      
      * resolve eval
      
      * update cityscapes md
      
      * more doc and rename
      
      * update doc and cfg
      
      * change to test set
      Unverified
      e27046d8
    • Kai Chen's avatar
      Update pre-commit hook config and fix styles (#2182) · 1b5c991f
      Kai Chen authored
      * update pre-commit hook config
      
      * fix styles conflicting with pre-commit hooks
      Unverified
      1b5c991f
  20. Feb 25, 2020
  21. Feb 24, 2020
  22. Feb 21, 2020
    • Jiaqi Wang's avatar
      Code Release: CARAFE: Content-Aware ReAssembly of FEatures (ICCV 2019) (#1583) · b5431092
      Jiaqi Wang authored
      * add carafe ops
      
      * rename carafe benchmark
      
      * grad check fix
      
      * update grad check
      
      * update grad check output
      
      * add fpn carafe & mask head carafe
      
      * add ReadMe
      
      * update readme
      
      * add carafe setup
      
      * update naive carafe
      
      * update readme and setup
      
      * readme typo fix
      
      * fix flake8 error
      
      * fix flake 8 error
      
      * fix flake 8
      
      * fix flake 8 more
      
      * flake 8 fix plus
      
      * flake 8 fix
      
      * fix flake 8
      
      * reformat ops files
      
      * update fpn files and cfgs
      
      * update readme
      
      * update fcn_mask_head
      
      * update fpn_carafe
      
      * update kernel
      
      * update
      
      * update
      
      * add docstring in FPN_CARAFE
      
      * reformat with yapf
      
      * update
      
      * update
      
      * add build upsampler
      
      * fix mask head build error
      
      * reformat build upsample layer
      
      * add doc string for CARAFE and PixelShuffle
      
      * update
      
      * update upsample_cfg_
      
      * update
      
      * update doc string
      
      * rm abbr in build upsample layer
      
      * update readme
      
      * update model_zoo
      
      * add link to other features in ReadMe
      Unverified
      b5431092
  23. Feb 13, 2020
  24. Feb 11, 2020
  25. Jan 31, 2020
  26. Jan 29, 2020
  27. Jan 22, 2020
    • Jon Crall's avatar
      Reorganize requirements, make albumentations optional (#1969) · b5d62ef9
      Jon Crall authored
      * reorganize requirements, make albumentations optional
      
      * fix flake8 error
      
      * force older version of Pillow until torchvision is fixed
      
      * make imagecorruptions optional and update INSTALL.dm
      
      * update INSTALL.md
      
      * Add note about pillow version
      
      * Add build requirements to install instructions
      b5d62ef9
  28. Jan 21, 2020
  29. Jan 07, 2020
  30. Jan 04, 2020
  31. Jan 02, 2020
  32. Dec 25, 2019
Loading