1. 08 7月, 2021 1 次提交
    • M
      Optimize imports (#3601) · 84c8958d
      Manuel Garcia 提交于
      Besides removing unnecessary imports, this also fixes the missing logger module in test_architectures.py within the static directory.
      84c8958d
  2. 26 4月, 2021 1 次提交
  3. 30 3月, 2021 1 次提交
  4. 22 3月, 2021 1 次提交
  5. 15 2月, 2021 1 次提交
  6. 15 1月, 2021 1 次提交
    • W
      Add faster rcnn fpn hrnet 1x & 2x (#2055) · e333d629
      wangguanzhong 提交于
      * add hrnet, test=develop
      
      * add comment, test=dygraph
      
      * move config file to hrnet, test=dygraph
      
      * add 2x model
      
      * add hrnet README
      
      * update latest config structure, test=dygraph
      e333d629