1. 21 May, 2019 1 commit
  2. 20 May, 2019 1 commit
  3. 03 May, 2019 1 commit
  4. 25 Apr, 2019 1 commit
    • zimenglan's avatar
      rectify the 'padding' for 'DFConv2d' (#717) · eb4d3352
      zimenglan authored
      * make pixel indexes 0-based for bounding box in pascal voc dataset
      
      * replacing all instances of torch.distributed.deprecated with torch.distributed
      
      * replacing all instances of torch.distributed.deprecated with torch.distributed
      
      * add GroupNorm
      
      * add GroupNorm -- sort out yaml files
      
      * use torch.nn.GroupNorm instead, replace 'use_gn' with 'conv_block' and use 'BaseStem'&'Bottleneck' to simply codes
      
      * modification on 'group_norm' and 'conv_with_kaiming_uniform' function
      
      * modification on yaml files in configs/gn_baselines/ and reduce the amount of indentation and code duplication
      
      * use 'kaiming_uniform' to initialize resnet, disable gn after fc layer, and add dilation into ResNetHead
      
      * agnostic-regression for bbox
      
      * please set 'STRIDE_IN_1X1' to be 'False' when backbone use GN
      
      * add README.md for GN
      
      * add dcn from mmdetection
      
      * add documentation for finetuning cityscapes
      
      * add documentation for finetuning cityscapes
      
      * add documentation for finetuning cityscapes
      
      * add 'once_differentiable' for dcn and modify 'configs/cityscapes/README.md'
      
      * rectify the 'padding' for 'DFConv2d'
      eb4d3352
  5. 24 Apr, 2019 1 commit
  6. 22 Apr, 2019 1 commit
    • Jacobew's avatar
      Evaluation details (#705) · dbec62be
      Jacobew authored
      * Update documentation for testing and calculating mAP for each class
      
      * Update documentation for testing and calculating mAP for each class
      dbec62be
  7. 21 Apr, 2019 2 commits
  8. 20 Apr, 2019 5 commits
    • zimenglan's avatar
      add 'once_differentiable' for dcn and modify 'configs/cityscapes/README.md' (#701) · b3cab7fc
      zimenglan authored
      * make pixel indexes 0-based for bounding box in pascal voc dataset
      
      * replacing all instances of torch.distributed.deprecated with torch.distributed
      
      * replacing all instances of torch.distributed.deprecated with torch.distributed
      
      * add GroupNorm
      
      * add GroupNorm -- sort out yaml files
      
      * use torch.nn.GroupNorm instead, replace 'use_gn' with 'conv_block' and use 'BaseStem'&'Bottleneck' to simply codes
      
      * modification on 'group_norm' and 'conv_with_kaiming_uniform' function
      
      * modification on yaml files in configs/gn_baselines/ and reduce the amount of indentation and code duplication
      
      * use 'kaiming_uniform' to initialize resnet, disable gn after fc layer, and add dilation into ResNetHead
      
      * agnostic-regression for bbox
      
      * please set 'STRIDE_IN_1X1' to be 'False' when backbone use GN
      
      * add README.md for GN
      
      * add dcn from mmdetection
      
      * add documentation for finetuning cityscapes
      
      * add documentation for finetuning cityscapes
      
      * add documentation for finetuning cityscapes
      
      * add 'once_differentiable' for dcn and modify 'configs/cityscapes/README.md'
      b3cab7fc
    • Rodrigo Berriel's avatar
      66c3e56c
    • Rodrigo Berriel's avatar
    • zimenglan's avatar
      add documentation for finetuning cityscapes (#697) · 4466eb5a
      zimenglan authored
      * make pixel indexes 0-based for bounding box in pascal voc dataset
      
      * replacing all instances of torch.distributed.deprecated with torch.distributed
      
      * replacing all instances of torch.distributed.deprecated with torch.distributed
      
      * add GroupNorm
      
      * add GroupNorm -- sort out yaml files
      
      * use torch.nn.GroupNorm instead, replace 'use_gn' with 'conv_block' and use 'BaseStem'&'Bottleneck' to simply codes
      
      * modification on 'group_norm' and 'conv_with_kaiming_uniform' function
      
      * modification on yaml files in configs/gn_baselines/ and reduce the amount of indentation and code duplication
      
      * use 'kaiming_uniform' to initialize resnet, disable gn after fc layer, and add dilation into ResNetHead
      
      * agnostic-regression for bbox
      
      * please set 'STRIDE_IN_1X1' to be 'False' when backbone use GN
      
      * add README.md for GN
      
      * add dcn from mmdetection
      
      * add documentation for finetuning cityscapes
      
      * add documentation for finetuning cityscapes
      
      * add documentation for finetuning cityscapes
      4466eb5a
    • qianyizhang's avatar
      a44d65dc
  9. 19 Apr, 2019 4 commits
    • Simon Layton's avatar
      Initial mixed-precision training (#196) · 08fcf12f
      Simon Layton authored
      * Initial multi-precision training
      
      Adds fp16 support via apex.amp
      Also switches communication to apex.DistributedDataParallel
      
      * Add Apex install to dockerfile
      
      * Fixes from @fmassa review
      
      Added support to tools/test_net.py
      SOLVER.MIXED_PRECISION -> DTYPE \in {float32, float16}
      apex.amp not installed now raises ImportError
      
      * Remove extraneous apex DDP import
      
      * Move to new amp API
      08fcf12f
    • ChenJoya's avatar
      proposals from RPN per image during training (#676) · bf043792
      ChenJoya authored
      * proposals from RPN per image during training
      
      * README
      
      * Update README for setting FPN_POST_NMS_TOP_N_TRAIN
      
      * Update README.md
      
      * removing extra space change
      bf043792
    • CoinCheung's avatar
      add color jitter augmentation (#680) · 862347d5
      CoinCheung authored
      * add color jitter augmentation
      
      * fix spelling
      862347d5
    • zimenglan's avatar
      add dcn from mmdetection (#693) · 1d6e9add
      zimenglan authored
      * make pixel indexes 0-based for bounding box in pascal voc dataset
      
      * replacing all instances of torch.distributed.deprecated with torch.distributed
      
      * replacing all instances of torch.distributed.deprecated with torch.distributed
      
      * add GroupNorm
      
      * add GroupNorm -- sort out yaml files
      
      * use torch.nn.GroupNorm instead, replace 'use_gn' with 'conv_block' and use 'BaseStem'&'Bottleneck' to simply codes
      
      * modification on 'group_norm' and 'conv_with_kaiming_uniform' function
      
      * modification on yaml files in configs/gn_baselines/ and reduce the amount of indentation and code duplication
      
      * use 'kaiming_uniform' to initialize resnet, disable gn after fc layer, and add dilation into ResNetHead
      
      * agnostic-regression for bbox
      
      * please set 'STRIDE_IN_1X1' to be 'False' when backbone use GN
      
      * add README.md for GN
      
      * add dcn from mmdetection
      1d6e9add
  10. 16 Apr, 2019 1 commit
  11. 13 Apr, 2019 2 commits
  12. 11 Apr, 2019 1 commit
  13. 10 Apr, 2019 1 commit
  14. 09 Apr, 2019 1 commit
    • Csaba Botos's avatar
      Support Binary Mask with transparent SementationMask interface (#473) · b4d54657
      Csaba Botos authored
      * support RLE and binary mask
      
      * do not convert to numpy
      
      * be consistent with Detectron
      
      * delete wrong comment
      
      * [WIP] add tests for segmentation_mask
      
      * update tests
      
      * minor change
      
      * Refactored segmentation_mask.py
      
      * Add unit test for segmentation_mask.py
      
      * Add RLE support for BinaryMaskList
      
      * PEP8 black formatting
      
      * Minor patch
      
      * Use internal  that handles 0 channels
      
      * Fix polygon slicing
      b4d54657
  15. 05 Apr, 2019 1 commit
  16. 04 Apr, 2019 1 commit
    • Zhang Liliang's avatar
      Fix a bug in Docker file (#637) · 5c44ca74
      Zhang Liliang authored
      Fix a bug.
      Romove the echo command in line 36: RUN conda install pytorch-nightly cudatoolkit=${CUDA} -c pytorch 
      To enable conda installation of pytorch-nightly.
      5c44ca74
  17. 02 Apr, 2019 1 commit
  18. 31 Mar, 2019 1 commit
  19. 27 Mar, 2019 1 commit
  20. 26 Mar, 2019 3 commits
    • Miguel Varela Ramos's avatar
      Fixes conda CUDA version in Dockerfile (#604) · bd39d2c1
      Miguel Varela Ramos authored
      * fixes to dockerfile
      
      * replaces local installation by git clone
      bd39d2c1
    • Miguel Varela Ramos's avatar
      Rollback dispatch patch (#603) · 4a7dcc4d
      Miguel Varela Ramos authored
      * Merge branch 'master' of /home/braincreator/projects/maskrcnn-benchmark with conflicts.
      
      * rolls back the breaking AT dispatch changes (#555)
      
      * revert accidental docker changes
      
      * revert accidental docker changes (2)
      4a7dcc4d
    • kaiJIN's avatar
      Support for running on arbitrary CUDA device. (#537) · f0318794
      kaiJIN authored
      * support for any one cuda device
      
      * Revert "support for any one cuda device"
      
      This reverts commit 0197e4e2ef18ec41cc155f3ae2a0face5b77e1e9.
      
      * support runnning for anyone cuda device
      
      * using safe CUDAGuard rather than intrinsic CUDASetDevice
      
      * supplement a header dependency (test passed)
      
      * Support for  arbitrary GPU device.
      
      * Support for arbitrary GPU device.
      
      * add docs for two method to control devices
      f0318794
  21. 25 Mar, 2019 1 commit
  22. 13 Mar, 2019 1 commit
  23. 12 Mar, 2019 2 commits
  24. 11 Mar, 2019 1 commit
  25. 10 Mar, 2019 1 commit
  26. 08 Mar, 2019 2 commits
  27. 05 Mar, 2019 1 commit