cwDataSets.cpp : test() Write 5 rather than 0 images for each batch to an SVG.

This commit is contained in:
kevin 2024-03-25 10:58:43 -04:00
parent 9a4fed6d64
commit 542ceafe8a

View File

@ -2647,7 +2647,7 @@ cw::rc_t cw::dataset::test( const object_t* cfg )
printf("%3i : ",j);
// print the first 5 images from each batch to an SVG file
for(unsigned i=0; i<0; ++i,++imageN)
for(unsigned i=0; i<5; ++i,++imageN)
{
printf("%i ", numbV[i] );