luodian-training-data / dataset_schema.json
KaKa427's picture
Upload dataset_schema.json with huggingface_hub
6eff335 verified
Raw
History Blame Contribute Delete
3.18 kB
{
"dataset_version": "1.0",
"project": "luodian_vertical_model",
"description": "现代螺钿产品设计数据集 - 木胎贝母螺钿专用",
"schema_definition": {
"image_path": "图片相对路径",
"product_type": "产品类型(mirror/jewelry_box/pendant/phone_case等)",
"base_material": "胎体材质(紫光檀/黑檀/红木等)",
"inlay_material": "镶嵌材质(贝母螺钿/银丝螺钿/组合)",
"design_style": "设计风格(geometric/silhouette/minimalist)",
"visual_subject": "视觉主题(哪吒/京剧脸谱/花艺/马/凤凰等)",
"complexity_level": "复杂度(simple/medium - 不包含complex)",
"production_feasibility": "生产可行性(high/medium)",
"aesthetic_era": "审美时期(modern_2026/contemporary)",
"market_orientation": "市场导向(欧美/中国/全球)",
"technical_specs": {
"dimensions": "尺寸(长x宽x高,单位cm)",
"inlay_technique": "镶嵌技术(平嵌/浮雕/线嵌)",
"carving_depth": "雕刻深度(浅/中/无)",
"production_time": "预估工时(小时)",
"cost_level": "成本等级(经济/中等/高端)"
},
"visual_description_cn": "中文视觉描述(人话输入)",
"visual_description_en": "英文标准化描述(AI标准化后)",
"prompt_template": "生成提示词模板",
"reference_tags": ["标签1", "标签2", "标签3"],
"ip_reference": "IP参考(哪吒2/京剧/时尚品牌等,可为空)",
"timestamp": "标注时间戳"
},
"example_entry": {
"image_path": "data/raw/mirror_001.jpg",
"product_type": "handheld_mirror",
"base_material": "紫光檀 (Pterocarpus santalinus)",
"inlay_material": "贝母螺钿 + 银丝",
"design_style": "geometric_silhouette",
"visual_subject": "京剧脸谱(简化版)",
"complexity_level": "medium",
"production_feasibility": "high",
"aesthetic_era": "modern_2026",
"market_orientation": "欧美市场",
"technical_specs": {
"dimensions": "12x8x0.5",
"inlay_technique": "平嵌 + 线嵌组合",
"carving_depth": "浅雕(2mm)",
"production_time": "6-8小时",
"cost_level": "中等"
},
"visual_description_cn": "黑色紫光檀圆镜,上面嵌了彩色贝壳做的京剧脸谱,很简洁,像剪影,配了银丝线条",
"visual_description_en": "Modern handheld mirror, polished Pterocarpus santalinus base, geometric Peking Opera mask motif in iridescent nacre inlay with silver wire accents, minimalist silhouette style, high contrast design, production-ready craftsmanship",
"prompt_template": "A {product_type} made of {base_material}, featuring {visual_subject} pattern in {inlay_material}, {design_style} aesthetic, designed for {market_orientation}, {aesthetic_era} style, dimensions: {dimensions}cm",
"reference_tags": ["京剧", "脸谱", "几何简化", "贝母", "银丝", "现代审美", "可量产"],
"ip_reference": "传统京剧文化 (2026欧美中国风热潮)",
"timestamp": "2026-02-08T12:00:00"
}
}