Skip to content

Commit

Permalink
fix type of args.scene
Browse files Browse the repository at this point in the history
  • Loading branch information
zzilch committed Oct 27, 2019
1 parent 06206a7 commit 1cb4861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visualize_3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def parse_args():
parser.add_argument("--path", required=True,
help="dataset path", metavar="DIR")
parser.add_argument("--scene", required=True,
help="scene id", type=str)
help="scene id", type=int)
parser.add_argument("--type", choices=("floorplan", "wireframe", "plane"),
default="plane", type=str)
parser.add_argument("--color", choices=["normal", "manhattan"],
Expand Down

0 comments on commit 1cb4861

Please sign in to comment.