1. 25 Apr, 2018 2 commits
    • Kaiming He's avatar
      add GN documentation · 0dbea626
      Kaiming He authored
      Summary: Add GN documentation.
      
      Reviewed By: rbgirshick, ppwwyyxx
      
      Differential Revision: D7745878
      
      fbshipit-source-id: 8a49160b1e4026fbcf41082df4a3a8d0f8e90d85
      0dbea626
    • Kaiming He's avatar
      add group norm · c7692eb7
      Kaiming He authored
      Summary: Add GroupNorm support to master Detectron.
      
      Reviewed By: rbgirshick
      
      Differential Revision: D7611892
      
      fbshipit-source-id: dc4fb84a0e2167b05fd8a94ee0ff1ab1c21369b7
      c7692eb7
  2. 11 Apr, 2018 1 commit
  3. 04 Apr, 2018 1 commit
  4. 03 Apr, 2018 1 commit
  5. 30 Mar, 2018 2 commits
    • Ashwin Bharambe's avatar
      Move `test_net.main()` wrapper inside `test_engine.run_inference` · 22636d44
      Ashwin Bharambe authored
      Summary:
      Another small refactor trying to reduce non-trivial logic existing
      inside the `tools` scripts. I considered moving `main` as
      `run_inference_and_check_expected_results` but that just sounded uglier.
      
      Reviewed By: rbgirshick
      
      Differential Revision: D7432976
      
      fbshipit-source-id: a31106e11cf0c1d93781fc9a696d2afee553f3d6
      22636d44
    • Ashwin Bharambe's avatar
      Make it possible to run non-EDPM detectron workflows via fblearner · 31738256
      Ashwin Bharambe authored
      Summary:
      This diff adds a `vanilla_detectron` workflow so we can invoke the
      non-elastic detectron code (essentially whatever is run by `train_net.par`)
      via the standard fblearner toolchain. (FAIR folks typically use `fry` for this
      purpose...)
      
      I moved most of the code from `train_net.py` to `lib/utils/train.py` so it can
      be re-used.
      
      Note that as of now the `vanilla_detectron` workflow does not run testing.
      That's coming.
      
      Reviewed By: rbgirshick
      
      Differential Revision: D7325559
      
      fbshipit-source-id: 41359b47132bc79d1fcd5c5992a3589b391d149e
      31738256
  6. 29 Mar, 2018 1 commit
    • Ross Girshick's avatar
      Add DensePose to README.md · 32acc20c
      Ross Girshick authored
      Reviewed By: ir413
      
      Differential Revision: D7430607
      
      fbshipit-source-id: 0e8c5f6dc223063505da3620744c8a58b9f5034f
      32acc20c
  7. 28 Mar, 2018 1 commit
  8. 23 Mar, 2018 1 commit
    • shenyunhang's avatar
      Miss a 'None' in return values of create_model() in tools/train_net.py · 7d8da094
      shenyunhang authored
      Summary:
      When 'model_final.pkl' exists, the following error occurs:
      ```shell
      INFO train_net.py: 184: model_final.pkl exists; no need to train!
      Traceback (most recent call last):
        File "tools/train_net.py", line 280, in <module>
          main()
        File "tools/train_net.py", line 119, in main
          checkpoints = train_model()
        File "tools/train_net.py", line 128, in train_model
          model, weights_file, start_iter, checkpoints, output_dir = create_model()
      ValueError: need more than 4 values to unpack
      ```
      It misses a return value.
      Closes https://github.com/facebookresearch/Detectron/pull/309
      
      Reviewed By: ir413
      
      Differential Revision: D7366733
      
      Pulled By: rbgirshick
      
      fbshipit-source-id: c37b3b2e5b2aff38d46ca521a9d79613049255cb
      7d8da094
  9. 22 Mar, 2018 1 commit
  10. 20 Mar, 2018 6 commits
  11. 16 Mar, 2018 1 commit
  12. 15 Mar, 2018 1 commit
  13. 27 Feb, 2018 3 commits
  14. 24 Feb, 2018 1 commit
  15. 23 Feb, 2018 1 commit
  16. 21 Feb, 2018 1 commit
  17. 02 Feb, 2018 3 commits
  18. 01 Feb, 2018 4 commits
  19. 31 Jan, 2018 6 commits
  20. 30 Jan, 2018 2 commits
    • Kaiming He's avatar
      improve print_net · 0bc0a8d4
      Kaiming He authored
      Summary: Revise print_net to show the full forward model when there are multiple losses (which is always the case).
      
      Reviewed By: rbgirshick
      
      Differential Revision: D6829753
      
      fbshipit-source-id: 53c1d63d95a78f83a0275b90cad1517315786e7d
      0bc0a8d4
    • Ross Girshick's avatar
      Add template for github issues · fa8dba9c
      Ross Girshick authored
      Reviewed By: KaimingHe
      
      Differential Revision: D6842986
      
      fbshipit-source-id: c8370e2f831239b5489dc723738c6bdf5708a40d
      fa8dba9c