Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9fad40f

Browse files
committedAug 21, 2017
fix: Set correct parser for validation dataset
1 parent 6edff20 commit 9fad40f

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
 

‎ssd7_0.h5

2.44 MB
Binary file not shown.

‎ssd7_0_weights.h5

885 KB
Binary file not shown.

‎train_ssd7.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
" include_classes='all',\n",
204204
" box_output_format=['class_id', 'xmin', 'xmax', 'ymin', 'ymax'])\n",
205205
"\n",
206-
"val_dataset.parse_xml(labels_path='./data/val_labels.csv',\n",
206+
"val_dataset.parse_csv(labels_path='./data/val_labels.csv',\n",
207207
" input_format=['image_name', 'xmin', 'xmax', 'ymin', 'ymax', 'class_id'])\n",
208208
"\n",
209209
"val_generator = val_dataset.generate(batch_size=batch_size,\n",

0 commit comments

Comments
 (0)
Please sign in to comment.