- Oct 05, 2019
-
-
tyomj authored
* Albumentations wrapper * 2 single quote format * version >= 0.3.2
-
- Oct 04, 2019
-
-
Jon Crall authored
-
- Oct 03, 2019
- Oct 02, 2019
-
-
Tao Kong authored
* add foveabox support * format * fix * foveabox correct * fix mean and std in config * add foveabox in model zoo * fix work_dir, typo, fovea_target and config issues * add necessary comments * fix yapf issue in C1 check * fix yapf issue in C1 check * rename configs * update model urls and minor fix
-
Jon Crall authored
* Enable doctests in CI with xdoctest * use xdoctest in travis file * Fix doctest warnings * dont test eggs directory * Ensure xdoctest is installed before running CI
-
Jon Crall authored
* Pass device to grid_anchors and valid_flags * fix yapf formatting
-
Claudio Michaelis authored
-
- Sep 25, 2019
-
-
kkkio authored
* Fix #1223 #1223 is caused by extra > len(indice), so I add a loop to properly pad the indice list. I also changed the list concatenation from ```+=``` to ```.extend```. * Update sampler.py style
-
Raymond Tunstill (Kirk) authored
* Fixed coco_eval bug where seg length check could be wrong (#1376) * Added check for segm counts field to check if the decode method is present * Changed classes length check to more general check * Fixed coco_utils.py to be more robust condition for mask lasbelling * Added seg length check to ensure two objects exist * Added type check over len check * Check for only tuple
-
- Sep 14, 2019
-
-
Cao Yuhang authored
* fix dpool * add _pair in dpool func
-
donglee authored
* add tta to HTC and Caccade RCNN * format file with yapf * fix import error with isort * Update htc.py * Update cascade_rcnn.py * fix bug * delete some redundant codes
-
- Sep 12, 2019
-
-
Cao Yuhang authored
-
Chongruo Wu authored
* fix a bug for Modulated Deformable Convolution * resolve cases for CI test * resolve cases for CI test * resolve cases for CI test * create a new script * change dir name in config * update model url
-
- Sep 10, 2019
-
-
Cao Yuhang authored
* fix bug when using coco_eval evaluate * raise TypeError
-
- Sep 09, 2019
-
-
gfjiangly authored
* add g++ requirement for INSTALL.md. * fix bugs for cropping masks in RandomCrop. * simplify the code to fix bugs for cropping masks in RandomCrop.
-
- Sep 05, 2019
-
-
Ligeng Zhu authored
* Update deform_conv_cuda.cpp * Update deform_pool_cuda.cpp
-
- Aug 31, 2019
-
-
Tianheng Cheng authored
* fix config * rm DS_Store * add 28e * update model url
-
Yan authored
-
- Aug 29, 2019
-
-
Cao Yuhang authored
* fix bug of ssd * clean
-
- Aug 27, 2019
-
-
Kai Chen authored
add RepPoints support
-
- Aug 26, 2019
- Aug 25, 2019
-
-
Kai Chen authored
-
B1ueber2y authored
-
v-zeya authored
-
Sebastiano Ferraris authored
* requirements to list in setup to avoid repetitions * minor refactoring
-
gfjiangly authored
-
- Aug 24, 2019
-
-
Cao Yuhang authored
-
- Aug 23, 2019
-
-
Kai Chen authored
* define data pipelines * update two config files * minor fix for config files * allow img_scale to be optional and update config * add some docstrings * add extra aug to transform * bug fix for mask resizing * fix cropping * add faster rcnn example * fix imports * fix robustness testing * add img_norm_cfg to img_meta * fix the inference api with the new data pipeline * fix proposal loading * delete args of DefaultFormatBundle * add more configs * update configs * bug fix * add a brief doc * update gt_labels in RandomCrop * fix key error for new apis * bug fix for masks of crowd bboxes * add argument data_root * minor fix * update new hrnet configs * update docs * rename MultiscaleFlipAug to MultiScaleFlipAug * add __repr__ for all transforms * move DATA_PIPELINE.md to docs/ * fix image url
-
- Aug 22, 2019
-
-
Jirka Borovec authored
* add testing in Travis * add proj. requirements * install CUDA * def tested packages * add missing meta in setup * add empty test * restructure travis tests * add sample doctest * switch to nose2 * add sample test * using pytest * minor fixes
-
Dhananjai Sharma authored
If list gt_ignore was empty, it should become None after the following if statement: if not gt_ignore, which was not getting handled correctly. Changed gt_ignore = gt_ignore to gt_ignore = None.
-
Kai Chen authored
-
Jirka Borovec authored
-
Jiaqi Wang authored
* add coco analyze tool * update * update * update * update * update
-
- Aug 15, 2019
-
-
Gu Wang authored
-
- Aug 14, 2019
-
-
Tianheng Cheng authored
* update model zoo * update model zoo * update model links * update HRNet README * update HRNet README * remove .DS_Store * update HRNet results * update HRNet results and remove .DS_Store * update FCOS results * update HRFPN to support FCOS * remove blank line * remove blank line * update Modelzoo * update models * update model url * fix typo * fix typo * change name of backbones * add 20e to cascade w18 * update url
-
- Aug 12, 2019
-
-
Kai Chen authored
* add flops counter * minor fix * add forward_dummy() for most detectors * add documentation for some tools
-
- Aug 11, 2019
-
-
Kai Chen authored
* add dockerfile * update installation guide * minor fix
-