"vscode:/vscode.git/clone" did not exist on "e047623ad9fbd500686be6bd46f1905443ec6afb"
- 25 Apr, 2022 1 commit
-
-
vfdev authored
* [proto] Added crop_bounding_box op * Added tests for resized_crop_bounding_box * Fixed code formatting
-
- 24 Apr, 2022 1 commit
-
-
Nikita Shulga authored
Not sure what changed in 61.2.0, but it causes build failures
-
- 22 Apr, 2022 6 commits
-
-
Andrey Talman authored
-
Federico Pozzi authored
* test: add functional vertical flip tests on segmentation mask * refactor: improve test readibility * Update test_prototype_transforms_functional.py Co-authored-by:
Federico Pozzi <federico.pozzi@argo.vision> Co-authored-by:
vfdev <vfdev.5@gmail.com>
-
Vasilis Vryniotis authored
* Restructuring metrics meta-data for detection, segmentation and optical flow. * Renaming acc to pixel_acc for segmentation * Restructure video meta-data. * Restructure classification and quantization meta-data. * Fix tests. * Fix documentation
-
Philip Meier authored
Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
vfdev authored
* Added `crop_segmentation_mask` op * Fixed failed mypy
-
YosuaMichael authored
* Add docs for regnet, still need to update the comment docs on models * Fix a little typo on .rst file * Update regnet docstring * Add vision_transformer docs, and fix typo on regnet docs * Update docstring to make sure it does not exceed 120 chars per line * Improve formatting * Change the new line location for vision_transformer docstring
-
- 21 Apr, 2022 6 commits
-
-
Andrey Talman authored
Co-authored-by:
Nikita Shulga <nshulga@fb.com> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Vasilis Vryniotis authored
* Removing `task`, `architecture` and `quantization` * Fix mypy * Remove size field * Remove unused import. * Fix mypy * Remove size from schema list. * update todo * Simplify with assert * Adding min_size to all models. * Update RAFT min size to 128
-
Bruno Korbar authored
Co-authored-by:
Bruno Korbar <bkorbar@quansight.com> Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com>
-
YosuaMichael authored
* Remove publication_year and interpolation meta * Add type to _COMMON_META and _COMMON_SWAG_META to prevent error from mypy check * Remove test to check interpolation and publication_year meta Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Nicolas Hug authored
-
Philip Meier authored
-
- 20 Apr, 2022 2 commits
-
-
Vasilis Vryniotis authored
* Convert weights only if `old_key` is in `state_dict` * Fix linter
-
Nicolas Hug authored
* Minor updates to optical flow ref for consistency * Actually put back name * linting
-
- 19 Apr, 2022 9 commits
-
-
Nicolas Hug authored
* First PR for model doc revamp * Deactivating fail on warning, temporarily * Remove commnet * Minor changes * Typos * Added TODO in Makefile * Keep old models.rst file intact, move new docs into new models_new.rst file * Added docs LOL
-
Nicolas Hug authored
-
Nicolas Hug authored
* First PR for model doc revamp * Deactivating fail on warning, temporarily * Remove commnet * Minor changes * Typos * Added TODO in Makefile * Keep old models.rst file intact, move new docs into new models_new.rst file
-
tcmyxc authored
the assert msg should be same Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Lezwon Castelino authored
* add warning if font is not set * added quotes * added changes after review * Apply suggestions from code review Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * escaped warning string * Apply suggestions from code review Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * updated warning message in test * refactored code * Apply suggestions from code review Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
puhuk authored
To resolve issue #5815 Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Abhijit Deo authored
* Update focal_loss.py updated docstring for the `sigmoid_focal_loss` * edited docstring of focal_loss * Update focal_loss.py * fix doc style. * formatting * formatting * minor edits * move attribution link Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Shijie authored
Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
YosuaMichael authored
Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 18 Apr, 2022 1 commit
-
-
Kazuki Adachi authored
-
- 14 Apr, 2022 1 commit
-
-
Nikita authored
There is a mistake in FGVCAircraft dataset documentation. If you load dataset and sum up 'trainval' and 'test' splits, there are not 10 200, but 10 000 images. Also mistake is in the number of classes: if we choose `annotation_level` to be `variant`, then unique number of classes is going to be not 102, but 100, and with `manufacturer` level it is not 41, but 30. Co-authored-by:Nicolas Hug <contact@nicolas-hug.com>
-
- 13 Apr, 2022 1 commit
-
-
YosuaMichael authored
* Add test for giou_loss * Use standard assert for integer comparison Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * Fix ufmt format and add log after assert Co-authored-by:
Philip Meier <github.pmeier@posteo.de>
-
- 12 Apr, 2022 1 commit
-
-
Philip Meier authored
-
- 11 Apr, 2022 4 commits
-
-
Nikita Shulga authored
As Ubuntu-1604 runners will no longer be available in early May 2022 Update `ubuntu-1604:201903-01` to `ubuntu-2004:202104-01` and `ubuntu-1604-cuda-10.2:202012-01` to `ubuntu-2004-cuda-11.4:202110-01` Per [CircleCI Configuration reference](https://circleci.com/docs/2.0/configuration-reference/)
-
YosuaMichael authored
* Add SWAG model that only the linear classifier head is finetuned with frozen trunk weight * Add accuracy from experiments * Change name from SWAG_LC to SWAG_LINEAR * Add comment on SWAG_LINEAR weight * Remove the comment docs (moved to PR description), and add the PR url as recipe. Also change name of previous swag model to SWAG_E2E_V1
-
Philip Meier authored
-
Philip Meier authored
-
- 10 Apr, 2022 1 commit
-
-
Yulv-git authored
* Update _register_onnx_ops.py * Update misc.py
-
- 08 Apr, 2022 2 commits
-
-
YosuaMichael authored
* Add test for sigmoid_focal_loss * Update test/test_ops.py Improve code by using torch.testing.make_tensor Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * Update test/test_ops.py Remove unnecessary assert Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * Update test/test_ops.py Refactor code for generating inputs and targets Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * Improve focal_loss test code suggested on comment by Philip * Use fuser2 to prevent fuser bug * Combine function to generate input, dont set the fuser when device is cpu * Add github issue for the fuser problem Co-authored-by:
Philip Meier <github.pmeier@posteo.de>
-
vfdev authored
* [proto] Added crop_bounding_box op * Removed "pass" * Updated comment * Removed unused args from signature
-
- 07 Apr, 2022 3 commits
-
-
Philip Meier authored
* refactor prototype datasets to inherit from IterDataPipe (#5448) * refactor prototype datasets to inherit from IterDataPipe * depend on new architecture * fix missing file detection * remove unrelated file * reinstante decorator for mock registering * options -> config * remove passing of info to mock data functions * refactor categories file generation * fix imagenet * fix prototype datasets data loading tests (#5711) * reenable serialization test * cleanup * fix dill test * trigger CI * patch DILL_AVAILABLE for pickle serialization * revert CI changes * remove dill test and traversable test * add data loader test * parametrize over only_datapipe * draw one sample rather than exhaust data loader * cleanup * trigger CI * migrate VOC prototype dataset (#5743) * migrate VOC prototype dataset * cleanup * revert unrelated mock data changes * remove categories annotations * move properties to constructor * readd homepage * migrate CIFAR prototype datasets (#5751) * migrate country211 prototype dataset (#5753) * migrate CLEVR prototype datsaet (#5752) * migrate coco prototype (#5473) * migrate coco prototype * revert unrelated change * add kwargs to super constructor call * remove unneeded changes * fix docstring position * make kwargs explicit * add dependencies to docstring * fix missing dependency message * Migrate PCAM prototype dataset (#5745) * Port PCAM * skip_integrity_check * Update torchvision/prototype/datasets/_builtin/pcam.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * Address comments Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * Migrate DTD prototype dataset (#5757) * Migrate DTD prototype dataset * Docstring * Apply suggestions from code review Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * Migrate GTSRB prototype dataset (#5746) * Migrate GTSRB prototype dataset * ufmt * Address comments * Apparently mypy doesn't know that __len__ returns ints. How cute. * why is the CI not triggered?? * Update torchvision/prototype/datasets/_builtin/gtsrb.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * migrate CelebA prototype dataset (#5750) * migrate CelebA prototype dataset * inline split_id * Migrate Food101 prototype dataset (#5758) * Migrate Food101 dataset * Added length * Update torchvision/prototype/datasets/_builtin/food101.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * Migrate Fer2013 prototype dataset (#5759) * Migrate Fer2013 prototype dataset * Update torchvision/prototype/datasets/_builtin/fer2013.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * Migrate EuroSAT prototype dataset (#5760) * Migrate Semeion prototype dataset (#5761) * migrate caltech prototype datasets (#5749) * migrate caltech prototype datasets * resolve third party dependencies * Migrate Oxford Pets prototype dataset (#5764) * Migrate Oxford Pets prototype dataset * Update torchvision/prototype/datasets/_builtin/oxford_iiit_pet.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * migrate mnist prototype datasets (#5480) * migrate MNIST prototype datasets * Update torchvision/prototype/datasets/_builtin/mnist.py Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> * Migrate Stanford Cars prototype dataset (#5767) * Migrate Stanford Cars prototype dataset * Address comments * fix category file generation (#5770) * fix category file generation * revert unrelated change * revert unrelated change * migrate cub200 prototype dataset (#5765) * migrate cub200 prototype dataset * address comments * fix category-file-generation * Migrate USPS prototype dataset (#5771) * migrate SBD prototype dataset (#5772) * migrate SBD prototype dataset * reuse categories * Migrate SVHN prototype dataset (#5769) * add test to enforce __len__ is working on prototype datasets (#5742) * reactivate special dataset tests * add missing annotation * Cleanup prototype dataset implementation (#5774) * Remove Dataset2 class * Move read_categories_file out of DatasetInfo * Remove FrozenBunch and FrozenMapping * Remove test_prototype_datasets_api.py and move missing dep test somewhere else * ufmt * Let read_categories_file accept names instead of paths * Mypy * flake8 * fix category file reading Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * update prototype dataset README (#5777) * update prototype dataset README * fix header level * Apply suggestions from code review Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com>
-
Nicolas Hug authored
-
Philip Meier authored
-
- 06 Apr, 2022 1 commit
-
-
Vasilis Vryniotis authored
* Add MaskRCNN improved weights * Adding recipe URL
-