Object Detection
|
Functions | |
copy_directory_files (source_dir, dest_dir, include_subdirs=True) | |
copy_matching_files (dir1, dir2, dest_dir) | |
Variables | |
str | dir1 = "./chosen/" |
str | dir2 = "/home/seame/frames/frames3" |
str | destination_dir = "./chosen/images" |
copy_files.copy_directory_files | ( | source_dir, | |
dest_dir, | |||
include_subdirs = True |
|||
) |
copy_files.copy_matching_files | ( | dir1, | |
dir2, | |||
dest_dir | |||
) |
str copy_files.destination_dir = "./chosen/images" |
str copy_files.dir1 = "./chosen/" |
str copy_files.dir2 = "/home/seame/frames/frames3" |