"vscode:/vscode.git/clone" did not exist on "211b211ec0df7c44f920429b0ec6767af5c9ea80"
- 28 Apr, 2021 1 commit
-
-
Nicolas Hug authored
-
- 27 Apr, 2021 4 commits
-
-
Vasilis Vryniotis authored
-
Aditya Oke authored
Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Aditya Oke authored
* Add docs for Interpolation modes * Update torchvision/transforms/functional.py Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Aditya Oke authored
Co-authored-by:Nicolas Hug <nicolashug@fb.com>
-
- 26 Apr, 2021 1 commit
-
-
Nicolas Hug authored
-
- 23 Apr, 2021 2 commits
-
-
Philip Meier authored
* fix check for exceeded quota on Google Drive * safeguard quota exceed check
-
Prabhat Roy authored
-
- 21 Apr, 2021 1 commit
-
-
Zhengyang Feng authored
-
- 20 Apr, 2021 2 commits
-
-
Nicolas Hug authored
* Edited roi transforms docs * remove incorrect param desc * Fixed confusion about feature maps according to comment
-
Nicolas Hug authored
-
- 19 Apr, 2021 1 commit
-
-
Nicolas Hug authored
-
- 18 Apr, 2021 1 commit
-
-
t-rutten authored
-
- 16 Apr, 2021 1 commit
-
-
Prabhat Roy authored
-
- 14 Apr, 2021 1 commit
-
-
Nicolas Hug authored
-
- 13 Apr, 2021 1 commit
-
-
Francisco Massa authored
-
- 12 Apr, 2021 2 commits
-
-
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
-
- 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 6 commits
-
-
Bruno Korbar authored
Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> Co-authored-by:
Nicolas Hug <nicolashug@fb.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
-
- 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 5 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>
-
Vasilis Vryniotis authored
-
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
-
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
-
- 24 Mar, 2021 2 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>
-
Philip Meier authored
* factor out find_classes * use find_classes in video datasets * adapt old tests
-