- Aug 09, 2019
- Aug 08, 2019
-
-
Kai Chen authored
-
- Aug 07, 2019
-
-
simon wu authored
* Fix bug of FCOS when image has no positive sample * somes changes for fcos
-
liushuchun authored
-
Kai Chen authored
-
Kai Chen authored
-
Demetris Marnerides authored
* Allowing validation dataset for computing validation loss * added validation dataset * fixing datasets errors * Fixing linting errors
-
Dhananjai Sharma authored
* Added vertical flipping in bbox_flip * Fixed linting errors * Fixed linting errors * Added a blank line in docstrings * Fixed linting errors.
-
- Aug 06, 2019
-
-
simon wu authored
-
- Aug 04, 2019
-
-
youkaichao authored
-
- Aug 02, 2019
-
-
Ramakrishna Kakarala authored
-
l-ilya authored
-
Ye Liu authored
-
clmich authored
* Add robust detection benchmark * Update readmes * Changed readmes for pull request * Ensure pep8 conformity * fixed formatting * Fix yapf errors * minor formatting * fix imports order
-
- Aug 01, 2019
-
-
Kai Chen authored
* bug fix for recursive imports * minor formatting
-
- Jul 31, 2019
- Jul 29, 2019
-
-
WU Yue authored
* add major components for training double head double head only with two losses and no attention remove double_head detector for now, merge upchannel to double_head bbox head change the stype using yapl remove uncessary comment# to pass check to pass v2 to pass v3 line too long and style again reuse bottlenet * refactoring * bug fix * bug fix for weight initialization * add reg roi scale factor and modify loss weights * rescale the roi after mapping to fpn levels
-
Kai Chen authored
* format the codebase with yapf * add yapf to travis
-
Kai Chen authored
* restructure the ops directory * add some repr strings
-
- Jul 28, 2019
- Jul 27, 2019
-
-
clmich authored
* added cityscapes * updated configs * removed wip configs * Add initial dataset instructions * Add cityscapes readme * Add explanation for lr scaling * Ensure pep8 conformity * Add CityscapesDataset to the registry * add benchmark * rename config, modify README.md * fix typo * fix typo in config * modify INSTALL.md Update information how to arrange cityscapes data. * Add cityscapes class names
-
Kai Chen authored
-
- Jul 26, 2019
-
-
simon wu authored
* Require an operation(Save or Show the results) when testing * using parentheses * Warning when skip image * added parameter skip_img_without_anno for dataset * print filename when warning
-
Demetris Marnerides authored
* Added Registry use for validation datasets (distributed) * Allowing for default_args for build_dataset * Using build_dataset instead of build_from_cfg
-
- Jul 25, 2019
-
-
Vladimir Iglovikov authored
* Added an option to save inference results to the json file * flake8 fixes * yapf fixes
-
clmich authored
* Add option to use linear scaling rule * Ensure pep8 conformity
-
Tzu-Chan (Alice) Chuang authored
* Add exceptions handling while validating * fix lint * add Exception type
-
- Jul 22, 2019
-
-
Cao Yuhang authored
-
- Jul 20, 2019
-
-
milli Watt micro authored
* checkpoint files added * gitignore updated with pytorch checkpoints
-
- Jul 15, 2019
- Jul 14, 2019
-
-
Jiangmiao Pang authored
-
- Jul 13, 2019
-
-
simon wu authored
* Fixing build-errors on Windows (add some compile args, which are default on Linux) * Fixing build-errors on Windows * minor formatting * Fixing errors on windows 1.Adding 'cxx' key for extra_compile_args 2.Adding type-cast to long for first parameter of THCCeilDiv facebookresearch/maskrcnn-benchmark#409 3.Ignoring resource setting on windows * update the order of import statements
-
Cao Yuhang authored
-
- Jul 11, 2019
-
-
Daniel Suess authored
* Implement all extension building in main setup.py * Remove old build files * Adapt installation guide * Refactor to comply with flake8 * Move imports into functions & refactor module paths * Format setup.py with yapf * Move cython/numpy import back to head of file * Add note to use verbose mode for pip in INSTALL.md
-