读csv文件

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