IIIcecola

Results 3 comments of IIIcecola

def find_all_media_files(root_dir): media_files = [] for dirpath, _, filenames in os.walk(root_dir): for filename in filenames: file_path = os.path.join(dirpath, filename) if is_video_or_image(file_path): media_files.append((dirpath, filename, file_path)) return media_files for 以此调用就好了

use these URLs: https://github.com/WongKinYiu/yolov7/releases/download/v0.1/yolov7_training.pt https://github.com/WongKinYiu/yolov7/releases/download/v0.1/yolov7-tiny.pt https://github.com/WongKinYiu/yolov7/releases/download/v0.1/yolov7-e6e_training.pt