Andy-0105
Results
1
comments of
Andy-0105
Modify predict.py to read the image part for i, filename in enumerate(in_files): logging.info(f'Predicting image {filename} ...') image_files = [f for f in os.listdir(filename) if f.endswith('.jpg') or f.endswith('.png')] for file in...