line contains NULL byte
Closed this issue · 0 comments
jhss commented
Traceback (most recent call last):
File "main_fpn.py", line 39, in
data_dict = myparse.parse_input(input_file)
File "/home/zyechun/project/Face-Pose-Net/myparse.py", line 7, in parse_input
for line in reader:
File "/usr/lib/python2.7/csv.py", line 107, in next
self.fieldnames
File "/usr/lib/python2.7/csv.py", line 90, in fieldnames
self._fieldnames = self.reader.next()
_csv.Error: line contains NULL byte
I enter "python main_fpn.py ./images/input1.jpg
How can I solve it?