Skip to content
Snippets Groups Projects
  1. 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
  2. Feb 25, 2020
  3. Feb 24, 2020
  4. 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
  5. Feb 13, 2020
  6. Feb 11, 2020
  7. Jan 31, 2020
  8. Jan 29, 2020
  9. 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
  10. Jan 21, 2020
  11. Jan 07, 2020
  12. Jan 04, 2020
  13. Jan 02, 2020
  14. Dec 25, 2019
  15. Dec 24, 2019
  16. Dec 21, 2019
    • Rinat Shigapov's avatar
      Async inference interface (#1647) · 9729ca54
      Rinat Shigapov authored
      * async inference support
      
      * implemented concurrent decorator
      
      * fixes for Python versions < 3.7
      
      * async methods depend on python version
      
      * revert changes in forward method
      
      * async_test -> async_simple_test, debug logging is done via logger.debug
      
      * add async test
      
      * add asynctest to test requirements
      
      * async tests are run in Python 3.7
      
      * check CUDA, add docs
      
      * fix device
      
      * run test only if CUDA is available
      
      * fix linting
      
      * custom operators can run on nondefault stream
      
      * set current stream in kernel launch configuration
      
      * example fixes
      
      * add async/sync interface comparison benchmark
      
      * fix linting
      9729ca54
  17. Dec 14, 2019
  18. Nov 23, 2019
  19. Nov 21, 2019
  20. Oct 26, 2019
  21. Oct 04, 2019
  22. Oct 02, 2019
    • Tao Kong's avatar
      FoveaBox support (#1339) · 6ce7cce1
      Tao Kong authored
      * add foveabox support
      
      * format
      
      * fix
      
      * foveabox correct
      
      * fix mean and std in config
      
      * add foveabox in model zoo
      
      * fix work_dir, typo, fovea_target and config issues
      
      * add necessary comments
      
      * fix yapf issue in C1 check
      
      * fix yapf issue in C1 check
      
      * rename configs
      
      * update model urls and minor fix
      6ce7cce1
  23. Aug 31, 2019
  24. Aug 25, 2019
  25. 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
  26. Aug 22, 2019
Loading