1. 14 Oct, 2021 4 commits
  2. 13 Oct, 2021 6 commits
  3. 04 Oct, 2021 1 commit
  4. 03 Oct, 2021 1 commit
  5. 26 Sep, 2021 2 commits
  6. 25 Sep, 2021 1 commit
  7. 24 Sep, 2021 5 commits
  8. 23 Sep, 2021 6 commits
  9. 21 Sep, 2021 2 commits
  10. 14 Sep, 2021 1 commit
    • Zaida Zhou's avatar
      [Docs] Use PyTorch sphinx theme (#1321) · 1216e5fe
      Zaida Zhou authored
      * [Docs] Use PyTorch sphinx theme
      
      * add sphinx-copybutton
      
      * add twitter and zhihu link
      
      * remove shpinx_rtd_theme from doc.xtx
      
      * update docs.txt
      
      * update conf.py
      1216e5fe
  11. 13 Sep, 2021 1 commit
  12. 09 Sep, 2021 2 commits
  13. 08 Sep, 2021 1 commit
  14. 07 Sep, 2021 5 commits
  15. 01 Sep, 2021 1 commit
  16. 29 Aug, 2021 1 commit
    • Eugene Liu's avatar
      Add DCN and Modulated DCN CPU implementation (#1278) · e621e08d
      Eugene Liu authored
      * DCN cpu version
      
      * add modulated dcn cpu version
      
      * move deform_conv_shape_check to deform conv utils
      
      * add inline to deform_conv_shape_check
      
      * add tests
      
      * run linter
      
      * add newline at file end
      
      * run pre-commit against modulated deform conv cpp
      
      * update saconv test
      
      * run clang-format
      
      * remove cuda device inline
      
      * refactor dcn cuda/cpu functions
      
      * remove DCN util
      
      * remove DCN util hpp from all included files
      
      * Addressing PR comment by refactoring modulated-DCN
      
      * fix lint in cpp files
      e621e08d