Skip to content

Commit

Permalink
Merge fe5d69f into 72a79f9
Browse files Browse the repository at this point in the history
  • Loading branch information
balandongiv authored Jun 23, 2022
2 parents 72a79f9 + fe5d69f commit 4a5d0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/data/textdet/lv_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def load_img_info(files):
'.')[0]
# read imgs while ignoring orientations
img = mmcv.imread(img_file, 'unchanged')
img_file = img_file.split('data/lv/')[1]
img_file =os.path.split(img_file)[-1]

img_info = dict(
file_name=img_file,
Expand Down

0 comments on commit 4a5d0da

Please sign in to comment.