- 23 Jan, 2019 3 commits
-
-
Forest authored
-
Cheng-Yang Fu authored
* Add new section "Projects using maskrcnn-benchmark". * Update README.md update the format. * Update README.md * Add coco_2017_train and coco_2017_val * Update README.md Add the instructions about COCO_2017
-
Cheng-Yang Fu authored
* Add new section "Projects using maskrcnn-benchmark". * Update README.md update the format. * Update README.md
-
- 22 Jan, 2019 1 commit
-
-
Aaron Lelevier authored
fixes #339
-
- 21 Jan, 2019 4 commits
-
-
Francisco Massa authored
This reverts commit 6cbb3d27.
-
103yiran authored
-
zimenglan authored
* make pixel indexes 0-based for bounding box in pascal voc dataset * replacing all instances of torch.distributed.deprecated with torch.distributed * replacing all instances of torch.distributed.deprecated with torch.distributed * add GroupNorm * add GroupNorm -- sort out yaml files * use torch.nn.GroupNorm instead, replace 'use_gn' with 'conv_block' and use 'BaseStem'&'Bottleneck' to simply codes * modification on 'group_norm' and 'conv_with_kaiming_uniform' function * modification on yaml files in configs/gn_baselines/ and reduce the amount of indentation and code duplication
-
103yiran authored
-
- 14 Jan, 2019 2 commits
-
-
guanfuchen authored
-
任广辉 authored
-
- 30 Dec, 2018 1 commit
-
-
夜阑听风 authored
sort keys before reduction
-
- 22 Dec, 2018 1 commit
-
-
Francisco Massa authored
-
- 21 Dec, 2018 2 commits
-
-
Lei Yang authored
* Update checkpoint.py if edit "{save_dir}/last_checkpoint" by vim, "\n" will auto append to the end of file. which will raise ``` FileNotFoundError: [Errno 2] No such file or directory: 'save_dir/model_0060000.pth\n' ``` * Update checkpoint.py if edit "{save_dir}/last_checkpoint" by vim, "\n" will auto append to the end of file. which will raise ``` FileNotFoundError: [Errno 2] No such file or directory: 'save_dir/model_0060000.pth\n' ```
-
benjaminrwilson authored
-
- 18 Dec, 2018 1 commit
-
-
Gu Wang authored
-
- 17 Dec, 2018 1 commit
-
-
Francisco Massa authored
-
- 14 Dec, 2018 2 commits
- 06 Dec, 2018 2 commits
-
-
Yuxin Wu authored
* Fix indexing error in nms kernel Here it is indexing a cuda tensor with CPU indices. It used to work, but after https://github.com/pytorch/pytorch/commit/006505bb8f9dcf0f38b32518308d071c8a1ccec6 it results in memory corruption. * Use the device of other tensors
-
Henry Wang authored
* add force json option * fix the same issue as #185 * bug fix * cityscapes config * update paths catalog * discard config change * organize code for more-datasets * use better representation for coco-style datasets * rename coco-style config * remove import * chmod 644 * make the config more verbose * update readme * rename * chmod
-
- 05 Dec, 2018 2 commits
-
-
CoinCheung authored
-
zimenglan authored
* make pixel indexes 0-based for bounding box in pascal voc dataset * replacing all instances of torch.distributed.deprecated with torch.distributed * replacing all instances of torch.distributed.deprecated with torch.distributed
-
- 04 Dec, 2018 3 commits
-
-
CoinCheung authored
* readme and predictor.py * format modification and readme
-
Francisco Massa authored
-
Ren Jin authored
In maskrcnn_benchmark/modeling/roi_heads/mask_head/inference.py change line 125-126 to w = int(box[2] - box[0] + TO_REMOVE) h = int(box[3] - box[1] + TO_REMOVE)
-
- 28 Nov, 2018 1 commit
-
-
wat3rBro authored
-
- 27 Nov, 2018 4 commits
-
-
Henry Wang authored
* fix the same issue as #185 * add fix from the previous change
-
wat3rBro authored
-
keineahnung2345 authored
* Dockerfile with jupyter notebook support * add instruction of building docker with jupyter * upload dockerfile with jupyter support * remove Dockerfile-jupyter * remove jupyter_notebook_config.py * update INSTALL.md * Dockerfile with jupyter notebook support * add instruction of building docker with jupyter * upload dockerfile with jupyter support * remove Dockerfile-jupyter * remove jupyter_notebook_config.py * update INSTALL.md * apply changes in 1123 * update INSTALL.md * update install.md add description of the password add -v flag * clean up * remove tensorflow copyright
-
Hao authored
-
- 26 Nov, 2018 1 commit
-
-
zimenglan authored
-
- 23 Nov, 2018 5 commits
-
-
Francisco Massa authored
* add support for pascal voc dataset and evaluate * optimization for adding voc dataset * make inference.py dataset-agnostic; add use_difficult option to voc dataset * handle voc difficult objects correctly * Remove dependency on lxml plus minor improvements * More cleanups * More comments and improvements * Lint fix * Move configs to their own folder
-
Miguel Varela Ramos authored
-
archdyn authored
-
Miguel Varela Ramos authored
-
keineahnung2345 authored
* add opencv support to Dockerfile cv2 is used by predictor.py, so it's required * install opencv-python from conda
-
- 21 Nov, 2018 2 commits
-
-
keineahnung2345 authored
-
Francisco Massa authored
-
- 20 Nov, 2018 2 commits
-
-
Francisco Massa authored
-
Francisco Massa authored
* Add an option to postprocess masks during inference * Fix COCO evaluation to resize masks ony if needed. * Fix casting * Fix minor issues in paste_mask_in_image * Cast mask to uint8 * Make Masker batch compatible * Remove warnings and stylistic changes
-