Skip to content

Commit ab5da8a

Browse files
authoredNov 18, 2018
Update evaluate.py
1 parent 89f89b3 commit ab5da8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎evaluate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1686,7 +1686,7 @@ def getGroundTruth(options):
16861686
default=-1, type=int)
16871687
parser.add_argument('--methods', dest='methods',
16881688
help='methods',
1689-
default='0000000', type=str)
1689+
default='0222222', type=str)
16901690
parser.add_argument('--dataFolder', dest='dataFolder',
16911691
help='data folder',
16921692
default='/mnt/vision/PlaneNet/', type=str)

0 commit comments

Comments
 (0)
Please sign in to comment.