Yong Tang

Results 23 issues of Yong Tang

This is from https://github.com/tensorflow/io/issues/500#issuecomment-581509214 @niklas-mohr-jdas Does the above mentioned PR also fix the issue with utf-8 characters in the azure key? ``` import os import tensorflow as tf import tensorflow_io...

enhancement

Looks like there is an OSS emulator: https://github.com/aliyun/oss-emulator?spm=a2c63.p38356.879954.17.16d21cb4aQDJnl It could help to setup the emulator for OSS file system testing.

enhancement

This issue is from https://github.com/tensorflow/tensorflow/issues/26247#issuecomment-900226218 : (cc @MemoonaTahira) I am using transfer learning for audio using this [tutorial](https://www.tensorflow.org/tutorials/audio/transfer_learning_audio) and I have a few wav files with 'BEXT' chunk and it...

This is more or less a request from https://github.com/tensorflow/tensorflow/issues/18250#issuecomment-622265251 In tensorflow/io, a wider range of image formats have been added. Though it is still not possible to wire up those...

This PR updates sqlite to the latest release of 3.39.3 which fixed CVE-2022-35737 in 3.39.2 (the version used in tensorflow). See https://www.sqlite.org/cves.html for details of CVE-2022-35737 Signed-off-by: Yong Tang

awaiting review
size:XS

libpng is one of the libraries that has not been updated for a long time. The old version 1.6.37 used by tensorflow was from 04/14/2019 (more than 3 years ago)....

awaiting review
size:XS

As TF 2.10 release is out, we are trying to release 0.27.0. Here is the list of items: - [x] Bump version string to 0.27.0 in tensorflow_io/python/ops/version_ops.py, a bot will...

This fix moves TestAPIOptionsRoute and TestAPIGetEnabledCORS to new integration tests Signed-off-by: Yong Tang

status/2-code-review
area/testing
process/cherry-pick

See issue on https://github.com/cncf/foundation/issues/617 for more details. Below is the possible related dependencies: ``` github.com/openzipkin/[email protected] github.com/hashicorp/[email protected] github.com/openzipkin/[email protected] github.com/hashicorp/[email protected] github.com/openzipkin/[email protected] github.com/hashicorp/[email protected] gopkg.in/DataDog/[email protected] github.com/hashicorp/consul/[email protected] gopkg.in/DataDog/[email protected] github.com/hashicorp/vault/[email protected] gopkg.in/DataDog/[email protected] github.com/hashicorp/vault/[email protected] gopkg.in/DataDog/[email protected] github.com/hashicorp/[email protected] gopkg.in/DataDog/[email protected] github.com/hashicorp/[email protected]...

Video capture has been supported in tensorflow-io (see PR #821), through Video4Linux on Linux and AVFoundation on macOS. Now we are able to extract video captures and output raw image...