-
**System information**
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow):Yes
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04):Ubuntu 18.04.3 L…
-
Just updated oxford pet dataset and the misalignment bug is back (we first noticed it when looking at the pets dataset and bounding boxes were whacked).
Take samoyed_100 for example. The xml annota…
-
### What happens?
This commit on master:
https://github.com/duckdb/duckdb/commit/b689caf4e9e934de5808cfeba4b5d980906d4f1b
changes DuckDB behavior to accept only Arrow InMemoryDataset and FileSystem…
-
the second one used to be very fast but is now on par with going straight through duckdb
![image](https://user-images.githubusercontent.com/759245/200042724-6636af0b-4dd9-4daf-8667-14d4d8570c68.png…
-
Changed pets `object` column to also be struct-of-list and now there's a segfault (after latest fixes on main) when writing this dataset:
```python
In [1]: import lance
In [2]: from datagen imp…
-
I can't download how2sign dataset with below code
```python
config = SignDatasetConfig(name="only-annotations", version="1.0.0", include_video=False, include_pose=None)
how2sign = tfds.load(name='h…
-
# Problem Statement
```python
uri = "s3://eto-public/datasets/oxford_pet/oxford_pet.lance"
ds = lance.dataset(uri)
print(duckdb.query("""
SELECT _pk FROM ds WHERE class = 'pug' LIMI…
-
Since we may implement lance parser/generators in different languages (Rust/Scala/etc), a collection of lance files would be useful to test the correctness and integrality of different implements.
…
-
repro using oxford_pet:
`ds.column("class").to_numpy()`
Raises exception:
`ArrowTypeError: Converting unsigned dictionary indices to pandas not yet supported, index type: uint8`
-
# Problem Statement
Reproduce
```python
images = download_uris(pd.Series(uris))
arr = pa.ExtensionArray.from_pandas(images, type=ImageBinaryType())
```
Exceptions
```
File "/home/…