Commit Graph

8261 Commits (e9bd9b864aadc50327974f1c93c1cb8fe64cf48e)
 

Author SHA1 Message Date
Andreas Schwab e9bd9b864a
Add support for riscv64 (#2949)
5 months ago
Davis King 87da2959d8 suppress another one
5 months ago
Davis King b9355f08c4 suppress incorrect warning
5 months ago
pfeatherstone 48e6331705
fixed bug in decoder (#2946)
5 months ago
Davis King 2dbc7b9f7c fix typo (which turns out builds on gcc)
5 months ago
Davis King 73c990dd18 Use size_t to avoid possible numeric overflow for the very largest images.
5 months ago
Davis King 792b744402 better docs
5 months ago
Adrià Arrufat ca7fd9d1ad
Actually load rgb_alpha images. (#2942)
6 months ago
Chainfire 8edfa542b8
Remove MMX header (#2939)
6 months ago
PowerLay f8bf6caef3
Fix incorrect version check for libgif (#2936)
6 months ago
Davis King 0af9e7a8db adjust head back to .99
6 months ago
Davis King de5c1c8665 tagging another minor version
6 months ago
Chainfire 1db5a38539
Reduce FOREVER from 290 to 200 years (#2938)
6 months ago
Davis King 4d6b41c7a5 Update HTML docs more
6 months ago
Julien Schueller 14ba5572e7
CMake: Set LAPACK libs as public (#2923)
6 months ago
Adrià Arrufat c26b1238df
jxl: use float for quality (#2930)
6 months ago
Juha Reunanen 1529b690da
Apply the new patch from Davis (#2929)
6 months ago
Adrià Arrufat d5909ed977
allow reading and writing rgb-alpha images in Python (#2925)
7 months ago
Adrià Arrufat d45f534d68
Add missing magic number for JPEG XL (#2924)
7 months ago
Adrià Arrufat 9a30c6d48f
Add JXL support (#2917)
7 months ago
Adrià Arrufat c7ba757bc1
add nr and nc methods to jpeg, png and webp loaders (#2920)
7 months ago
pfeatherstone 405536051b
Use STD in testing suite (#2922)
7 months ago
Adrià Arrufat 3d3bd7cee1
Fix documentation of inv_color_transform (#2918)
7 months ago
Adrià Arrufat f775b55cd9
Add color transform and inv color transform (#2914)
7 months ago
Adrià Arrufat 631c47c7fd
fix letterbox_image in yolo example (#2911)
8 months ago
Adrià Arrufat 85aa29a4e8
Return shortcut in disturb_colors (#2909)
8 months ago
Adrià Arrufat b0f6be8058
loss_barlow_twins: add get_eccm member function (#2906)
9 months ago
Davis E. King 46e59a2174
Disable mac osx CI
10 months ago
Adrià Arrufat 19a952c3a4
extend letterbox behavior (#2899)
10 months ago
Adrià Arrufat b20e97446b
Add find_convex_hull using Graham scan (#2889)
10 months ago
avkarenow f7d99ae0dc
Make use of CMAKE_BUILD_PARALLEL_LEVEL (#2879)
11 months ago
avkarenow 13c6b7a5b1
Remove cmake from pyproject.toml (#2878)
11 months ago
pfeatherstone 106c5a265d
[PNG] save_png() now works with std::vector and std::ostream (#2873)
11 months ago
pfeatherstone 3624bf9f05
[scope] Adding scope_exit (#2875)
12 months ago
pfeatherstone afede571cb
potential fix for gcc 5.1 onward (#2870)
12 months ago
Davis King 57b77a0e41 fix incorrect assert and typo in docs
1 year ago
pfeatherstone b74a6710d1
simplify and fix bug (#2866)
1 year ago
pfeatherstone dad29bfae7
Apple Clang complains about sprintf. Use snprintf instead. (#2862)
1 year ago
pfeatherstone c53ff25952
bug fix when multiple streams are present (#2863)
1 year ago
Davis King 4161cc3017 oops, fix build error
1 year ago
Davis King 1ffab7c210 update docs and some cleanup
1 year ago
Marc Paterno b4acae25a2
Apply archiver flags only on Apple using Apple compilers (#2854)
1 year ago
Davis E. King f6c58c2d21
Make type safe union docs more clear regarding exceptions.
1 year ago
Davis King c6c865ba71 Make test threshold a little more robust. 1e-6 was right on the edge and sometimes failed.
1 year ago
Facundo Galán be2fa7f93c
Add fuse layers for conv+affine+relu and conv+relu (#2842)
1 year ago
Davis King efae642813 Work around bug in gcc 11.4.0 causing spurious compile error
1 year ago
Prashanth 9a9b4af6c5
updated cudnn path (#2843)
1 year ago
Davis King ba66152ad9 Add filter rules for matlab CI
1 year ago
Davis King efaa213b6e remove clang 13 CI since the install method isn't working anymore and we have another test for clang
1 year ago
Facundo Galán c7b2917498
Perform conv with bias for specific algo with cudnn (#2839)
1 year ago