"mmdet3d/vscode:/vscode.git/clone" did not exist on "464b6cdf09d4624849d079dd5d99f2f6ec5b4b8d"
Commit 51364cdf authored by stephenwu's avatar stephenwu
Browse files

fixed style

parent 80a21374
......@@ -121,7 +121,7 @@ class DataProcessor(object):
return lines
@classmethod
def _read_jsonl(self, input_path):
def _read_jsonl(cls, input_file):
"""Reads a json line file."""
with tf.io.gfile.GFile(input_path, "r") as f:
lines = []
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment