- 26 Nov, 2021 1 commit
-
-
Philip Meier authored
* enable caching of model weights for prototype CI * syntax * syntax * make cache dir dynamic * increase verbosity * fix * use larget CI machine * revert debug output * [DEBUG] test env var usage in save_cache * retry * use checksum for caching * remove env vars because expansion is not working * syntax * cleanup * base caching on model-urls * relax regex * cleanup skips * cleanup * fix skipping logic * improve step name * benchmark without caching * benchmark with external download * debug * fix manual download location * debug again * download weights in the background * try parallel download * add missing import * use correct decoractor * up resource_class * fix wording * enable stdout passthrough to see download during test * remove linebreak * move checkout up * cleanup * debug failing test * temp fix * fix * cleanup * fix regex * remove explicit install of numpy
-
- 25 Nov, 2021 1 commit
-
-
Vasilis Vryniotis authored
* Updated the link for densenet recipe. * Set default value of `num_classes` and `num_keypoints` to `None` * Provide helper methods for parameter checks to reduce duplicate code. * Throw errors on silent config overwrites from weight meta-data and legacy builders. * Changing order of arguments + fixing mypy. * Make the builders fully BC. * Add "default" weights support that returns always the best weights.
-
- 22 Nov, 2021 4 commits
-
-
Philip Meier authored
* don't close file handles in protoype dataset tests * remove file closing from decoder Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
Philip Meier authored
Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
Philip Meier authored
-
Philip Meier authored
* add third party dependencies to prototype datasets * add test for Dataset.to_datapipe * add missing annotation
-
- 19 Nov, 2021 1 commit
-
-
Philip Meier authored
* add FloReader datapipe * add NumericBinaryReader * revert unrelated change * cleanup * cleanup * add comment for byte reversal * use numpy after all * appease mypy * use .astype() with copy=False * add docstring and cleanuo * reuse current _read_flo and revert MNIST changes * cleanup * revert demonstration * refactor * cleanup * add support for mutable memory * add test * add comments * catch more exceptions * fix mypy * fix variable names * hardcode flow sizes in test * add fix dtype docstring * expand comment on different reading modes * add comment about files in update mode * add tests for fromfile * cleanup * cleanup
-
- 18 Nov, 2021 2 commits
-
-
Philip Meier authored
Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
Philip Meier authored
-
- 17 Nov, 2021 1 commit
-
-
Philip Meier authored
* return features instead of vanilla tensors from prototype datasets * fix tests * remove inplace * add explanation for __init_subclass__ * fix label for test split * relax test * remove pixels
-
- 12 Nov, 2021 3 commits
-
-
Vasilis Vryniotis authored
* Stop detection models from downloading the backbone weights * Fix linter
-
Philip Meier authored
-
Nicolas Hug authored
-
- 11 Nov, 2021 2 commits
-
-
Vasilis Vryniotis authored
-
Philip Meier authored
* add initial chunk of prototype transforms * fix tests * add error message * fix more imports * add explicit no-ops * add test for no-ops * cleanup
-
- 10 Nov, 2021 3 commits
-
-
Aditya Oke authored
* Start writing gallery example * Remove the child image fix implementation add code * add docs * Apply suggestions from code review Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * address review update thumbnail Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
vfdev authored
Description: - Applied `contiguous` on decoded output tensor in decode_jpeg and decode_png ops - Updated tests and docs Related to #4880
- 09 Nov, 2021 3 commits
-
-
Nicolas Hug authored
-
Aditya Oke authored
* fix * Outline Keypoints API * Add utility * make it work :) * Fix optional type * Add connectivity, fmassa's advice
😃 * Minor code improvement * small fix * fix implementation * Add tests * Fix tests * Update colors * Fix bug and test more robustly * Add a comment, merge stuff * Fix fmt * Support single str for merging * Remove unnecessary vars. Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Nicolas Hug authored
-
- 08 Nov, 2021 2 commits
-
-
Nicolas Hug authored
-
Philip Meier authored
* add test split for imagenet * add infinite buffer size to shuffler
-
- 06 Nov, 2021 1 commit
-
-
Philip Meier authored
* disable weight download and state dict loading for model tests * fix indent * debug * nuclear option * revert unrelated change * cleanup * add explanation * typo
-
- 05 Nov, 2021 3 commits
-
-
Nicolas Hug authored
Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
Nicolas Hug authored
-
Nicolas Hug authored
-
- 04 Nov, 2021 4 commits
-
-
Nicolas Hug authored
-
Nicolas Hug authored
-
Philip Meier authored
* add prototype features * add some JIT tests * refactor input data handling * refactor tests * cleanup tests * add BoundingBox feature * mypy * xfail torchscript tests for now * cleanup * fix imports
-
Philip Meier authored
* add tests for builtin prototype datasets * fix caltech101 * fix emnist * fix mnist and variants * add iopath as test requirement * fix MNIST warning * fix qmnist data generation * fix cifar data generation * add tests for imagenet * cleanup
-
- 03 Nov, 2021 3 commits
-
-
Bruno Korbar authored
* modify processPacket to support fast seek * add fastSeek to ProcessPacket decoder definition * add fastseek flag to DecoderParametersStruct * add fastseek flag to the process packet call * no default params in C++ implementation * enable flag in C++ implementation * make order of parameters more normal * register new seek with python api * [somewhat broken] test suite for keyframes using pyav * revert " changes * add type annotations to init * Adding tests * linter * Flake doesn't show up :| * Change from unitest to pytest syntax * add return type Co-authored-by:Prabhat Roy <prabhatroy@fb.com>
-
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
* Aligning exception with all other models. * Adding prototype preprocessing on video references. * Adding the rest of model builders on faster_rcnn.
-
- 02 Nov, 2021 1 commit
-
-
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.
-
- 31 Oct, 2021 1 commit
-
-
Philip Meier authored
* add tests for prototype datasets API * add pytest-mock as test dependency * remove unnecessary fixtures * Apply suggestions from code review Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> * address first batch of review comments * remove dynamic class generation * aggregate similar tests * split immutable tests once again * removed unused fixture * remove re.escape usages * fix dataset mock Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com>
-
- 28 Oct, 2021 3 commits
-
-
Joao Gomes authored
* adding multiweight support for deeplabv3 prototype models * adding default values for optional params * fixing bug * addressing PR comment * fixing seed in test_batched_nms_implementations * change seeds in test_batched_nms_implementations * change seeds in test_batched_nms_implementations
-
Vasilis Vryniotis authored
* Add mutli-weight support for VideoResNet. * Fix linter. * Minor refactoring. * Update comments.
-
Jirka Borovec authored
Co-authored-by:Nicolas Hug <nicolashug@fb.com>
-
- 27 Oct, 2021 1 commit
-
-
Nicolas Hug authored
* setting 100 seeds * back to 10 seeds
-