Skip to content

Commit

Permalink
sbd script
Browse files Browse the repository at this point in the history
  • Loading branch information
haruishi43 committed Nov 18, 2022
1 parent 797b5ee commit b02a6c9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions scripts/convert_datasets/sbd.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ def parse_args():
default="gtEval",
help="where to save the processed gts (`gtEval`)",
)
parser.add_argument(
"--nonIS",
action="store_true",
help="default to IS, but this argument makes it nonIS",
)
parser.add_argument(
"--nproc",
default=4,
Expand All @@ -67,7 +62,6 @@ def parse_args():
data_dir = args.root
save_dir = osp.join(data_dir, args.out_dir)
mkdir_or_exist(save_dir)
nonIS = args.nonIS
nproc = args.nproc
reanno = args.reanno
radius = 2
Expand All @@ -83,7 +77,6 @@ def parse_args():

print(">>> root: \t", data_dir)
print(">>> save: \t", save_dir)
print(">>> nonIS: \t", nonIS)
print(">>> nproc: \t", nproc)
print(">>> radius:\t", radius)
print(">>> reanno:\t", reanno)
Expand Down

0 comments on commit b02a6c9

Please sign in to comment.