- Nov 16, 2020
-
-
Yuxin Wu authored
-
- Sep 28, 2020
-
-
Francisco Massa authored
* Add comment explaining num_classes * More comments * More comments
-
- Sep 23, 2020
-
-
DanielFennhagen authored
-
- Sep 21, 2020
-
-
Zhiqiang Wang authored
* Add unittest of libtorch tracing * Add type annotation of jit unused * Bug fixes of jit type annotations * Minor fixes
-
Yan Li authored
-
- Sep 20, 2020
-
-
Zhiqiang Wang authored
-
- Aug 19, 2020
-
-
Paul Willot authored
* Fix ONNX export for panotpic model The operation `.view_as(an_other_tensor)` is not supported by ONNX, `view(an_other_tensor.size())` is identical and supported. This fix allow to export panoptic models. * Update test_all.py Add onnx export test for panoptic model * fix lint * fix lint * Skip test on OOM CI error
-
- Aug 12, 2020
-
-
Jaedong Hwang authored
* [add] DETR Instance Sesgmentation via Detectron2 * [change] Following @fmassa comments * [fix] typo * Update README.md Add segmentation training script. * [delete] import detectron2 * [refactor] * Update d2/detr/detr.py Co-authored-by:
alcinos <nicolas.carion@ens-lyon.fr>
-
- Aug 11, 2020
-
-
Less Wright authored
* only plot_util_fixes * improved log file checking * whitespace fixes
-
- Aug 07, 2020
-
-
Yuqing Wang authored
Fix size bug in padding transform.
-
- Aug 05, 2020
-
-
Omri Bar authored
* hs dimensions once DEEP_SUPERVISION is False in case DEEP_SUPERVISION is False, the first dimension of hs is 'missing' * Fixing hs output to return a consistent tensor dimension within the TransformerDecoder class once DEEP_SUPERVISION is False
-
- Aug 03, 2020
-
-
Zhiqiang Wang authored
* Bug fixes in ONNX export * Add onnx onnxruntime as requirements * Add unittest of detr panoptic model onnx export * Update onnx opset version to 12 to support operator einsum in detr panoptic models * Fix lint * The precision of panoptic onnx exported model exceeded the margin of error
-
- Jul 11, 2020
-
-
alcinos authored
Fixes typos in README related to segmentation training
-
David Young authored
-
- Jul 10, 2020
-
-
Haridas N authored
* Update plot_utils.py * fix lint error.
-
- Jul 09, 2020
-
-
alcinos authored
-
- Jun 30, 2020
-
-
Francisco Massa authored
-
- Jun 29, 2020
-
-
alcinos authored
Bug fix for D2
-
Nicolas Carion authored
-
alcinos authored
-
- Jun 28, 2020
-
-
alcinos authored
-
- Jun 23, 2020
-
-
alcinos authored
* Update README with details on segmentation * Added link to the panoptic notebook * Added data-preparation + training instructions. * Fix markdown
-
- Jun 15, 2020
-
-
Muhammad Hafiz authored
(center_x, center_y, h, w) changed to (center_x, center_y, w, h)
-
Francisco Massa authored
* Add torchscript support to panoptic models * Fix lint
-
- Jun 14, 2020
-
-
Francisco Massa authored
-
- Jun 12, 2020
-
-
Less Wright authored
* improve robustness of plot_logs function: - robustify logs param - checks if list, if not, deep converts to list for plotting. - expose log name as optional param (log_name = 'log.txt') to avoid internal hard-coded references - verify directories passed in are valid. Raise ValueError if not with path to broken directory shown - added parameter explanations in commments * whitespace fixes for pylint * pylint flake8 update for whitespace * pylint flake8 update for whitespace, last 4 issues * code pylint missing 2 trailing wspace, fixed * blank line at end of file removed... * simplified use case to path/list[path] * 2 whitespace fixes * one last whitespace removed
-
- Jun 06, 2020
-
-
Shoufa Chen authored
-
- Jun 05, 2020
-
-
alcinos authored
-
alcinos authored
Hub config for panoptic models
-
Francisco Massa authored
* Add torchscript support for hub detection models * Dummy commit to test CI * Try trigger CI * Fix lint * Update CI to use nightlies
-
Nicolas Carion authored
-
- Jun 02, 2020
-
-
Francisco Massa authored
* Add ISSUE_TEMPLATE * Fix
-
- Jun 01, 2020
-
-
Fatih Baltacı authored
-
- May 30, 2020
-
-
Zhiqiang Wang authored
* Unifying the format of argparse * Minor fixes
-
- May 29, 2020
-
-
Sergey Zagoruyko authored
Update panoptic model hashes
-
Sergey Zagoruyko authored
-
- May 28, 2020
-
-
Sergey Zagoruyko authored
-
- May 27, 2020
-
-
Myeongjun Kim authored
* fix IndexError * fix IndexError
-
Sergey Zagoruyko authored
-
Alexander Kirillov authored
-