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. 22 3月, 2021 1 次提交
  3. 24 8月, 2020 1 次提交
  4. 19 8月, 2020 1 次提交
  5. 24 7月, 2020 2 次提交
  6. 08 5月, 2020 1 次提交
  7. 13 4月, 2020 1 次提交
  8. 09 4月, 2020 1 次提交
  9. 06 2月, 2020 1 次提交
  10. 03 2月, 2020 1 次提交
    • C
      Add IoU-loss for yolov3 (#192) · 4b053712
      CodesFarmer 提交于
      * add iou loss to yolov3
      * modify the comment and delete redundant yml file
      * fix the low speed bug in dropblock module
      4b053712