Spaces:
Running
Running
File size: 2,669 Bytes
3bb804c |
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 |
{
"global_settings": {
"coupling": 70
},
"nodes": [
{
"id": 0,
"class_name": "MediaSourceNode",
"pos_x": -883.0,
"pos_y": -299.0,
"width": 200.0,
"height": 180.0,
"config": {
"inputs": {},
"outputs": {
"signal": "signal",
"image": "image"
},
"input_data": {},
"node_title": "Source (Webcam)",
"device_id": 0,
"source_type": "Webcam",
"w": 160,
"h": 120,
"sample_rate": 44100,
"signal_output": 0.16687602124183007
}
},
{
"id": 1,
"class_name": "ConstantSignalNode",
"pos_x": -1275.0,
"pos_y": -161.0,
"width": 200.0,
"height": 180.0,
"config": {
"inputs": {},
"outputs": {
"signal": "signal"
},
"input_data": {},
"node_title": "Constant Signal",
"value": 1.0
}
},
{
"id": 2,
"class_name": "ResonanceMorphogenesisNode",
"pos_x": -457.0,
"pos_y": -426.0,
"width": 611.0,
"height": 734.0,
"config": {
"inputs": {
"lobe_activation": "image",
"growth_rate": "signal",
"reset": "signal"
},
"outputs": {
"resonance_map": "image",
"consistency_map": "image",
"thickness_map": "image",
"structure_3d": "image",
"fold_density": "signal",
"fractal_estimate": "signal",
"surface_area": "signal",
"morph_signal": "signal",
"dominant_mode_power": "signal"
},
"node_title": "Resonance Morphogenesis",
"resolution": 512,
"base_growth": 5,
"dt": 0.01,
"fold_threshold": 0.01,
"compression_strength": 0.45,
"diffusion_sigma": 0.1,
"max_thickness": 12,
"min_thickness": 0.1,
"spectral_window": 32,
"smooth_output": 1.0,
"scale_display": 1.0,
"temporal_window": 100,
"resonance_amplification": 3,
"stability_threshold": 4,
"time_step": 7946,
"area_history": [],
"fold_density_value": 1.0944323539733887,
"surface_area_value": 347211.59375,
"fractal_dim_value": 1.2448175575142923,
"morph_signal_value": 0.4394111741070707,
"dominant_mode_power": 0.27995139360427856
}
}
],
"edges": [
{
"from_node_id": 0,
"from_port": "image",
"to_node_id": 2,
"to_port": "lobe_activation"
}
]
} |