读csv文件

 

import csv
with open('/home/xingyuzhou/object-detection-crowdai1/labels.csv','rb') as file:
    reader = csv.reader(file)

 

posted @ 2017-06-15 11:17  有梦就要去实现他  阅读(192)  评论(0编辑  收藏  举报