- 01 Jun, 2018 1 commit
-
-
shenyunhang authored
Summary: I found that the json annotations for Pascal VOC downloaded from the [URL](https://storage.googleapis.com/coco-dataset/external/PASCAL_VOC.zip) in [detectron/datasets/data/README.md](https://github.com/facebookresearch/Detectron/blob/master/detectron/datasets/data/README.md#pascal-voc-annotations-in-coco-format) are split into three sets: 'train', 'val' and 'test'. Therefor, it's unable to use 'trainval' set directly. For example, the code can't found the 'voc_2007_trainval.json' file when using the following configure: ```python TRAIN: DATASETS: ('voc_2007_trainval',) Closes https://github.com/facebookresearch/Detectron/pull/299 Differential Revision: D8202450 Pulled By: ir413 fbshipit-source-id: 8d8bc8ce406b2d2ed4af57953846d21fa1968018
-
- 26 May, 2018 1 commit
-
-
Kaiming He authored
Summary: Fix a bug of aspect ratio grouping to support training batch size > 2. Reviewed By: rbgirshick Differential Revision: D8157964 fbshipit-source-id: 28eec6246cd6daf83aef30da245fe7bf340fbbc9
-
- 25 May, 2018 1 commit
-
-
Roy authored
Summary: Dilation value `cfg.MRCNN.DILATION` is only used to calculate padding for conv, but not assigned to the dilation argument of conv. Closes https://github.com/facebookresearch/Detectron/pull/388 Reviewed By: rbgirshick Differential Revision: D8160945 Pulled By: ir413 fbshipit-source-id: dca6a5cf7659f29a5d1d91e860c9dfff4963e7c3
-
- 24 May, 2018 5 commits
-
-
Ilija Radosavovic authored
Reviewed By: rbgirshick Differential Revision: D8117250 fbshipit-source-id: 1cd6e033c3ed3057afeeb92ed86a20d807549b5a
-
Ilija Radosavovic authored
Reviewed By: rbgirshick Differential Revision: D8117130 fbshipit-source-id: e75dd34c9748a17432fffe792f7a0871e09e2797
-
Ilija Radosavovic authored
Reviewed By: rbgirshick Differential Revision: D8116895 fbshipit-source-id: 6d8b5be01189db16ec92c8b5b0010db810777170
-
Ilija Radosavovic authored
Reviewed By: rbgirshick Differential Revision: D8113057 fbshipit-source-id: 36ea85bb0e0f2a9f253c96cca5fd7f148b6746ab
-
Ross Girshick authored
Reviewed By: ir413 Differential Revision: D8083267 fbshipit-source-id: 96c17d79d117bf434a5b879a8bca4c88ea6b68e2
-
- 14 May, 2018 1 commit
-
-
shenyunhang authored
Summary: We fix some typos: lib -> detectron . Closes https://github.com/facebookresearch/Detectron/pull/429 Reviewed By: rbgirshick Differential Revision: D7988278 Pulled By: ir413 fbshipit-source-id: 5e673b51a831f95aa7d7ea2ce51c5c41a1715825
-
- 09 May, 2018 1 commit
-
-
Jing Huang authored
Summary: For RoIFeatureTransform Methods with ArgMax (RoIPoolF/RoIPoolLateQuantization), the current pipeline will report ``` TypeError: I/O blob #0 of unsupported type: (BlobReference("gpu_0/roi_features"), BlobReference("gpu_0/_argmax_roi_features")) of type <type 'tuple'> ``` as in the example training: https://our.intern.facebook.com/intern/fblearner/details/51149202/ Reviewed By: viswanathgs Differential Revision: D7907518 fbshipit-source-id: 38caa51c955f5a577d11c04688b9061cb6dd3c22
-
- 08 May, 2018 2 commits
-
-
Ilija Radosavovic authored
Reviewed By: rbgirshick Differential Revision: D7774100 fbshipit-source-id: e11d30fd817c8553ac6f2de16924eea3f78c8814
-
Ilija Radosavovic authored
Reviewed By: rbgirshick Differential Revision: D7516523 fbshipit-source-id: 7c67f82c7ce6f79a66b0bdea0770d2d00735e38f
-
- 28 Apr, 2018 1 commit
-
-
Gioele Ciaparrone authored
Summary: Fixed "cannot find cmake/Cuda.cmake" error when executing "make ops" command (the correct path is cmake/legacy/Cuda.cmake") Closes https://github.com/facebookresearch/Detectron/pull/399 Reviewed By: rbgirshick Differential Revision: D7790070 Pulled By: ir413 fbshipit-source-id: 6fc49b226be227dc8e9e638a9f4c39ef2efc22aa
-
- 27 Apr, 2018 1 commit
-
-
Ilija Radosavovic authored
Reviewed By: rbgirshick Differential Revision: D7513510 fbshipit-source-id: cf46a61f8e1e9f81154fc43974be5abc4afec2f4
-
- 26 Apr, 2018 1 commit
-
-
Yangqing Jia authored
Summary: This basically allows Detectron to be built without having to include the many cmake files from Caffe2. Caffe2 now properly exports utility functions and dependent libraries, and so one can use the new style targets "caffe2_library" and "caffe2_gpu_library" directly. This should also solve problems like #251 after we update the conda version. cc pjh5. Closes https://github.com/facebookresearch/Detectron/pull/286 Reviewed By: ir413 Differential Revision: D7397696 Pulled By: Yangqing fbshipit-source-id: 7a47e0addedd4b3c88dd8e2e130afdad04706acc
-
- 25 Apr, 2018 3 commits
-
-
Kaiming He authored
Summary: fix a typo in url Reviewed By: ppwwyyxx Differential Revision: D7746833 fbshipit-source-id: a0873424ef91625d67f3fbfe44d2b1c5c9c8a4b8
-
Kaiming He authored
Summary: Add GN documentation. Reviewed By: rbgirshick, ppwwyyxx Differential Revision: D7745878 fbshipit-source-id: 8a49160b1e4026fbcf41082df4a3a8d0f8e90d85
-
Kaiming He authored
Summary: Add GroupNorm support to master Detectron. Reviewed By: rbgirshick Differential Revision: D7611892 fbshipit-source-id: dc4fb84a0e2167b05fd8a94ee0ff1ab1c21369b7
-
- 11 Apr, 2018 1 commit
-
-
Camille Barneaud authored
Summary: Before this change <code>assert_and_infer_cfg</code> would override the weights passed by the user with CFG ones. It is normal to change it as the user is required to pass weights, otherwise there will be this error : <code>AssertionError: <class 'NoneType'></code>. (verified only in infer_simple.py) Sort of follow-up of eddb1301. Closes https://github.com/facebookresearch/Detectron/pull/331 Reviewed By: ir413 Differential Revision: D7569224 Pulled By: rbgirshick fbshipit-source-id: 00dbaadd2440f39b2b3440b4101a58ed3e68a908
-
- 04 Apr, 2018 1 commit
-
-
Ashwin Bharambe authored
Reviewed By: rbgirshick Differential Revision: D7491769 fbshipit-source-id: 20d8d1f72a773379a3882b697b574b0b0b4f01d3
-
- 03 Apr, 2018 1 commit
-
-
Ilija Radosavovic authored
Reviewed By: rbgirshick Differential Revision: D7484464 fbshipit-source-id: f92804fedc3ae040e585e7c0c2eb3e44526eef22
-
- 30 Mar, 2018 2 commits
-
-
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
-
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
-
- 29 Mar, 2018 1 commit
-
-
Ross Girshick authored
Reviewed By: ir413 Differential Revision: D7430607 fbshipit-source-id: 0e8c5f6dc223063505da3620744c8a58b9f5034f
-
- 28 Mar, 2018 1 commit
-
-
Agrim Gupta authored
Reviewed By: rbgirshick Differential Revision: D7015424 fbshipit-source-id: b8e4a998ae55e717f0b7981f15349d93e464b734
-
- 23 Mar, 2018 1 commit
-
-
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
-
- 22 Mar, 2018 1 commit
-
-
Ross Girshick authored
Reviewed By: ir413 Differential Revision: D7364656 fbshipit-source-id: bfd31bc7c95b9606037c2f5546c9edd0e0318272
-
- 20 Mar, 2018 6 commits
-
-
Ross Girshick authored
Reviewed By: ashwinb Differential Revision: D7148434 fbshipit-source-id: 4f5e6386d484b0012ed14dbe1445ee8010d2cc26
-
Ross Girshick authored
Reviewed By: ir413 Differential Revision: D7148432 fbshipit-source-id: e23f767fe0241496b0ee0fb73c247747250eb34e
-
Ross Girshick authored
Reviewed By: ir413 Differential Revision: D7148430 fbshipit-source-id: 71f25716d157daf4082a35dd2138debd9a43c7f1
-
Ross Girshick authored
Reviewed By: ir413 Differential Revision: D7148427 fbshipit-source-id: 25b755c75ddc59cff7a1dc5a5cddb139c44f7cbf
-
Ross Girshick authored
Reviewed By: ir413 Differential Revision: D7148425 fbshipit-source-id: 78c11427b0559248116ca1065b8252355f0034a3
-
Ross Girshick authored
Reviewed By: ashwinb Differential Revision: D7148419 fbshipit-source-id: c8990b7db3c48ea76b665cbda1b9c0985096920c
-
- 16 Mar, 2018 1 commit
-
-
shenyunhang authored
Summary: Fix typos when creating symlinks for PASCAL VOC. Closes https://github.com/facebookresearch/Detectron/pull/275 Reviewed By: rbgirshick Differential Revision: D7274459 Pulled By: ir413 fbshipit-source-id: 8a60516ac199371f67117b29f1ebe3199dabe550
-
- 15 Mar, 2018 1 commit
-
-
Ilija Radosavovic authored
Reviewed By: rbgirshick Differential Revision: D7271967 fbshipit-source-id: f42493b08e097bd702b36482b4587a42e5bf3262
-
- 27 Feb, 2018 3 commits
-
-
Ilija Radosavovic authored
Reviewed By: rbgirshick Differential Revision: D7086631 fbshipit-source-id: 8d1a756bdd187eb33cde0dac0dc73c5293ca17eb
-
Ilija Radosavovic authored
Reviewed By: rbgirshick Differential Revision: D7084409 fbshipit-source-id: b1fc559847710e7e4dc35fa8b317c0ba259a4dde
-
Ilija Radosavovic authored
Reviewed By: rbgirshick Differential Revision: D7082759 fbshipit-source-id: b3257e418944dcfb3c15ff71404c39451d4e225d
-
- 24 Feb, 2018 1 commit
-
-
Ilija Radosavovic authored
Reviewed By: rbgirshick Differential Revision: D7069768 fbshipit-source-id: f254f0073ddc57c43977a8010ca67e89ea1e0c3f
-
- 23 Feb, 2018 1 commit
-
-
Moritz Kampelmuehler authored
Summary: Fixed bug preventing RetinaNet training with num_classes != 81 from converging. Resolves #93 Closes https://github.com/facebookresearch/Detectron/pull/176 Reviewed By: ir413 Differential Revision: D7056134 Pulled By: rbgirshick fbshipit-source-id: d3c62ce98a23a09191dd2720bc7189ee5490635d
-