File size: 3,837 Bytes
a08fc80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c881d2e
a08fc80
 
 
 
 
 
 
 
 
c881d2e
 
 
 
a08fc80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c881d2e
a08fc80
 
 
 
 
 
 
c881d2e
a08fc80
 
c881d2e
a08fc80
 
 
 
c881d2e
a08fc80
 
c881d2e
a08fc80
 
c881d2e
 
 
 
 
a08fc80
 
 
 
 
 
 
 
 
 
 
c881d2e
a08fc80
 
 
 
 
 
 
 
 
 
c881d2e
a08fc80
c881d2e
 
a08fc80
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
---
annotations_creators:
- machine-generated
language:
- en
- ko
license: other
license_name: modhaus-fan-archive
task_categories:
- image-classification
- feature-extraction
- image-to-text
tags:
- kpop
- triples
- objekts
- photocard
- cosmo
- modhaus
- digital-collectibles
- video-classification
size_categories:
- 10K<n<100K
pretty_name: tripleS Objekts Archive
dataset_info:
  features:
  - name: file_name
    dtype: string
  - name: image
    dtype: image
  - name: media_file_name
    dtype: string
  - name: frontMedia
    dtype: string
  - name: slug
    dtype: string
  - name: id
    dtype: string
  - name: artist
    dtype: string
  - name: member
    dtype: string
  - name: memberSortOrder
    dtype: int64
  - name: season
    dtype: string
  - name: class
    dtype: string
  - name: collectionNo
    dtype: string
  - name: shortCode
    dtype: string
  - name: side
    dtype: string
  - name: onOffline
    dtype: string
  - name: comoAmount
    dtype: int64
  - name: hasAudio
    dtype: bool
  - name: accentColor
    dtype: string
  - name: backgroundColor
    dtype: string
  - name: textColor
    dtype: string
  - name: description
    dtype: string
  - name: createdAt
    dtype: int64
  - name: contract
    dtype: string
---

# tripleS Objekts Archive (HD Images, Motion MP4s & Full Metadata)

Complete digital collectible photocards (Objekts) dataset for the K-Pop girl group **tripleS** (Modhaus / COSMO app).

## Dataset Summary

- **Total Objekts**: 10,983 unique digital collectibles
- **Total Images**: 21,298 high-resolution card scans (Front & Back)
- **Total Motion & Voice Videos**: 125 animated card loops & voice message MP4 clips
- **Members**: All 24 members (S1–S24) + Sub-units (AAA, KRE, Assemble24, etc.)
- **Seasons Included**: Atom01, Atom02, Binary01, Binary02, Cream01, Cream02, Divine01, Ever01
- **Metadata fields**: `member`, `season`, `class`, `collectionNo`, `shortCode`, `side` (front/back), `frontMedia`, `media_file_name`, `hasAudio`, `onOffline`, `comoAmount`, `accentColor`, `contract`, `createdAt`, `description`.

## Directory Structure

```text
├── metadata.jsonl          # Hugging Face Dataset format linking all images, media & attributes
├── all_objekts.json        # Master raw JSON containing all 10,983 objekt items
├── summary.json            # Statistical counts by member, season, and class
├── sync_checkpoint.json    # Incremental update state tracker
├── by_member/              # Subdivided JSON files per member
├── by_season/              # Subdivided JSON files per season
├── images/                 # Hierarchical HD card images (Front & Back)
└── media/                  # Hierarchical Motion & Voice MP4 video clips
    ├── Binary02/
    │   └── SeoYeon/
    │       └── binary02-seoyeon-360z.mp4
    └── ...
```

## Quick Start / Usage

### Using Python `datasets`

```python
from datasets import load_dataset

# Load dataset with automatic image decoding
dataset = load_dataset("fadhilafif98/triples-objekts", split="train")

# Access sample item
first_sample = dataset[0]
print(first_sample["member"], first_sample["season"], first_sample["side"])

# Display image
image = first_sample["image"]
image.show()
```

### Direct CDN Access (Images & Video)

* **Front Image**: `https://huggingface.co/datasets/fadhilafif98/triples-objekts/resolve/main/images/{season}/{member}/{slug}_front.png`
* **Motion Video (.mp4)**: `https://huggingface.co/datasets/fadhilafif98/triples-objekts/resolve/main/media/{season}/{member}/{slug}.mp4`

## Disclaimer & Copyright

All visual assets and trademarks belong to **MODHAUS** and the **COSMO** platform. This dataset is compiled strictly for non-commercial fan archival, educational, indexing, and computer vision research purposes.