Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 python 新手,现在我正在尝试使用 dlib C++ 库收集点的坐标。但我无法理解这段代码。请帮我
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)