Skip to content
Snippets Groups Projects
  1. Feb 25, 2021
  2. Feb 24, 2021
  3. Feb 21, 2021
  4. Feb 20, 2021
  5. Feb 19, 2021
    • Jon Crall's avatar
      Dev/mask doctests (#4614) · df681d81
      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: default avatarKai Chen <chenkaidev@gmail.com>
      df681d81
    • Cao Yuhang's avatar
      Add support to convert voc xml format annotations to cocoformat annotations (#4635) · 292c6e64
      Cao Yuhang authored
      * support convert voc to cocoformat json
      
      * modify according to comments
      292c6e64
  6. Feb 18, 2021
  7. Feb 17, 2021
  8. Feb 16, 2021
  9. Feb 10, 2021
  10. Feb 09, 2021
  11. Feb 08, 2021
  12. Feb 07, 2021
  13. Feb 05, 2021
  14. Feb 01, 2021
  15. Jan 29, 2021
  16. Jan 28, 2021
    • Thang Vu's avatar
      Code for AAAI 2021 paper. "SCNet: Training Inference Sample Consistency for... · 40f16893
      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
      40f16893
    • Qiaofei Li's avatar
      Support R50 and R101 pretrained PAA detectors for multi-scale 3x training schedules (#4495) · 31809ece
      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
      31809ece
  17. Jan 27, 2021
Loading