CSV File Format for Inference Parameter

AI Chat didn’t have the answer and there were no threads returned at this site. Please pardon this elementary question.

What is the CSV file format for the Source Inference Parameter when invoking Predict Mode? I see Multi-Stream illustrated clearly but nothing about the CSV file format in the related documentation. Thanks.

Regards.

I don’t think it’s supported. I don’t see any code to handle CSV files. Probably should be removed from the docs.

Thanks for feedback.

Regards.

Seems like it is actually supported @baqwas and the format would be:

CSV file

source1,source2,source3,...

Command

yolo predict source=file.csv

So the CSV format is essentially just a comma separated list of files for inference.