- 28 Jan, 2022 2 commits
-
-
Philip Meier authored
* run mypy on Python 3.9 * appease mypy * Revert "run mypy on Python 3.9" This reverts commit b935c8310ca755851f523af5aeb3a6f120b95abf.
-
Vasilis Vryniotis authored
-
- 27 Jan, 2022 7 commits
-
-
Vasilis Vryniotis authored
-
Nicolas Hug authored
* Some Qs * Some modifications * don't need _loader in __init__ * list_names -> list_datasets * Update torchvision/prototype/datasets/utils/_resource.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * Remove unsued import * fix tests * Some missing renames Co-authored-by:
Philip Meier <github.pmeier@posteo.de>
-
Vasilis Vryniotis authored
-
Nicolas Hug authored
* Add PCAM dataset to prototype area * use BytesIO instead of writing file to disk * Apply suggestions from code review Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * remove noqa * typos * Use _Resource namedtuple * Add h5py to unittest_prototype job * use .item() on target * Forgot to call regenerate.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de>
-
Aditya Oke authored
* Start stuff * Start adding some implementation * Add implementation * Use torch for colorwheel * Add simple test * Fix small numpy rename * Adapt the changes * Fix stuff * Add suggestions * Minor fixes for float * Remove idx logic * Simplify * Fix test * Update code and add test * Add expected flow asset * Fix expected flow path * Doc nits Co-authored-by:
Nicolas Hug <nicolashug@fb.com> Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com>
-
Prabhat Roy authored
-
rvandeghen authored
@datumbox Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 26 Jan, 2022 6 commits
-
-
Hu Ye authored
* fix bug when the target is empty * Add unittest for empty instance training Co-authored-by:
Zhiqiang Wang <zhiqwang@foxmail.com> Co-authored-by:
Joao Gomes <joaopsgomes@gmail.com>
-
Prabhat Roy authored
-
Bruno Korbar authored
* expect the CI to fail * retrigger tests * rewriting to close the containers and avoid potential clashes * addressing Prabhat's commetns Co-authored-by:
Bruno Korbar <bkorbar@quansight.com> Co-authored-by:
Prabhat Roy <prabhatroy@fb.com>
-
Masahiro Masuda authored
* Remove in-place mutation in DefaultBoxGenerator * device fix * Update torchvision/models/detection/anchor_utils.py Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Allen Goodman authored
Co-authored-by:Nicolas Hug <contact@nicolas-hug.com>
-
Kai Zhang authored
* add docstring for _log_api_usage_once * lint * rephrase Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 25 Jan, 2022 4 commits
-
-
Jithun Nair authored
Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> Co-authored-by:
Nikita Shulga <nshulga@fb.com>
-
Piyush Singh authored
* replace assert with valueerror * pytest should raise ValueError not AssertionError * minor edit * raise assert changed to raise valueerror in test * Update torchvision/models/detection/backbone_utils.py Co-authored-by:
Aditya Oke <47158509+oke-aditya@users.noreply.github.com> * Update torchvision/models/detection/backbone_utils.py Co-authored-by:
Aditya Oke <47158509+oke-aditya@users.noreply.github.com> * minor edits * minor edits * added one test * added another test * added another test * test for mobilenet * ufmt formatting * cant have unused variables * suggested changes * minor edit * corrected bug pointed out by datumbox * corrected bug pointed out by datumbox * bug correction and shorten msg * ufmt stuff * resolved last comment Co-authored-by:
Abhijit Deo <72816663+abhi-glitchhg@users.noreply.github.com> Co-authored-by:
Aditya Oke <47158509+oke-aditya@users.noreply.github.com> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Vasilis Vryniotis authored
-
Nicolas Hug authored
* use fixture for dataset root in tests * fix home dir generation * remove caching Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 24 Jan, 2022 8 commits
-
-
vfdev authored
* Added center option to F.affine and RandomAffine ops * Updates according to the review
-
Joao Gomes authored
* Adding multiweight support for shufflenetv2 prototype models * Revert "Adding multiweight support for shufflenetv2 prototype models" This reverts commit 31fadbee7d1a65cd73ae43dfd4ac6e97e7ca7b01. * Adding multiweight support for shufflenetv2 prototype models * Revert "Adding multiweight support for shufflenetv2 prototype models" This reverts commit 4e3d900f796c1e3e667312087e77956ca4a4c017. * Remove module vs method name clash
-
Nicolas Hug authored
-
Prabhat Roy authored
* Add seek in GPU decoder * Merge the two tests * Refine unit test
-
Prabhat Roy authored
-
Mark Harfouche authored
* Allow gcc to be overwritten with an environment variable * change quoting style Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Nicolas Hug authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
Yoshitomo Matsubara authored
* renamed ImageNet weights * renamed COCO weights * renamed COCO with VOC labels weights * renamed Kinetics 400 weights * rename default with DEFAULT * update test * fix typos * update test * update test * update test * indent as w was weight_enum * revert * Adding back the capitalization test Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 23 Jan, 2022 1 commit
-
-
Vasilis Vryniotis authored
-
- 21 Jan, 2022 3 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>
-
Mohammad (Moe) Rezaalipour authored
-
- 20 Jan, 2022 9 commits
-
-
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.
-
Philip Meier authored
* add SVHN prototype dataset * add test
-
Philip Meier authored
* refactor prototype dataset tests to use public API for loading * add explanation * use loop alternative
-
Philip Meier authored
* allow single extension as str in make_dataset * remove test class * remove regex * revert collection to tuple * cleanup
-
Fedor authored
* Adding min_size as a required field. * Adding min_size to classification models (quantized and not) * Adding min_size to video models meta. * Moving min_size to _COMMON_META * Fixing extra line Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Nicolas Hug authored
* Change default of download for Food101 and DTD * Set download default to False and put it at the end * Keep stuff private * GTSRB: train -> split. Also use pathlib * mypy * Remove split and partition for SUN397 * mypy * mypy * move download param for SST2 * Use make_dataset in SST2 * Use a base URL for GTSRB * Let's make this code more complictaed than it needs to be because why not
-
Philip Meier authored
* improve error message for prototype datasets without options * remove early exit * add test
-
Joao Gomes authored
* Adding multiweight support for shufflenetv2 prototype models * Revert "Adding multiweight support for shufflenetv2 prototype models" This reverts commit 31fadbee7d1a65cd73ae43dfd4ac6e97e7ca7b01. * Adding multiweight support for shufflenetv2 prototype models * Revert "Adding multiweight support for shufflenetv2 prototype models" This reverts commit 4e3d900f796c1e3e667312087e77956ca4a4c017. * Add RenderedSST2 dataset * Address PR comments * Fix bug in dataset verification Co-authored-by:Nicolas Hug <contact@nicolas-hug.com>
-
Yoshitomo Matsubara authored
-