Object Detection
Loading...
Searching...
No Matches
Functions | Variables
copy_files Namespace Reference

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"
 

Function Documentation

◆ copy_directory_files()

copy_files.copy_directory_files (   source_dir,
  dest_dir,
  include_subdirs = True 
)

◆ copy_matching_files()

copy_files.copy_matching_files (   dir1,
  dir2,
  dest_dir 
)

Variable Documentation

◆ destination_dir

str copy_files.destination_dir = "./chosen/images"

◆ dir1

str copy_files.dir1 = "./chosen/"

◆ dir2

str copy_files.dir2 = "/home/seame/frames/frames3"