Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1188 commits
Select commit Hold shift + click to select a range
778ce48
Remove x86 MacOS jobs and use M1 instead (#8446)
NicolasHug May 28, 2024
c585a51
Enable one-hot-encoded labels in MixUp and CutMix (#8427)
mahdilamb May 28, 2024
775dd2d
Fix use of `cutmix_alpha` in classification training references (#8448)
eminorhan May 29, 2024
a5f531a
Force use of torch.compile on deterministic roi_align implementation …
ezyang May 29, 2024
45e053b
Create kernel on-device for `transforms.functional.gaussian_blur` (#8…
drhead May 29, 2024
f0c94cd
read_video: accept BytesIO on pyav backend (#8442)
NicolasHug May 29, 2024
9b4b742
Skip v1 compat check on M1 for LinearTransform (#8454)
NicolasHug May 30, 2024
b0f9f7b
Use compiler.is_compiling() instead of deprecated _dynamo.is_compilin…
NicolasHug May 30, 2024
6e18cea
Add GaussianNoise transforms (#8381)
Richienb May 31, 2024
ab0b9a4
Make adjust_hue() work with numpy 2.0 (#8463)
NicolasHug Jun 3, 2024
0325fdd
Return labels for FER2013 if possible (#8452)
NicolasHug Jun 4, 2024
26af015
Disable prototype tests (#8466)
NicolasHug Jun 4, 2024
f7d9e75
Support encoded RLE format in for COCO segmentations (#8387)
NicolasHug Jun 4, 2024
1023987
Add min_area to `SanitizeBoundingBox` (#7735)
antoinebrl Jun 4, 2024
7896ffd
Allow v2 Resize to resize longer edge exactly to `max_size` (#8459)
sidijju Jun 5, 2024
a8a9f2d
Rename cpp example README.rst to README.md (#8467)
NicolasHug Jun 5, 2024
b6770a7
fix doc of read_image (#8469)
csukuangfj Jun 6, 2024
4393f7d
Remove broken MPS build (#8472)
NicolasHug Jun 6, 2024
e1f1fbe
Skip MPS tests (#8474)
NicolasHug Jun 6, 2024
a471305
Update usages of torch.library APIs (#8384)
zou3519 Jun 6, 2024
bcf6cda
SBDataset: Only download noval file when image_set='train_noval' (#8475)
NicolasHug Jun 6, 2024
a839642
Load _C ops before registering meta implementations (#8470)
NicolasHug Jun 6, 2024
375cfdf
Add compatibility with FFMPEG 7.0 (#8408)
eclipseo Jun 6, 2024
b09b3f6
Remove unused dynamo import (#8451)
NicolasHug Jun 7, 2024
27764a1
Skip flaky earth gif test on OSS CI (#8480)
NicolasHug Jun 7, 2024
f1bcbd3
[FBcode->GH] Fix using namespace in pytorch/vision/torchvision/csrc/i…
NicolasHug Jun 7, 2024
f96c42f
Re-enable vision MPS builds (#8485)
huydhn Jun 10, 2024
143d078
Adding GPU acceleration to encode_jpeg (#8391)
dominikkallusky Jun 13, 2024
bf01bab
Update version on main branch (#8494)
NicolasHug Jun 17, 2024
c304e3a
Update plot_repurposing_annotations.py (#8506)
Bhavay-2001 Jul 4, 2024
311ebaf
Update plot_transforms_getting_started.py: fix typos (#8507)
martin0258 Jul 4, 2024
4d82b31
Typo fix: collab -> Colab (#8512)
NicolasHug Jul 4, 2024
e2aff7e
Correcting a link bracket in Classification README.md (#8513)
AksanDotDev Jul 8, 2024
e24b3c4
Ignore some mypy issues (#8516)
NicolasHug Jul 8, 2024
8f9d810
Ignore pickle warning for some v2 tests (#8518)
NicolasHug Jul 8, 2024
87d05c6
Remove warning filter in transforms test (#8523)
NicolasHug Jul 12, 2024
6344041
Add Path type annotation for ImageFolder (#8526)
NicolasHug Jul 15, 2024
33e47d8
Add support for decoding 16bits png (#8524)
NicolasHug Jul 15, 2024
0bf8d14
Pin numpy dep to `numpy<2` for windows (#8530)
NicolasHug Jul 17, 2024
4d1ff71
Revamp setup.py and C++ extension build (#8528)
NicolasHug Jul 17, 2024
e3d3ca0
Avoid modifying TORCHVISION_INCLUDE global variable in setup.py (#8533)
NicolasHug Jul 17, 2024
3663024
Remove useless stuff from pre_build_script (#8532)
NicolasHug Jul 18, 2024
1041e79
More debugging info to setup.py (#8535)
NicolasHug Jul 18, 2024
c2619ba
Remove redundant line in example (#8539)
aestuans Jul 19, 2024
4a1cb63
[Release 2.4] Update compatibility matrix (#8545)
atalman Jul 25, 2024
3e60dbd
Automatically send video to CPU in io.write_video (#8537)
bmmtstb Jul 25, 2024
79cb5bd
Add xpu linux wheel build into torchvision build matrix (#8542)
chuanqi129 Jul 29, 2024
15a69ca
Update URL of SBDataset train_noval (#8551)
NicolasHug Jul 29, 2024
ee6c3d0
Support v2.functional.gaussian_blur backprop (#8486)
andreasfloros Jul 29, 2024
120e22b
Check average_rate availability in video reader (#8548)
stefan-baumann Jul 29, 2024
845bb61
Fix test_write_video_with_audio (#8553)
NicolasHug Jul 30, 2024
ef8c0f6
Fix Mypy (#8555)
NicolasHug Jul 30, 2024
478c670
Better progress bar for file downloading (#8556)
mshr-h Jul 30, 2024
09077a8
Fix test_write_video_with_audio.. again (#8558)
NicolasHug Jul 30, 2024
61bd547
Restrict ffmpeg to 4.2+.X versions to resolve linux conda build failu…
atalman Jul 30, 2024
c8c496d
Register nms and roi_align Autocast policy for PyTorch Intel GPU back…
fengyuan14 Aug 6, 2024
5242d6a
EuroSAT: fix SSL certificate issues (#8563)
adamjstewart Aug 6, 2024
0d80848
GPU jpeg decoder: add batch support and hardware decoding (#8496)
dominikkallusky Aug 7, 2024
c449221
Only run 'extended' test if `run-extended` label is set (#8579)
NicolasHug Aug 10, 2024
c9936da
Skip flaky test_autocast_cpu test (#8580)
NicolasHug Aug 10, 2024
f5d9ecd
Remove vs2019 folder (#8581)
NicolasHug Aug 10, 2024
0033ddc
Revert "Remove vs2019 folder (#8581)" (#8582)
NicolasHug Aug 11, 2024
d535408
Fix doc build for Python 3.11+ (#8583)
NicolasHug Aug 12, 2024
8f73afa
Remove 3.8 support (#8552)
NicolasHug Aug 12, 2024
c4e81fa
Remove pre_build_script from windows conda build (#8590)
NicolasHug Aug 14, 2024
831879a
Pin setuptools to 72.1.0 (#8592)
atalman Aug 14, 2024
edb1c33
Remove numpy<2.0 windows pin (#8594)
atalman Aug 15, 2024
be7cdf1
Add webp decoder (#8527)
NicolasHug Aug 15, 2024
0a0f34b
Cleanup video decoder build stuff (#8602)
NicolasHug Aug 19, 2024
9e78fe2
Add AVIF decoder (Part 1- this is not public or available yet) (#8596)
NicolasHug Aug 19, 2024
4c5ae78
Fix parameter name in docstring (#8605)
kit1980 Aug 27, 2024
bdf354e
Add transparency support to webp decoder (#8610)
NicolasHug Aug 27, 2024
fd0e28e
Fix link to v2.RGB in docs (#8611)
NicolasHug Aug 28, 2024
4d6f0c0
Minor cleanup of webp decoding mode logic (#8612)
NicolasHug Aug 28, 2024
a59c939
Add transparency and >8bits images support to AVIF decoder (#8613)
NicolasHug Aug 28, 2024
c10f938
Add HEIC decoder (#8597)
NicolasHug Aug 30, 2024
c33b00a
Use Sequence for parameters type checking in transforms.RandomErase (…
venkatram-dev Aug 30, 2024
db60022
Cleanup/refactor of decoders and related tests (#8617)
NicolasHug Aug 30, 2024
c36025a
Remove unwanted printf in avif decoder (#8621)
NicolasHug Sep 2, 2024
d0ebeb5
Allow decode_image to support paths (#8624)
NicolasHug Sep 3, 2024
838ad6c
Allow decoding functions to accept the mode parameter as a string (#8…
NicolasHug Sep 4, 2024
00e7fa1
Fix f-string in color error message (#8639)
venkatram-dev Sep 9, 2024
db5f8a0
Fix compile with nvjpeg on Windows CUDA 12 (#8641)
atalman Sep 11, 2024
dfdcd94
Use @release/2.5 instead of @main for CI jobs (#8643)
kit1980 Sep 11, 2024
8a4d82d
Revert "Use @release/2.5 instead of @main for CI jobs" (#8645)
atalman Sep 12, 2024
7eb09df
[Release 2.5] Update compatibility matrix (#8644)
kit1980 Sep 12, 2024
6d7851b
Expose libavif and heic internally (#8647)
NicolasHug Sep 12, 2024
f559edf
Enable xpu windows CD (#8656)
chuanqi129 Sep 29, 2024
fc74637
Revamp decoding docs (#8633)
NicolasHug Oct 1, 2024
9832166
Allow custom package name for CI builds of torchvision (#8659)
jayhawk-commits Oct 2, 2024
f0ed07d
Expose `transforms.v2` utils for writing custom transforms. (#8670)
venkatram-dev Oct 3, 2024
0534b6e
Remove viable strict workflow (#8676)
clee2000 Oct 11, 2024
3146a74
Draft for better `write_video` documentation (#8576)
N00bcak Oct 11, 2024
ed55b03
Update stanford-cars docs with more elaborate instructions for `downl…
rygx Oct 11, 2024
a7f0d25
Fix adjust_hue on ARM
sclarkson Oct 14, 2024
f68bac9
Don't print when dataset is already downloaded (#8681)
NicolasHug Oct 14, 2024
945bdad
remove printing info in datasets (#8683)
NicolasHug Oct 15, 2024
e9a3213
fix CUDA build with NVCC_FLAGS in env (#8692)
stefantalpalaru Oct 23, 2024
868a3b4
Add MovingMNIST to __all__ list in datasets (#8705)
NicolasHug Nov 1, 2024
f022a61
Fix memory leak in decode_webp (#8712)
NicolasHug Nov 7, 2024
4249b61
Don't error when dataset is already downloaded (#8691)
NicolasHug Nov 7, 2024
66c5629
Warning for dataset download & extract race condition (#8709)
EIFY Nov 11, 2024
cb9fdbf
[MPS] Lift MSL version to 3.0+ and use relevant helpers (#8719)
qqaatw Nov 11, 2024
7d077f1
Revert "Fix memory leak in decode_webp (#8712)" (#8723)
NicolasHug Nov 12, 2024
518ee93
Migrate towards linux_job_v2.yml (#8725)
atalman Nov 14, 2024
a77b37c
Fix clang-format (#8754)
NicolasHug Nov 26, 2024
b33aef4
Pin (and fix?) mypy (#8755)
NicolasHug Nov 26, 2024
3075d7d
Update .gitignore (#8757)
NicolasHug Nov 27, 2024
e58a2f6
Fix lsun link (#8758)
NicolasHug Nov 27, 2024
acbfd8d
Fixed a bug in googlenet.py (#8743)
pblwk Nov 27, 2024
9756650
Fix warning raised by torch.meshgrid on missing indexing (#8689)
vfdev-5 Nov 27, 2024
19fef3d
Fix error when loading the cached dataset (#8727)
Met4physics Nov 28, 2024
f8d6f8f
Add `label_colors` argument to `draw_bounding_boxes` (#8578)
carandraug Nov 28, 2024
22e86bd
Update smoke_test.py - temporary disable torch.compile tests (#8763)
atalman Nov 28, 2024
e21cd0b
__deepcopy__ for DualGraphModule (#8708)
andreasfloros Nov 28, 2024
8f8a195
Revert "Update smoke_test.py - temporary disable torch.compile tests"…
atalman Nov 28, 2024
229d852
Switch unit test back to Manylinux2014 (#8761)
atalman Nov 29, 2024
cd839f1
Fix mypy (#8772)
NicolasHug Dec 2, 2024
eedca60
Reapply "Fix memory leak in decode_webp (#8712)" (#8723) (#8724)
NicolasHug Dec 2, 2024
36e219b
mypy again (#8774)
NicolasHug Dec 2, 2024
6279faa
Fix pyav 14 error (#8776)
NicolasHug Dec 2, 2024
48f01de
Ignore mypy for maxvit (#8791)
NicolasHug Dec 9, 2024
a9a726a
Make v2 transforms authoring public (#8787)
NicolasHug Dec 9, 2024
c8d928b
Bump version number in main (#8796)
NicolasHug Dec 12, 2024
485fe7c
Migrate avif and heic decoders to torchvision-extra-decoders repo (#8…
NicolasHug Dec 12, 2024
f7b1cfa
Fix doc of masks_to_boxes (#8798)
NicolasHug Dec 12, 2024
d3beb52
Revert "Switch unit test back to Manylinux2014" (#8821)
atalman Dec 20, 2024
06a925c
fix: fix code block rendering problem in `Using models from Hub` (#8846)
GdoongMathew Jan 13, 2025
86716c0
Fix linux_job_v2 after https://github.com/pytorch/test-infra/pull/610…
amdfaa Jan 21, 2025
4315f8a
Fix linux_job_v2 after https://github.com/pytorch/test-infra/pull/610…
amdfaa Jan 21, 2025
867521e
Fix torch.compile smoke test include it for py 3.12, 3.13 (#8876)
atalman Jan 24, 2025
0d68c7d
Update Requires-Python: >=3.9 (#8885)
atalman Jan 29, 2025
947722a
Remove conda workflows and packaging scripts (#8890)
atalman Jan 31, 2025
927c4e3
Add 3.13t wheel builds (#8898)
atalman Feb 5, 2025
d4a1e3d
Revert "Add 3.13t wheel builds " (#8900)
atalman Feb 5, 2025
fab1188
Clean up reference to VS2019 (#8901)
huydhn Feb 7, 2025
a200dac
Add `classes` to the `Flowers102` dataset (#8838)
ageron Feb 19, 2025
d13f655
Port vision to AIX (#8914)
KamathForAIX Feb 19, 2025
1604a18
fix saving versions on windows (#8792)
bjarzemb Feb 19, 2025
e8e8af5
feat: Raise ValueError for alpha > 1 in sigmoid_focal_loss (#8882)
developer0hye Feb 19, 2025
b199170
Update mnist.py - change the order of mirror links (#8865)
naman1303 Feb 19, 2025
a187f1b
Docs: fix docstring argument ordering in dataset module. (#8860)
GdoongMathew Feb 19, 2025
8bed9d8
Fix: fix wrong error message in `CelebA` datasets when invalid split …
GdoongMathew Feb 19, 2025
b5c7443
Cleanup in `get_enum_from_fn` (#8852)
GdoongMathew Feb 19, 2025
f709766
Fix focal loss tests (#8920)
NicolasHug Feb 20, 2025
501a2c9
Add rotated bounding box formats (#8841)
AntoineSimoulin Feb 20, 2025
0f506f1
[ROCm][Windows] Fix compile torchvision image for ROCm (#8897)
tvukovic-amd Feb 20, 2025
ae9bd7e
Fix C linter (#8924)
NicolasHug Feb 20, 2025
e239710
Speed-up NMS by keeping index gathering on cuda device (#8766)
Ghelfi Feb 20, 2025
7940146
Fix: pin_memory() preserves TVTensor class and metadata (#8921)
NicolasHug Feb 20, 2025
77e95fc
Fix non-rotated format to rotated format conversion logic (#8926)
AntoineSimoulin Feb 21, 2025
111aafb
Encode jpeg cuda sync (#8929)
dominikkallusky Feb 21, 2025
aeed08e
Docs: update `pycocotools` url in `CocoDetection` and `CocoCaptions`.…
GdoongMathew Feb 24, 2025
57dc11e
split NVCC_FLAGS but not quoted string (#8933)
atupone Feb 24, 2025
ba94923
Fix lint (#8935)
NicolasHug Feb 24, 2025
86f8eb0
feat: expose loader argument in Country211 and EuroSAT. (#8922)
GdoongMathew Feb 24, 2025
d462da2
Added 'test' split support for Places365 dataset (#8928)
rbngz Feb 24, 2025
d28001e
Add `roi_align` nondeterministic support for XPU (#8931)
frost-intel Feb 25, 2025
7b2addf
Support specifying a torch range (#8936)
oraluben Feb 26, 2025
05decc3
feats: add loader in classification task datasets. (#8939)
GdoongMathew Feb 28, 2025
dcd1e42
Fix `RandomResizedCrop` `scale` & `ratio` argument. (#8944)
GdoongMathew Feb 28, 2025
124dfa4
Remove quiet option from pre_build_script. Install libjpeg-turbo and …
atalman Mar 4, 2025
bd7b54d
Add an OS-independent script for updating the workflow files (#8970)
ZainRizvi Mar 14, 2025
ef94c21
Disable Feature Extraction tests (#8964)
NicolasHug Mar 17, 2025
8dd7685
Ignore onnx tests (#8973)
NicolasHug Mar 17, 2025
0be8c1b
Skip onnx AGAIN (#8974)
NicolasHug Mar 17, 2025
de14de0
Disable onnx test job again (#8975)
NicolasHug Mar 17, 2025
a4d5121
Install torchvision-extra-decoders from nightly channel (#8963)
NicolasHug Mar 17, 2025
c4ef2fa
Deactivate Windows GPU unittest job (#8978)
NicolasHug Mar 17, 2025
e7acfec
Disable M1 3.11 unittests (#8977)
NicolasHug Mar 17, 2025
ade1c9b
Skip libavif/libheic tests (#8976)
NicolasHug Mar 17, 2025
29066f5
Fix post-build-script (#8982)
NicolasHug Mar 18, 2025
8d68f9c
Use brackets instead of parenthesis for interval (#8843)
NicolasHug Mar 18, 2025
36febf5
Clarify error message in ColorJitter (#8844)
NicolasHug Mar 18, 2025
d330d75
Fix RAFT input dimension check (#8851)
NicolasHug Mar 18, 2025
8ea4772
Update threshold for batched NMS (#8925)
NicolasHug Mar 18, 2025
4cbf9f3
[SmokeTest] Test antialias on MPS device (#8996)
malfet Mar 25, 2025
3ea9ed9
Ensure fps is integer before passing to av backend (#8991)
HSPK Mar 26, 2025
db831ba
Deactivate clang format (#8998)
NicolasHug Mar 26, 2025
923eb03
Deprecate video decoding and encoding (#8997)
NicolasHug Mar 26, 2025
8a06122
Deactivate bc linter (#8999)
NicolasHug Mar 26, 2025
251c57a
fix: Add type checking in `posterize_image`. (#8993)
GdoongMathew Mar 26, 2025
f3f2c35
fix: Raise error when receive non-positive value in `RandAugment`. (#…
GdoongMathew Mar 26, 2025
0f30dff
fix: forbid bool value from `JPEG`'s quality argument type. (#8995)
GdoongMathew Mar 26, 2025
997348d
fix: add appropriate error message when validating padding argument. …
GdoongMathew Mar 26, 2025
956025b
feat: expose `loader` parameter in `FlowDataset` type, except `Flying…
GdoongMathew Mar 26, 2025
309bd7a
feat: add loader to `Omniglot` and `INaturalist`'s argument. (#8945)
GdoongMathew Mar 27, 2025
ef4718a
A temporary fix to windows unittests failing in `INaturalistTestCase`…
GdoongMathew Apr 1, 2025
95f10a4
Remove stanford cars download instructions (#9012)
NicolasHug Apr 7, 2025
196d970
[docs] correct docs of `decode_heic` (#9014)
neo Apr 10, 2025
d84aa89
Put back docs of decode_png (#9015)
NicolasHug Apr 14, 2025
ac7ad5f
Fix rotated box format conversion from XYXYXYXY to XYWHR (#9019)
AntoineSimoulin Apr 16, 2025
f799a53
Add label background (#9018)
AntoineSimoulin Apr 16, 2025
f20bf22
[Manylinux_2_28] Modify relocate script for linux builds: fix wheel_n…
atalman Apr 22, 2025
17dc80e
[Build] Add `homebrew` as library search location (#9027)
malfet Apr 22, 2025
5515dff
Revert "[Manylinux_2_28] Modify relocate script for linux builds: fix…
NicolasHug Apr 22, 2025
a095de1
Upgrade type hint and others to Python 3.9 (#8814)
cyyever Apr 23, 2025
5f03dc5
Update .git-blame-ignore-revs (#9035)
NicolasHug Apr 23, 2025
d02b184
Fix Linux aarch64 nightly builds. Set with-cuda: enabled (#9062)
atalman May 9, 2025
11ed64e
Add dependency installation script for windows arm64 builds (#9080)
alinpahontu2912 May 22, 2025
966da7e
fix anti-pattern for cudagraph (#9081)
BoyuanFeng May 22, 2025
014555b
Display libpng version in setup (#9087)
emmanuel-ferdman May 29, 2025
9813fd6
Revert "fix anti-pattern for cudagraph (#9081)" (#9088)
NicolasHug May 29, 2025
01f87c7
Removing Conda references. (#9063)
AlannaBurke May 29, 2025
72b9d62
Update docstrings of MaskRCNN (#9083)
hmk114 May 29, 2025
13ada56
Raise error when download=True for LFW dataset #8888 (#9040)
youcefouadjer May 29, 2025
3c4ec97
Update version to 0.23.0 in nightly (#9089)
atalman May 30, 2025
297815a
Fix mypy (#9093)
NicolasHug Jun 3, 2025
428a54c
Rotated bboxes transforms (#9084)
AntoineSimoulin Jun 4, 2025
904dad4
More rotated bboxes transforms (#9095)
AntoineSimoulin Jun 6, 2025
fcca6ff
Warn when webp is asked to decode into grayscale (#9101)
scotts Jun 10, 2025
6fb5bbe
Added the KeyPoints TVTensor (#8817)
Alexandre-SCHOEPP Jun 11, 2025
a63221d
Update transforms.rst (#9105)
RhutvikH Jun 11, 2025
6473b77
[docs] Clarify pad/crop order in RandomCrop (#9106)
hvaara Jun 11, 2025
d5df0d6
Rotated bboxes transforms (#9104)
AntoineSimoulin Jun 18, 2025
6bbe010
[MPS] deformable conv2d kernel (#9017)
Isalia20 Jun 20, 2025
342eb92
Add default info dictionary to dataset (#9107)
tsahiasher Jun 23, 2025
d2db23a
Undo part of #9017 (#9115)
malfet Jun 23, 2025
dd1706a
Use 12.6 instead of deprecated 11.8 (#9117)
NicolasHug Jun 23, 2025
7b283c2
Add error message when setting 1D tensor `ToImage()` (#9114)
chengolivia Jun 23, 2025
89f5855
Add libwebp to contributing doc (#9119)
scotts Jun 24, 2025
0721867
[CI] Restore MacOS test sanity (#9120)
malfet Jun 25, 2025
6aee5ed
Arm64 workflow enablement (#8947)
alinpahontu2912 Jun 26, 2025
9235ee1
Allow users to choose the bbox clamping mode (#9128)
NicolasHug Jun 30, 2025
e347ef9
fix: typo in fakedata.py (#9131)
elmuz Jun 30, 2025
80cb38e
Adjust clamping for rotated bboxes (#9112)
AntoineSimoulin Jun 30, 2025
080bf2f
clamping_mode: Rename 'none' to None and None to 'auto' (#9132)
NicolasHug Jul 1, 2025
5d6e039
Enforce PIL < 11.3 (#9134)
NicolasHug Jul 1, 2025
fb3926e
Disable integer dtype for rotated bounding boxes (#9133)
AntoineSimoulin Jul 1, 2025
646341d
Validate clamping_mode values (#9136)
NicolasHug Jul 1, 2025
d31c3e9
Fix `_ImageDrawTV` (#9137)
AntoineSimoulin Jul 1, 2025
62e00d0
Update version to 0.24.0a0 (#9139)
AntoineSimoulin Jul 2, 2025
d247de8
Document semantics of bounding box formats (#9141)
scotts Jul 3, 2025
9024472
Skeleton for rotated bounding box tutorial (#9140)
scotts Jul 8, 2025
c50f694
Update docs to mention rotated boxes and keypoints (#9113)
NicolasHug Jul 9, 2025
b818d32
Add more rotated boxes docs (#9144)
NicolasHug Jul 9, 2025
f52c4f1
Mitigate PIL Image.fromarray() mode deprecation (#9150)
scotts Jul 16, 2025
c01e115
[FBcode->GH] Import fbcode changes (#9159)
NicolasHug Jul 31, 2025
98f8b37
Put back clang formatting, via pre-commit this time (#9160)
NicolasHug Jul 31, 2025
dffbf2d
Raise validation error when no transforms passed to RandomApply, Rand…
GdoongMathew Aug 8, 2025
4a6ae15
Replace direct calls to setup.py with modern alternatives (#9161)
zklaus Aug 8, 2025
f515c45
Batched Box Ops (#9058)
5had3z Aug 8, 2025
4f6eb89
Remove README section about video decoding (#9172)
NicolasHug Aug 12, 2025
c85f008
[EZ] Replace `pytorch-labs` with `meta-pytorch` (#9182)
ZainRizvi Aug 13, 2025
8c9aaed
Upcast rotated box transforms (#9175)
AntoineSimoulin Aug 14, 2025
f89a3d4
fbshipit-source-id: 48e63beebd1ce5775be11c0745c8fee151c7530e
facebook-github-bot Aug 18, 2025
7e2a733
fbshipit-source-id: 48e63beebd1ce5775be11c0745c8fee151c7530e
facebook-github-bot Aug 18, 2025
97920a5
Update README with new version table (#9180)
NicolasHug Aug 19, 2025
64666c7
Add `box_area_center` and `box_iou_center` functions for cxcywh forma…
alperenunlu Aug 25, 2025
7a936da
Fix `_parallelogram_to_bounding_boxes` (#9181)
AntoineSimoulin Aug 25, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .circleci/.gitignore

This file was deleted.

35 changes: 0 additions & 35 deletions .circleci/build_docs/commit_docs.sh

This file was deleted.

Loading