0

I am new in python and nowadays I am trying work with gathering coordinates of points with dlib C++ library. But I cannot understand this code. Please help me

for f in glob.glob(os.path.join(faces_folder_path, "*.JPG")):
    fh = open(f + ".txt","w")

    print("Processing file: {}".format(f))
    img = io.imread(f)
13smith_oliver
  • 414
  • 6
  • 13
Dona
  • 11
  • 4
  • for f in glob.glob(os.path.join(faces_folder_path, "*.JPG")): fh = open(f + ".txt","w") print("Processing file: {}".format(f)) img = io.imread(f) – Dona Feb 04 '18 at 10:02
  • for f in glob.glob(os.path.join(faces_folder_path, "*.JPG")): fh = open(f + ".txt","w") print("Processing file: {}".format(f)) img = io.imread(f) – Dona Feb 04 '18 at 10:02

0 Answers0