| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "dimension": "depth_map",
- "type": "形式",
- "description": "深度图,用于ControlNet深度控制,反映场景空间层次和浅景深效果",
- "valid_files": {
- "img_1_depth.png": {
- "source": "img_1",
- "method": "局部方差法(清晰度代理深度)",
- "mean": 72.3
- },
- "img_2_depth.png": {
- "source": "img_2",
- "method": "局部方差法(清晰度代理深度)",
- "mean": 79.1
- },
- "img_3_depth.png": {
- "source": "img_3",
- "method": "局部方差法(清晰度代理深度)",
- "mean": 93.1
- },
- "img_4_depth.png": {
- "source": "img_4",
- "method": "局部方差法(清晰度代理深度)",
- "mean": 82.5
- },
- "img_5_depth.png": {
- "source": "img_5",
- "method": "局部方差法(清晰度代理深度)",
- "mean": 65.8
- }
- },
- "tool_limitation": "当前使用OpenCV局部方差法(清晰度作为深度代理),非真实深度估计。建议生产环境使用MiDaS/DPT-Large/Depth-Anything-V2模型获取更精准的深度图。",
- "recommended_tool": "Depth-Anything-V2 (2024年最新,精度最高) 或 MiDaS v3.1",
- "depth_interpretation": {
- "white": "近景(清晰区域)- 人物、画架、调色板",
- "gray": "中景",
- "black": "远景(虚化区域)- 背景树木草地"
- },
- "mapping": [
- {
- "image": "img_2",
- "paragraph": "段落2",
- "type": "形式",
- "feature": "景深空间关系",
- "highlight": "唯美梦幻的光影与景深",
- "path": "output/features/depth_map/img_2_depth.png"
- },
- {
- "image": "img_3",
- "paragraph": "段落3",
- "type": "形式",
- "feature": "景深空间关系",
- "highlight": "唯美梦幻的光影与景深",
- "path": "output/features/depth_map/img_3_depth.png"
- },
- {
- "image": "img_5",
- "paragraph": "段落5",
- "type": "形式",
- "feature": "景深空间关系",
- "highlight": "唯美梦幻的光影与景深",
- "path": "output/features/depth_map/img_5_depth.png"
- },
- {
- "image": "img_1",
- "paragraph": "段落1",
- "type": "形式",
- "feature": "景深空间关系",
- "path": "output/features/depth_map/img_1_depth.png"
- },
- {
- "image": "img_4",
- "paragraph": "段落4",
- "type": "形式",
- "feature": "景深空间关系",
- "path": "output/features/depth_map/img_4_depth.png"
- }
- ]
- }
|