comment changed

This commit is contained in:
Matthias Bisping 2022-04-22 17:16:25 +02:00
parent b582726cd1
commit 71f61fc5fc

View File

@ -48,7 +48,7 @@ class Pipeline:
extract, # ... image-metadata-pairs as a stream extract, # ... image-metadata-pairs as a stream
split, # ... into an image stream and a metadata stream split, # ... into an image stream and a metadata stream
pairwise_apply(classify, identity), # ... apply functions to the streams pairwise pairwise_apply(classify, identity), # ... apply functions to the streams pairwise
join, # ... the streams join, # ... the streams by zipping
reformat, # ... the items reformat, # ... the items
) )