SINTEF / pyopia

Python Ocean Particle Image Analysis
https://pyopia.readthedocs.io
BSD 3-Clause "New" or "Revised" License
11 stars 5 forks source link

316 Add config option to load image list from a text file #317

Closed nepstad closed 2 months ago

nepstad commented 2 months ago

Define a list of images to process using a text file in the config, e.g.

[general] raw_files = "filelist.txt"

filelist.txt contains one image file name per line (full or relative path)