pytti-core
pytti-core copied to clipboard
generic "stream override" config option group
- link variables together
- link or override variables with external data/streams
- define meta variables? should be able to accept anything that can be indexed by "t" maybe separately define streams, and then have an isolated section for setting up links and overrids
something like...
data_streams:
- stream_name: x
stream_type: csv
stream_source: x_values.csv
- stream_name: y
stream_type: parametric_eval
stream_source: "x * t + np.random.normal()"
- stream_name: t_depth
stream_type: npy
stream_source: precomputed_depth_maps.npy
- stream_name: blender_animation
stream_type: blender
stream_source: -
stream_overrides:
adabins.infer: t_depth
lfo style loooping