- 19 Apr, 2021 5 commits
-
-
scott-vsi authored
-
Nicolas Hug authored
-
Nicolas Hug authored
-
Nicolas Hug authored
-
Nicolas Hug authored
-
- 18 Apr, 2021 1 commit
-
-
t-rutten authored
-
- 17 Apr, 2021 1 commit
-
-
Nicolas Hug authored
Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 16 Apr, 2021 1 commit
-
-
Prabhat Roy authored
-
- 14 Apr, 2021 2 commits
-
-
Nicolas Hug authored
-
Nicolas Hug authored
* Try using the pyortch theme * directly embed script in layout.html instead * use more mordern script Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
- 13 Apr, 2021 1 commit
-
-
Francisco Massa authored
-
- 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 7 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
-