- 02 Jan, 2022 1 commit
-
-
Hu Ye authored
Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 01 Jan, 2022 1 commit
-
-
Philip Meier authored
-
- 31 Dec, 2021 1 commit
-
-
Prabhat Roy authored
-
- 30 Dec, 2021 2 commits
-
-
Yi Zhang authored
Co-authored-by:Nikita Shulga <nshulga@fb.com>
-
Prabhat Roy authored
* [WIP] Add video GPU decoder * Expose use_dev_frame to python class and handle it internally * Fixed invalid argument CUDA error * Fixed empty and missing frames * Free remaining frames in the queue * Added nv12 to yuv420 conversion support for host frames * Added unit test and cleaned up code * Use CUDA_HOME inside if * Undo commented out code * Add Readme * Remove output_format and use_device_frame optional arguments from the VideoReader API * Cleaned up init() * Fix warnings * Fix python linter errors * Fix linter issues in setup.py * clang-format * Make reformat private * Member function naming * Add comments * Variable renaming * Code cleanup * Make return type of decode() void * Replace printing errors with throwing runtime_error * Replaced runtime_error with TORCH_CHECK in demuxer.h * Use CUDAGuard instead of cudaSetDevice * Remove printf * Use Tensor instead of uint8* and remove cuMemAlloc/cuMemFree * Use TORCH_CHECK instead of runtime_error * Use TORCHVISION_INCLUDE and TORCHVISION_LIBRARY to pass video codec location * Include ffmpeg_include_dir * Remove space * Removed use of runtime_error * Update Readme * Check for bsf.h * Change struct initialisation style * Clean-up get_operating_point * Make variable naming convention uniform * Move checking for bsf.h around * Fix linter error Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
- 27 Dec, 2021 1 commit
-
-
Aditya Oke authored
* Upgrade to py37 * Update
-
- 24 Dec, 2021 1 commit
-
-
Xiaolin Wang authored
-
- 22 Dec, 2021 2 commits
-
-
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 Food101 Dataset Addresses #5108. cc @pmeier @NicolasHug * Remove unecessary Path contructor calls * Remove unecessary Path contructor callsi and fix types * Fix tests * Address PR comments from @pmeier * Fix bug in tests and in food101 dataset * Fix bug in tests and in food101 dataset * Update torchvision/datasets/food101.py Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
peterbell10 authored
* Fix missing Torch includes * Import op_registration directly
-
- 21 Dec, 2021 2 commits
-
-
Kai Zhang authored
* add api usage log to functional transforms * add log to transforms * fix for scriptablity * skip Compose for scriptability * follow the new policy * torchscriptbility * adopt new API * make Compose scriptable * move from __call__ to __init__
-
Kai Zhang authored
* add api usage log for io * cover VideoReader * cover c++ APIs * add api usage log for io * cover VideoReader * cover c++ APIs * add _cpp suffix to c++ APIs * use new API and change cpp format * remove _cpp suffix * adopt new API * lint
-
- 20 Dec, 2021 2 commits
-
-
Kai Zhang authored
* log API v3 * make torchscript happy * make torchscript happy * add missing logs to constructor * log ops C++ API as well * fix type hint * regnet weights v2 * update 16gf weights * update 16gf * add weights
-
Tal Ben-Nun authored
Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 19 Dec, 2021 2 commits
-
-
Philip Meier authored
* remove fn_kwargs from Filter and Mapper datapipes * fix leftovers
-
Vasilis Vryniotis authored
This reverts commit 743fe1ab.
-
- 17 Dec, 2021 1 commit
-
-
Philip Meier authored
* hint shuffling rather actually shuffle prototype datasets * cleanup after merge
-
- 16 Dec, 2021 3 commits
-
-
Kai Zhang authored
* log API v3 * make torchscript happy * make torchscript happy * add missing logs to constructor * log ops C++ API as well * fix type hint * check function with isinstance Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Philip Meier authored
* add sharding filters in prototype datasets to help the data loader * hint rather than apply * fix sharding for folders * fix import * fix coco * appease mypy
-
Sumanth Ratna authored
-
- 15 Dec, 2021 1 commit
-
-
Sumanth Ratna authored
-
- 14 Dec, 2021 4 commits
-
-
Prabhat Roy authored
* Add new weights for efficientnet_b1 model * Update accuracies * Updated the model url and metadata * Updated default
-
Philip Meier authored
* (temporary) add pyyaml to unittest requirements * add actionable comments
-
Philip Meier authored
-
Zhiqiang Wang authored
-
- 13 Dec, 2021 3 commits
-
-
Nikita Shulga authored
* [Windows] Workaround for loading bundled DLLs Python-3.8+ adds `add_dll_directory` call, see https://docs.python.org/3/whatsnew/3.8.html#ctypes Simulate this behaviour on older versions of Python runtime by calling `LoadLibraryExW` with the appropriate flags Fixes https://github.com/pytorch/vision/issues/4787
-
Nicolas Hug authored
-
Nicolas Hug authored
-
- 10 Dec, 2021 2 commits
-
-
Yiwen Song authored
As titled.
-
Zhiqiang Wang authored
* Add API usage calls to utils * Update to the new api
-
- 09 Dec, 2021 8 commits
-
-
Yiwen Song authored
* add from_checkpoint method for vit * remove useless change * Making interpolate_embeddings a utility function * remove logging * fix type hint * fix return type check * ad retuurns in docsting & unify type hint * remove useless import * fix issue: 'type' object is not subscriptable * Fixing typing issues * Making interpolation mode configurable * formatting Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Andrey Talman authored
* Add CUDA-11.5 builds to torchvision * Try to fix cudatoolkit issue * Trying to use cuda11.5 instead of the toolkit * Trying to rollback last two changes * Testing * Using conda-forge only for cuda115 builds * Fix typo
-
Kai Zhang authored
* revamp log api usage method
-
Nicolas Hug authored
-
Nicolas Hug authored
-
Nicolas Hug authored
-
Nicolas Hug authored
Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Nicolas Hug authored
-
- 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
-
Nicolas Hug authored
-