Skip to content

Commit 5bd73d2

Browse files
authored
Update data.lua
1 parent 857ff62 commit 5bd73d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/ICVL/data.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ function load_data(db_type)
160160
splitted = str_split(RefPt_[fileId]," ")
161161
if splitted[1] == "invalid" then
162162
invalidFrameNum = invalidFrameNum + 1
163-
goto INVALIDFRAME_TRAIN
163+
goto INVALIDFRAME_TEST1
164164
else
165165
RefPt[fid][1] = splitted[1]
166166
RefPt[fid][2] = splitted[2]
@@ -193,7 +193,7 @@ function load_data(db_type)
193193
splitted = str_split(RefPt_[fileId]," ")
194194
if splitted[1] == "invalid" then
195195
invalidFrameNum = invalidFrameNum + 1
196-
goto INVALIDFRAME_TRAIN
196+
goto INVALIDFRAME_TEST2
197197
else
198198
RefPt[fid][1] = splitted[1]
199199
RefPt[fid][2] = splitted[2]

0 commit comments

Comments
 (0)