Skip to content
Prev Previous commit
Next Next commit
Add files via upload
  • Loading branch information
bycloudai authored Nov 12, 2021
commit 4c2793707387c426d649fbb6a036ebc3ea2a3034
2 changes: 1 addition & 1 deletion face_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def test(args):


# cv2.imwrite(os.path.join(args.output_dir, image_name), , cv2.COLOR_BGR2RGB)
face2paint(face, 512).save("samples/results/"+image_name+".png")
face2paint(face, 512).save("samples/results/"+image_name)
print(f"image saved: {image_name}")


Expand Down