Skip to content
Snippets Groups Projects
  1. Mar 01, 2020
  2. 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
  3. Jan 21, 2020
    • Wenwei Zhang's avatar
      Encapsulate DCN into a ConvModule & Conv_layers (#1894) · 8bd1a5f7
      Wenwei Zhang authored
      * update code
      
      * reformat
      
      * fix load pretrain bug
      
      * reformat
      
      * fix key warnings
      
      * use build_conv_layer & ConvModule
      
      * rm unrelated file
      
      * fix resnext group bug
      
      * change cfg to pass test
      
      * use build_conv_layer to claim dcn in resnets
      
      * change _version = 2
      
      * MDCN to DCNv2
      
      * change dependency of mmcv from 0.2.15 to 0.2.16
      
      * resolve comments
      
      * rm comments
      
      * get_root_logger()
      8bd1a5f7
  4. Dec 22, 2019
  5. Oct 05, 2019
  6. Aug 22, 2019
    • Jirka Borovec's avatar
      update CI - pkg build (#1235) · 7bb38af4
      Jirka Borovec authored
      * add testing in Travis
      
      * add proj. requirements
      
      * install CUDA
      
      * def tested packages
      
      * add missing meta in setup
      
      * add empty test
      
      * restructure travis tests
      
      * add sample doctest
      
      * switch to nose2
      
      * add sample test
      
      * using pytest
      
      * minor fixes
      7bb38af4
Loading