Commit b946081a authored by EvilCalf's avatar EvilCalf

update everything

parent 54671891
...@@ -46,5 +46,4 @@ for root, dirs, files in os.walk("labimage/"): ...@@ -46,5 +46,4 @@ for root, dirs, files in os.walk("labimage/"):
image.save("./Output/" + file) image.save("./Output/" + file)
data = pd.DataFrame({"name": [cnt], "dir": [root + "/" + file]}) data = pd.DataFrame({"name": [cnt], "dir": [root + "/" + file]})
data.to_csv("name2file.csv", mode="a", header=False) data.to_csv("name2file.csv", mode="a", header=False)
break break
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment