-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TFDS: cut new version
1.2.0
. Update documentation.
PiperOrigin-RevId: 264236299
- Loading branch information
1 parent
69c35aa
commit dc4b79f
Showing
19 changed files
with
61 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
<div itemscope itemtype="http://schema.org/Dataset"> | ||
<div itemscope itemprop="includedInDataCatalog" itemtype="http://schema.org/DataCatalog"> | ||
<meta itemprop="name" content="TensorFlow Datasets" /> | ||
</div> | ||
<meta itemprop="name" content="stanford_online_products" /> | ||
<meta itemprop="description" content="Stanford Online Products Dataset" /> | ||
<meta itemprop="url" content="https://www.tensorflow.org/datasets/catalog/stanford_online_products" /> | ||
<meta itemprop="sameAs" content="http://cvgl.stanford.edu/projects/lifted_struct/" /> | ||
</div> | ||
|
||
# `stanford_online_products` | ||
|
||
Stanford Online Products Dataset | ||
|
||
* URL: | ||
[http://cvgl.stanford.edu/projects/lifted_struct/](http://cvgl.stanford.edu/projects/lifted_struct/) | ||
* `DatasetBuilder`: | ||
[`tfds.image.stanford_online_products.StanfordOnlineProducts`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/image/stanford_online_products.py) | ||
* Version: `v1.0.0` | ||
* Size: `?? GiB` | ||
|
||
## Features | ||
|
||
```python | ||
FeaturesDict({ | ||
'class_id': ClassLabel(shape=(), dtype=tf.int64, num_classes=22634), | ||
'image': Image(shape=(None, None, 3), dtype=tf.uint8), | ||
'super_class_id': ClassLabel(shape=(), dtype=tf.int64, num_classes=12), | ||
'super_class_id/num': ClassLabel(shape=(), dtype=tf.int64, num_classes=12), | ||
}) | ||
``` | ||
|
||
## Statistics | ||
|
||
None computed | ||
|
||
## Urls | ||
|
||
* [http://cvgl.stanford.edu/projects/lifted_struct/](http://cvgl.stanford.edu/projects/lifted_struct/) | ||
|
||
## Supervised keys (for `as_supervised=True`) | ||
|
||
`None` | ||
|
||
## Citation | ||
|
||
``` | ||
@inproceedings{song2016deep, | ||
author = {Song, Hyun Oh and Xiang, Yu and Jegelka, Stefanie and Savarese, Silvio}, | ||
title = {Deep Metric Learning via Lifted Structured Feature Embedding}, | ||
booktitle = {IEEE Conference on Computer Vision and Pattern Recognition (CVPR)}, | ||
year = {2016} | ||
} | ||
``` | ||
|
||
-------------------------------------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters