onnxruntime
[web] utility functions for tensor<->image conversion in ORT web
#13603
Merged

[web] utility functions for tensor<->image conversion in ORT web #13603

shalvamist merged 71 commits into main from ORT_Web_Util_lib
shalvamist
shalvamist Created a ORTWeb python script
accd13cf
updated the npm build to match the new folder location
e5295192
Removed --copy flag and added checks to the build process
b724f6fb
updated the .bat file to limit the number of incoming parameters
6d8c5da1
Updates
9793db35
removed debug prints
4986d38c
shalvamist Update build_web.py
81958da2
shalvamist Enabled Linux build - added ".sh" file
fefcad66
shalvamist Added the ".sh" file
5a5492ac
Fixed a small bug - now passing arguments should work without any issues
3b6bf89e
Merge remote-tracking branch 'origin/main' into ORTWeb_build_web
983e168a
Merge remote-tracking branch 'origin/main' into ORTWeb_build_web
467b0412
Merge remote-tracking branch 'origin/main' into ORTWeb_build_web
e7a06e53
revert the submodules to align with main
7f8fe0a6
Merge remote-tracking branch 'origin/main' into ORTWeb_build_web
de68dc43
Added interface for TensorFactory
6edd6ce6
shalvamist shalvamist requested a review from guschmue guschmue 3 years ago
shalvamist shalvamist requested a review from fs-eire fs-eire 3 years ago
Added bufferToTensor function
1286ea02
fs-eire
fs-eire commented on 2022-11-14
fs-eire
fs-eire commented on 2022-11-14
fs-eire
fs-eire commented on 2022-11-14
fs-eire
fs-eire commented on 2022-11-14
fs-eire
fs-eire commented on 2022-11-14
fs-eire
fs-eire requested changes on 2022-11-14
Added initial draft for TensorToImage
0e0f7b72
Fixed a bug in 'toImage' function - tested localy to produce the same…
73454438
Updated toImage function - now it's a util function from tensor instance
8e24a50a
changed the API to be async to support URL image support
6dfa5c78
update some function signitures for "fromImage"
856acf27
Added input & output options to the Image <-> Tensor API
68349790
Started implemintation of the new design - current status - pass buil…
4670e966
Fixed buffer processing bug
adef0e99
guschmue
guschmue commented on 2022-12-05
guschmue
guschmue commented on 2022-12-05
ran lint on the code
54a5af95
reverted the changes made to packafe json files
03fcb34a
Merge remote-tracking branch 'origin/main' into ORT_Web_Util_lib
ea5306c4
github-advanced-security
github-advanced-security commented on 2022-12-06
lgtm-com
cleaned lint issues
edf40bfa
github-advanced-security
github-advanced-security commented on 2022-12-06
lgtm-com
fixed some typos in tensor.ts
123f9174
Merge remote-tracking branch 'origin/main' into ORT_Web_Util_lib
0364867c
lgtm-com
fix lint issue
a2db60d1
fixed a function signature in tensor-impl.ts
ee430f13
lgtm-com
Added DOM lib to support image and video processing in web
abbf5f75
Merge remote-tracking branch 'origin/main' into ORT_Web_Util_lib
b0f6e9d3
lgtm-com
fixed toImage function signature
5d45c7e4
lgtm-com
Fixed Lint issue
06f4ae22
Merge remote-tracking branch 'origin/main' into ORT_Web_Util_lib
f4065d4c
Moved toImage function to tensor-utils
e23a1b48
fixed a bug in the image croping for HTML element
bad8cffb
Added support for image resize for HTMLImageElement and ImageData
514da719
Merge remote-tracking branch 'origin/main' into ORT_Web_Util_lib
4dbdd8fa
fs-eire
fs-eire commented on 2023-01-04
fs-eire
fs-eire requested changes on 2023-01-04
shalvamist Merge remote-tracking branch 'origin/main' into ORT_Web_Util_lib
f6cb5e70
shalvamist Updated the toImage/fromImage interface
cd66b33c
Merge branch 'ORT_Web_Util_lib' of https://github.com/microsoft/onnxr…
ff7d2a10
github-advanced-security
github-advanced-security commented on 2023-01-04
a few bug fixes and improvements to the tensor library
b7fa0d65
Fixed the resize bug in tensor-imp.ts
234c41b2
github-advanced-security
github-advanced-security commented on 2023-01-05
Merge remote-tracking branch 'origin/main' into ORT_Web_Util_lib
ebd69328
Merge remote-tracking branch 'origin/main' into ORT_Web_Util_lib
1b863d4f
fixing lit issues
558e247d
github-advanced-security
github-advanced-security commented on 2023-01-06
fixed lint issues
c9ca01fd
including the DOM lib in a less impactful way - now npm test passes
7808befa
Fixing build problem with a missmatch between TS version and @types/n…
7aa13a20
fs-eire
fs-eire requested changes on 2023-01-09
Updated several function and variable names
ab9bc6d7
Fixed typos
ef0694b1
Updated the packages files
a369a35e
Fixed lint issue with documentation
e5990c69
updated tensor-util and tensor-impl with npm format
447cb0ed
Merge remote-tracking branch 'origin/main' into ORT_Web_Util_lib
43e4f99e
merged latest main - trying to resolve a build issue with XNNP pack
177715c3
updated documents after "npm run build:doc"
c1886968
shalvamist shalvamist requested a review from fs-eire fs-eire 2 years ago
shalvamist shalvamist requested a review from guschmue guschmue 2 years ago
Merge remote-tracking branch 'origin/main' into ORT_Web_Util_lib
e7c224d4
Updated variable names in fromIamge function
3d9693fc
Fixed documentation typo
e4ebbde7
revert back to main several files
f52c6019
Merge remote-tracking branch 'origin/main' into ORT_Web_Util_lib
23545b99
Fixing cmake/external files
1b68fc73
resolving a break build - required to run "npm run build:doc"
abb756a6
reverting changes to onnx and onnxruntime-extensions
201a844f
Reverted doc changes do deal with build break
a1457d7f
guschmue
guschmue dismissed these changes on 2023-01-11
updated documentation for height & width resize variables
46b5aee5
shalvamist shalvamist dismissed their stale review via 46b5aee5 2 years ago
fs-eire fs-eire changed the title Draft - Ort web util lib [web] utility functions for tensor<->image conversion in ORT web 2 years ago
fs-eire
fs-eire approved these changes on 2023-01-12
fs-eire fs-eire added release:1.14
shalvamist shalvamist merged 5c16e0be into main 2 years ago
shalvamist shalvamist deleted the ORT_Web_Util_lib branch 2 years ago
faxu faxu removed release:1.14

Login to write a write a comment.

Login via GitHub

Assignees
No one assigned
Labels
Milestone