import csv with open('/home/xingyuzhou/object-detection-crowdai1/labels.csv','rb') as file: reader = csv.reader(file)
import csv with open('/home/xingyuzhou/object-detection-crowdai1/labels.csv','rb') as file: reader = csv.reader(file)
转载于:https://www.cnblogs.com/ymjyqsx/p/7016518.html