fixstars / ion-kit

Modernized graph-based data processing framework
MIT License
7 stars 6 forks source link

Feature/port access #164

Closed xinyuli1204 closed 10 months ago

xinyuli1204 commented 10 months ago
  1. Allow intermediate building blocks to access the index of port if there are multiple outputs. eg: n = b.add("xxxxxxxx")(n["output"][1])
  2. Add test code "port-access"
  3. Add building blocks : Camera2 (output 2 ports, one image per port) and CameraN (output one port , n images per port)
  4. Fix "parse_url" to handle both https and http request.
iitaku commented 10 months ago

@xinyuli1204 Style file is here. https://github.com/fixstars/ion-kit/blob/master/.clang-format

iitaku commented 10 months ago

LGTM!