- 12 Apr, 2021 3 commits
-
-
Prabhat Roy authored
* Ported SVHN dataset to new test framework * Fixed flake8 error and added REQUIRED_PACKAGES=scipy
-
Caroline Chen authored
* Remove pandas dependecy for CelebA dataset * address PR comments * Apply suggestions from code review Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> Co-authored-by:
Philip Meier <github.pmeier@posteo.de>
-
Lewis Patten authored
-
- 10 Apr, 2021 1 commit
-
-
Eli Uriegas authored
* packaging: Remove pin for jpeg, numpy These may no longer be necessary due to the default anaconda channel having the necessary packages now. Signed-off-by:
Eli Uriegas <eliuriegas@fb.com> * Update packaging/torchvision/meta.yaml Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> Co-authored-by:
Francisco Massa <fvsmassa@gmail.com>
-
- 09 Apr, 2021 2 commits
-
-
Prabhat Roy authored
* Added KITTI dataset * Addressed review comments * Changed type of target to List[Dict] and corrected the data types of the returned values. * Updated unit test to rely on ImageDatasetTestCase * Added kitti to dataset documentation * Cleaned up test and some minor changes * Made data_url a string instead of a list * Removed unnecessary try and print Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
Vasilis Vryniotis authored
* Make two methods as similar as possible. * Introducing conditional fake casting. * Change the casting mechanism.
-
- 08 Apr, 2021 4 commits
-
-
Vasilis Vryniotis authored
-
Nicolas Hug authored
* WIP * clang * docs * extracted out common utils * Use better quantization function and pass tensors as parameters * proper dequantization * Some tests * Dequantization optimization, seems to gain a few ms * clang-format * again * more correct test. Had to remove optimization although it almost works * Also test aligned=True * remove useless part * more docs and comments * Put back optimization with more robust test * Added check for index upper bound * avoid possible overflow * Move common function into common.h * oops * scale=1,zero_point=0 makes more sense * Force batch size of 1 to prevent any indexingbug * format * format again * updated docstring * put back description comment for pre_calc_bilinear_interpolate * revert most changes to docstring as it's taken care of in another PR
-
Nicolas Hug authored
* Fixed return docstrings * Added some refs and corrected some parts * more refs, and a note about dtypes Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
Mustafa Bal authored
* Added defusedxml to parse untrusted XML data * Added typecheck disable for defusedxml Co-authored-by:Nicolas Hug <nicolashug@fb.com>
-
- 07 Apr, 2021 7 commits
-
-
Bruno Korbar authored
Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> Co-authored-by:
Nicolas Hug <nicolashug@fb.com>
-
Mustafa Bal authored
* Added CodeQL and Bandit security checks as GitHub Actions * Nit fix on defusedxml.ElementTree * Remove defusedxml as hard requirement * Changed diffusedxml/xml importing * Fix compilation * Removed Bandit specific changes Co-authored-by:
Nikita Shulga <nikita.shulga@gmail.com> Co-authored-by:
Nicolas Hug <nicolashug@fb.com> Co-authored-by:
Francisco Massa <fvsmassa@gmail.com>
-
Aditya Oke authored
* redirect the urls * adds /edit * Apply suggestions from code review * fix lint * undo urls Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
Francisco Massa <fvsmassa@gmail.com>
-
Nicolas Hug authored
* some doc improvements * flake8 Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
Nicolas Hug authored
* bump to 5.3.0 * Also make 3.6 CI runs rely on 5.3.0
-
Alessandro Melis authored
Co-authored-by:Nicolas Hug <nicolashug@fb.com>
-
Aditya Oke authored
-
- 06 Apr, 2021 2 commits
-
-
Mustafa Bal authored
Co-authored-by:Nicolas Hug <nicolashug@fb.com>
-
Nicolas Hug authored
* new image * avoid check if pil version is < 8.2 as the reference image would be different
-
- 31 Mar, 2021 3 commits
-
-
Francisco Massa authored
This reverts commit 3bfdb427.
-
Nicolas Hug authored
* minor clean up * do same for ps_roialign Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
Nicolas Hug authored
* docs for resize * address comment: describe antialiasing
-
- 30 Mar, 2021 11 commits
-
-
Nicolas Hug authored
* Update URLS of detection models * Empty commit after setting read permission on S3 Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
Nicolas Hug authored
* remove some files * Also remove entire packaging/conda folder Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
Yuchen Huang authored
[ghstack-poisoned] Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
Vasilis Vryniotis authored
-
Nicolas Hug authored
* trying stuff * Put flags back? * remove second one just to see * It worked but it's because it's not built by CI. Trying another one * Try using TORCH_CUDA_ARCH_LIST instead * oops * Add new env variable to build/script_env * set TORCH_CUDA_ARCH_LIST for the rest of the CUDA versions * don't pass NVCC_FLAGS venv to conda, let's see if it works Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
Aditya Oke authored
* start adding tests * add return type and doc * adds tests * add no fill tests * add rgb test * check inplace * bug fix * bug fix * rewrite make grid * add plotting demos * rename file * remove * updt * Add viz * updt * update readme, add links * complte bounding boxes * Complete the examples! * link fix * link fixed Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
Philip Meier authored
* add tests for (Dataset|Image)Folder * lint * remove old tests * cleanup * more cleanup * adapt tests * fix make_dataset * remove powerset * readd import
-
Jeff Daily authored
Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
Yuchen Huang authored
* [iOS] added workflows for libtorchvision_ops.a binary build [ghstack-poisoned] * Update on "[iOS] added workflows for libtorchvision_ops.a binary build" [ghstack-poisoned] * Update on "[iOS] added workflows for libtorchvision_ops.a binary build" [ghstack-poisoned] * Update on "[iOS] added workflows for libtorchvision_ops.a binary build" [ghstack-poisoned] * Update on "[iOS] added workflows for libtorchvision_ops.a binary build" [ghstack-poisoned] * Update on "[iOS] added workflows for libtorchvision_ops.a binary build" [ghstack-poisoned] * Update on "[iOS] added workflows for libtorchvision_ops.a binary build" [ghstack-poisoned] Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
Nicolas Hug authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
Nicolas Hug authored
* Add quantized version of nms * Added tests * Compute areas only once * remove calls to dequantize_val * fix return type for empty tensor * flake8 * remove use of scale as it gets cancelled out * simpler int convertion in tests * explicitly set ovr to double * add tests for more values of scale and zero_point * comment about underflow * remove unnecessary accessor * properly convert to float for division * Add comments about underflow * explicitely cast coordinates to float to allow vectorization * clang * clang again * hopefully OK now
-
- 29 Mar, 2021 1 commit
-
-
Eli Uriegas authored
Signed-off-by:Eli Uriegas <eliuriegas@fb.com>
-
- 25 Mar, 2021 1 commit
-
-
Nicolas Hug authored
-
- 24 Mar, 2021 4 commits
-
-
Bruno Korbar authored
* multithreading allowed in stream codec context * numThreads is passed as a decoder parameter. At this stage code should be unchanged * enabling multithreading in videoReader API * moving defaults to header files * replace long with int64_t because torchscript * docstring for Num threads * Enable codec-related heuristics as defaults * Update torchvision/csrc/io/decoder/stream.cpp Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * Fixing build errors * minor docs * Linting * updating defaults for the C++ function calls to be single threaded * adding special case for single threaded stuff Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> Co-authored-by:
Francisco Massa <fvsmassa@gmail.com>
-
Francisco Massa authored
-
Philip Meier authored
* add tests for MNIST and variants * remove old tests and fakedata generation * fix default config detection for if dataset has variable keywords * use split="mnist" as default for EMNIST * fix QMNIST tests * lint * fix special kwargs detection * Revert "use split="mnist" as default for EMNIST" This reverts commit 62c9b23597f4a391cad409cbd93edac1b3474acf. * fix tests * fix QMNIST test case name * remove dead code from test * Revert "remove old tests and fakedata generation" This reverts commit a285b97c4827566a5bc06c288f5bba8d614a4f7a. * remove old tests * readd removed import
-
Philip Meier authored
* factor out find_classes * use find_classes in video datasets * adapt old tests
-
- 22 Mar, 2021 1 commit
-
-
Aditya Oke authored
* add draw segm masks * rewrites with new api * fix flaky colors * fix resize bug * resize for sanity * cleanup * project the image * Minor refactor to adopt num classes * add uint8 in docstring * adds alpha and docstring * move code a bit down * Minor fix * fix type check * Fixing resize bug. * Fix type of alpha. * Remove unnecessary RGBA conversions. * update docs to supported only rgb * minor edits * adds tests * shifts masks up * change tests and impelementation for bool * change mode to L * convert to float * fixes docs Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> Co-authored-by:
Vasilis Vryniotis <vvryniotis@fb.com> Co-authored-by:
Francisco Massa <fvsmassa@gmail.com>
-