Delete 'resize_dataset.py'

master
p18530742 3 years ago
parent 3ecf3ca05f
commit a5999d406c

@ -1,12 +0,0 @@
import os
import json
root = "Tusimple/"
lable_str = open("Tusimple/test_label.json", "r", encoding="utf8").readlines()
lable_json = [json.loads(line) for line in lable_str]
with open("{}/test_label.json".format(root), "w", encoding="utf8") as fp:
for label,s in zip(lable_json, lable_str):
path = root + label["raw_file"]
# print(path)
if os.path.exists(path):
fp.write(s)
Loading…
Cancel
Save