gregoryjjb / cs160

Computer vision pipeline for class project, primarily authored by @deanljohnson and @dang3
1 stars 0 forks source link

Randomized pipes #18

Closed gregoryjjb closed 6 years ago

gregoryjjb commented 6 years ago

Fix for #17, for streaming only. Right now I'm generating a different name for the in & out pipe, as opposed to making them the same but adding -in or -out. (I still add a pipe-i- or pipe-o- at the beginning but the rest is different.) Not sure if that matters.

Another problem is the pipes stick around basically forever since they never get overwritten. Again, not sure if this matters.

deanljohnson commented 6 years ago

Took your random string generator and used it to generate random folder names that all pipes and such are stored under. Thanks!