Skip to content
Snippets Groups Projects
  1. May 05, 2020
  2. May 03, 2020
  3. Apr 29, 2020
  4. Apr 27, 2020
  5. Apr 24, 2020
  6. Apr 20, 2020
  7. Apr 15, 2020
  8. Apr 11, 2020
    • Kamran Melikov's avatar
      Add ability to specify device ids for non-distributed training (#2400) · 25ede58a
      Kamran Melikov authored
      * Add ability to specify device ids for non-distributed training
      
      Changes to be committed:
      modified:   mmdet/apis/train.py
      modified:   tools/train.py
      
      * Deprecate cfg.gpus in favor of cfg.gpu_ids
      
      Changes to be committed:
      modified:   mmdet/apis/train.py
      modified:   tools/train.py
      
      * Fix strange issue with mutually_exclusive_group
      
      Changes to be committed:
      modified:   tools/train.py
      
      * Fix gpu-ids nargs parameter
      
      Changes to be committed:
      modified:   tools/train.py
      Unverified
      25ede58a
  9. Apr 05, 2020
  10. Apr 04, 2020
  11. Apr 02, 2020
  12. Apr 01, 2020
  13. Mar 29, 2020
  14. Mar 27, 2020
  15. Mar 25, 2020
  16. Mar 21, 2020
  17. Mar 20, 2020
  18. Mar 19, 2020
  19. Mar 18, 2020
  20. Mar 17, 2020
  21. Mar 16, 2020
    • Cao Yuhang's avatar
      Fix atss uint8 (#2269) · 353f6231
      Cao Yuhang authored
      * fix atss uint8 warning
      
      * fix bool sum error
      Unverified
      353f6231
    • mengfu188's avatar
      Add dataset browser (#2246) · 56803ced
      mengfu188 authored
      * Update GETTING_STARTED.md
      
      --- def forward(x):  # should return a tuple
      +++ def forward(self, x):  # should return a tuple
      
      * Add browse dataset tool
      
      * Update browser_dataset.py
      
      * Update browser_dataset.py
      
      * Update dataset browser
      
      * Update dataset browser
      
      use `mmcv.imshow_det_bboxes` to show
      
      * Format code by yapf
      
      * Fix show-interval default type to int
      Unverified
      56803ced
  22. Mar 15, 2020
Loading