クリック
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
CLIC は、Challenge on Learned Image Compression 2020 の非可逆画像圧縮トラックのデータセットです。これらの画像には、レート ディストーション パフォーマンスのトレーニングとベンチマークに使用されるプロフェッショナル データセットとモバイル データセットが混合して含まれています。データセットには、RGB イメージとグレースケール イメージの両方が含まれています。グレースケール イメージが 1 チャネル テンソルとして処理され、3 チャネル テンソルが予期される場合、これには特別な処理が必要になる場合があります。
このデータセットには、P フレーム チャレンジ (YUV 画像フレーム) からのデータは含まれません。
スプリット | 例 |
---|
'test' | 428 |
'train' | 1,633 |
'validation' | 102 |
FeaturesDict({
'image': Image(shape=(None, None, 3), dtype=uint8),
})
特徴 | クラス | 形 | Dタイプ | 説明 |
---|
| 特徴辞書 | | | |
画像 | 画像 | (なし、なし、3) | uint8 | |

@misc{CLIC2020,
title = {Workshop and Challenge on Learned Image Compression (CLIC2020)},
author = {George Toderici, Wenzhe Shi, Radu Timofte, Lucas Theis,
Johannes Balle, Eirikur Agustsson, Nick Johnston, Fabian Mentzer},
url = {http://www.compression.cc},
year={2020},
organization={CVPR}
}
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-06-01 UTC。
[null,null,["最終更新日 2024-06-01 UTC。"],[],[],null,["# clic\n\n\u003cbr /\u003e\n\n- **Description**:\n\nCLIC is a dataset for the Challenge on Learned Image Compression 2020 lossy\nimage compression track. These images contain a mix of the professional and\nmobile datasets used to train and benchmark rate-distortion performance. The\ndataset contains both RGB and grayscale images. This may require special\nhandling if a grayscale image is processed as a 1 channel Tensor and a 3 channel\nTensor is expected.\n\nThis dataset does *NOT* contain the data from the P-Frame challenge (YUV image\nframes).\n\n- **Additional Documentation** :\n [Explore on Papers With Code\n north_east](https://paperswithcode.com/dataset/clic)\n\n- **Homepage** : \u003chttps://www.compression.cc/\u003e\n\n- **Source code** :\n [`tfds.datasets.clic.Builder`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/datasets/clic/clic_dataset_builder.py)\n\n- **Versions**:\n\n - **`1.0.0`** (default): No release notes.\n- **Download size** : `7.48 GiB`\n\n- **Dataset size** : `7.48 GiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n No\n\n- **Splits**:\n\n| Split | Examples |\n|----------------|----------|\n| `'test'` | 428 |\n| `'train'` | 1,633 |\n| `'validation'` | 102 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'image': Image(shape=(None, None, 3), dtype=uint8),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|---------|--------------|-----------------|-------|-------------|\n| | FeaturesDict | | | |\n| image | Image | (None, None, 3) | uint8 | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `None`\n\n- **Figure**\n ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n\n- **Examples** ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\n- **Citation**:\n\n @misc{CLIC2020,\n title = {Workshop and Challenge on Learned Image Compression (CLIC2020)},\n author = {George Toderici, Wenzhe Shi, Radu Timofte, Lucas Theis,\n Johannes Balle, Eirikur Agustsson, Nick Johnston, Fabian Mentzer},\n url = {http://www.compression.cc},\n year={2020},\n organization={CVPR}\n }"]]