Skip to content

Commit

Permalink
style: Name change
Browse files Browse the repository at this point in the history
Changed name of `build_filelists` to the more descriptive name
`parse_CSV`.
  • Loading branch information
pierluigiferrari committed Apr 6, 2017
1 parent c79363f commit b3b41f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssd_batch_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from PIL import Image
import csv

def build_filelists(path='./data/labels.csv', n_classes=3):
def parse_CSV(path='./data/labels.csv', n_classes=3):
'''
Build a list of image filepaths and a list of the corresponding ground truth bounding boxes and
category labels for object detection from a CSV file.
Expand Down

0 comments on commit b3b41f8

Please sign in to comment.