1. 12 4月, 2019 1 次提交
  2. 27 3月, 2019 1 次提交
  3. 26 3月, 2019 1 次提交
    • K
      Support for running on arbitrary CUDA device. (#537) · f0318794
      kaiJIN 提交于
      * 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
  4. 25 3月, 2019 1 次提交
  5. 05 3月, 2019 1 次提交
  6. 12 2月, 2019 1 次提交
    • F
      [WIP] Add Keypoint R-CNN (#69) · e0a525a0
      Francisco Massa 提交于
      * [WIP] Keypoints inference on C2 models work
      
      * Training seems to work
      
      Still gives slightly worse results
      
      * e2e training works but gives 3 and 5 mAP less
      
      * Add modification proposed by @ChangErgou
      
      Improves mAP by 1.5 points, to 0.514 and 0.609
      
      * Keypoints reproduce expected results
      
      * Clean coco.py
      
      * Linter + remove unnecessary code
      
      * Merge criteria for empty bboxes in has_valid_annotation
      
      * Remove trailing print
      
      * Add demo support for keypoints
      
      Still need further cleanups and improvements, like adding fields support for the other ops in Keypoints
      
      * More cleanups and misc improvements
      
      * Fixes after rebase
      
      * Add information to the readme
      
      * Fix md formatting
      e0a525a0
  7. 23 1月, 2019 2 次提交
  8. 18 12月, 2018 1 次提交
  9. 23 11月, 2018 1 次提交
    • F
      add support for pascal voc dataset and evaluate (#207) · 9a1ba140
      Francisco Massa 提交于
      * add support for pascal voc dataset and evaluate
      
      * optimization for adding voc dataset
      
      * make inference.py dataset-agnostic; add use_difficult option to voc dataset
      
      * handle voc difficult objects correctly
      
      * Remove dependency on lxml plus minor improvements
      
      * More cleanups
      
      * More comments and improvements
      
      * Lint fix
      
      * Move configs to their own folder
      9a1ba140
  10. 21 11月, 2018 1 次提交
  11. 14 11月, 2018 1 次提交
  12. 27 10月, 2018 1 次提交
  13. 26 10月, 2018 3 次提交
  14. 25 10月, 2018 2 次提交