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