pytti-core icon indicating copy to clipboard operation
pytti-core copied to clipboard

generic "stream override" config option group

Open dmarx opened this issue 3 years ago • 2 comments

  • 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

dmarx avatar Apr 28 '22 00:04 dmarx

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

dmarx avatar Apr 28 '22 04:04 dmarx

lfo style loooping

dmarx avatar May 05 '22 17:05 dmarx