- 27 Jan, 2022 1 commit
-
-
rvandeghen authored
@datumbox Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 25 Jan, 2022 1 commit
-
-
Vasilis Vryniotis authored
-
- 21 Jan, 2022 2 commits
-
-
Vasilis Vryniotis authored
* Adding prototype flag on reference scripts. * Import prototype instead of models/transforms. * Correcting exception type. * fixing none referencing
-
Hu Ye authored
* add fcos * update fcos * add giou_loss * add BoxLinearCoder for FCOS * add full code for FCOS * add giou loss * add fcos * add __all__ * Fixing lint * Fixing lint in giou_loss.py * Add typing annotation to fcos * Add trained checkpoints * Use partial to replace lambda * Minor fixes to docstrings * Apply ufmt format * Fixing docstrings * Fixing jit scripting * Minor fixes to docstrings * Fixing jit scripting * Ignore mypy in fcos * Fixing trained checkpoints * Fixing unit-test of jit script * Fixing docstrings * Add test/expect/ModelTester.test_fcos_resnet50_fpn_expect.pkl * Fixing test_detection_model_trainable_backbone_layers * Update test_fcos_resnet50_fpn_expect.pkl * rename stride to box size * remove TODO and fix some typo * merge some code for better * impove the comments * remove decode and encode of BoxLinearCoder * remove some unnecessary hints * use the default value in detectron2. * update doc * Add unittest for BoxLinearCoder * Add types in FCOS * Add docstring for BoxLinearCoder * Minor fix for the docstring * update doc * Update fcos_resnet50_fpn_coco pretained weights url * Update torchvision/models/detection/fcos.py Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * Update torchvision/models/detection/fcos.py Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * Update torchvision/models/detection/fcos.py Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * Update torchvision/models/detection/fcos.py Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * Add FCOS model documentation * Fix typo in FCOS documentation * Add fcos to the prototype builder * Capitalize COCO_V1 * Fix params of fcos * fix bug for partial * Fixing docs indentation * Fixing docs format in giou_loss * Adopt Reference for GIoU Loss * Rename giou_loss to generalized_box_iou_loss * remove overwrite_eps * Update AP test values * Minor fixes for the docs * Minor fixes for the docs * Update torchvision/models/detection/fcos.py Co-authored-by:
Zhiqiang Wang <zhiqwang@foxmail.com> * Update torchvision/prototype/models/detection/fcos.py Co-authored-by:
Zhiqiang Wang <zhiqwang@foxmail.com> Co-authored-by:
zhiqiang <zhiqwang@foxmail.com> Co-authored-by:
Joao Gomes <jdsgomes@fb.com> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> Co-authored-by:
Joao Gomes <joaopsgomes@gmail.com>
-
- 20 Jan, 2022 1 commit
-
-
Vasilis Vryniotis authored
* Adding CNBlock and skeleton architecture * Completed implementation. * Adding model in prototypes. * Add test and minor refactor for JIT. * Fix mypy. * Fixing naming conventions. * Fixing tests. * Fix stochastic depth percentages. * Adding stochastic depth to tiny variant. * Minor refactoring and adding comments. * Adding weights. * Update default weights. * Fix transforms issue * Move convnext to prototype. * linter fix * fix docs * Addressing code review comments.
-
- 05 Jan, 2022 1 commit
-
-
Yiwen Song authored
* Adding pretrained ViT weights * Adding recipe as part of meta * update checkpoints using best ema results * Fix handle_legacy_interface and update recipe url * Update README
-
- 04 Jan, 2022 1 commit
-
-
Vasilis Vryniotis authored
-
- 02 Jan, 2022 1 commit
-
-
Hu Ye authored
Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 20 Dec, 2021 1 commit
-
-
Tal Ben-Nun authored
Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 13 Dec, 2021 1 commit
-
-
Nicolas Hug authored
-
- 10 Dec, 2021 1 commit
-
-
Yiwen Song authored
As titled.
-
- 09 Dec, 2021 2 commits
-
-
Nicolas Hug authored
-
Nicolas Hug authored
Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 08 Dec, 2021 3 commits
-
-
Hu Ye authored
* support random seed used to shuffle the sampler * fix bug for RA samper Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Nicolas Hug authored
-
Yiwen Song authored
* Adding repaeted data-augument sampler * rebase on top of latest main * fix formatting * rename file * adding coode source
-
- 07 Dec, 2021 3 commits
-
-
Nicolas Hug authored
-
Nicolas Hug authored
-
Vasilis Vryniotis authored
-
- 02 Dec, 2021 1 commit
-
-
kbozas authored
* support amp training for video classification models * Removed extra empty line and used scaler instead of args.amp as function argument * apply formating to pass lint tests Co-authored-by:Konstantinos Bozas <kbz@kbz-mbp.broadband>
-
- 30 Nov, 2021 1 commit
-
-
Vasilis Vryniotis authored
* Change the `default` weights mechanism to sue Enum aliases. * Change `get_weights` to work with full Enum names and make it public. * Applying improvements from code review.
-
- 29 Nov, 2021 1 commit
-
-
Nicolas Hug authored
Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 26 Nov, 2021 1 commit
-
-
Hu Ye authored
* support amp training for segmention models * fix lint Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 22 Nov, 2021 2 commits
-
-
Sepehr Sameni authored
-
Vasilis Vryniotis authored
* Add multi-type support on get_weight. * Fix bug on method call. * Adding logging suffix for QAT.
-
- 15 Nov, 2021 1 commit
-
-
Hu Ye authored
* support amp training * support amp training * support amp training * Update references/detection/train.py Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * Update references/detection/engine.py Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * fix lint issues Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 12 Nov, 2021 2 commits
-
-
Vasilis Vryniotis authored
-
Hu Ye authored
Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 09 Nov, 2021 1 commit
-
-
Hu Ye authored
* fix bug in amp * fix bug in training by amp * support use gradient clipping when amp is enabled Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> Co-authored-by:
Prabhat Roy <prabhatroy@fb.com>
-
- 04 Nov, 2021 1 commit
-
-
Vasilis Vryniotis authored
* Clean up unnecessary quant builders and add quant weights for 0.5 * Fixing mypy.
-
- 03 Nov, 2021 4 commits
-
-
Vasilis Vryniotis authored
* Reordering the builders to use proper typing. * Adding additional meta-data on existing quantized models. * Fixing meta on unquantized model. * Adding quantized googlenet builder. * undo inception move. * Adding recipe information.
-
Vasilis Vryniotis authored
-
Vasilis Vryniotis authored
* Aligning exception with all other models. * Adding prototype preprocessing on video references. * Adding the rest of model builders on faster_rcnn.
-
Vasilis Vryniotis authored
* Adding prototype preprocessing on segmentation references. * Adding prototype preprocessing on video references.
-
- 02 Nov, 2021 3 commits
-
-
Yiwen Song authored
* [references] Adding gradient clipping * ufmt formatting * remove apex code * resolve naming issue
-
Vasilis Vryniotis authored
* Adding multi-weight support to Quantized ResNet. * Update references script to support testing quantized models with the new API. * Handle quantized models correctly in ref script. * Fixing references for quantization.
-
Vasilis Vryniotis authored
* Update training references from legacy models. * Refactoring to share common parts.
-
- 01 Nov, 2021 1 commit
-
-
Vasilis Vryniotis authored
* Moving original builder at the bottom of the page to use proper typing. * Adding multiweight support to inception. * Update doc.
-
- 28 Oct, 2021 1 commit
-
-
Jirka Borovec authored
Co-authored-by:Nicolas Hug <nicolashug@fb.com>
-
- 25 Oct, 2021 1 commit
-
-
Vasilis Vryniotis authored
* Update model checkpoint for resnet50. * Add get_weight method to retrieve weights from name. * Update the references to support prototype weights. * Fixing mypy typing. * Switching to a python 3.6 supported equivalent. * Add unit-test. * Add optional num_classes.
-