How to save detection results to file?

55 views
Skip to first unread message

vali...@gmail.com

unread,
Mar 26, 2013, 1:17:17 AM3/26/13
to ebl...@googlegroups.com
I use Windows binaries of EBlearn library installed from file eblearn-1.2_x86-r2631-win32.exe on Windows Vista. I try to learn how to classify images using MNIST demo page and tutorials. Convnet was trained successfully. Now I try to classify image test set, and to save classification results to file. It is written in http://eblearn.sourceforge.net/detect.html that “All outputs are saved in a directory named 'out_[timestamp]' created in the calling directory.”
When I run “detect mnist.conf” I see classification results printed on the screen, however, after running there is no directory 'out_[timestamp]'. There is ‘detection’ directory after running, but it contains only conf file and empty ‘video’ directory.

Is it possible to save classification results to file in format “image.file – class assigned”, or something like that? How to do that?

soumith

unread,
Mar 26, 2013, 1:21:21 AM3/26/13
to ebl...@googlegroups.com
valinbox,

add the line
bbox_saving = 2 
to your mnist.conf file

When variable 'bbox_saving' is different than 0, bounding boxes coordinates are saved in file 'bbox.txt'.
Different values for 'bbox_saving' correspond to different saving formats:
# 0 = none 1 = all styles 2 = eblearn style 3 = caltech style




--
You received this message because you are subscribed to the Google Groups "eblearn" group.
To unsubscribe from this group and stop receiving emails from it, send an email to eblearn+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



vali...@gmail.com

unread,
Mar 26, 2013, 1:35:19 AM3/26/13
to ebl...@googlegroups.com
the_minion,

That works. Thank you!

/////

вторник, 26 марта 2013 г., 9:21:21 UTC+4 пользователь the_minion написал:
> valinbox,
>
>
> add the linebbox_saving = 2 
Reply all
Reply to author
Forward
0 new messages