We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 857ff62 commit 5bd73d2Copy full SHA for 5bd73d2
src/data/ICVL/data.lua
@@ -160,7 +160,7 @@ function load_data(db_type)
160
splitted = str_split(RefPt_[fileId]," ")
161
if splitted[1] == "invalid" then
162
invalidFrameNum = invalidFrameNum + 1
163
- goto INVALIDFRAME_TRAIN
+ goto INVALIDFRAME_TEST1
164
else
165
RefPt[fid][1] = splitted[1]
166
RefPt[fid][2] = splitted[2]
@@ -193,7 +193,7 @@ function load_data(db_type)
193
194
195
196
+ goto INVALIDFRAME_TEST2
197
198
199
0 commit comments