kzwkt / wnd-charm

Automatically exported from code.google.com/p/wnd-charm
0 stars 0 forks source link

seg fault when running wndchrm classify #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

command

chrischrm classify terminal_bulb.fit terminal_bulb.fit 
terminal_bulb_larg_feat_set_rev81_WND.html

output:

colettace@lgchrm4 ~/data/terminalbulb/images/large_feature_set
$ chrischrm classify terminal_bulb.fit terminal_bulb.fit 
terminal_bulb_larg_feat_set_rev81_WND.html
Processing training set 'terminal_bulb.fit'.
----------
Summary of 'terminal_bulb.fit' (970 samples total, 1 samples per image):
'Class label' (interpreted value) number of samples.
'00_day'    (0) 106
'02_day'    (2) 218
'04_day'    (4) 159
'06_day'    (6) 176
'08_day'    (8) 195
'10_day'    (10)    62
'12_day'    (12)    54
----------
Processing test set 'terminal_bulb.fit'.
----------
Summary of 'terminal_bulb.fit' (970 samples total, 1 samples per image):
'Class label' (interpreted value) number of samples.
'00_day'    (0) 106
'02_day'    (2) 218
'04_day'    (4) 159
'06_day'    (6) 176
'08_day'    (8) 195
'10_day'    (10)    62
'12_day'    (12)    54
----------
samples per image=1, UNBALANCED training fraction=0.000000
test set: 970 samples, train: 0 samples
image   norm. 
fact.   p(00_day)   p(02_day)   p(04_day)   p(06_day)   p(08_day)   p(10_day)   p(12_day)   act.
 class  pred. class
Segmentation fault

Original issue reported on code.google.com by christop...@gmail.com on 23 Feb 2011 at 10:47

GoogleCodeExporter commented 9 years ago
looks like no seg fault when using debug compilation on MacOS 10.6.

Original comment by christop...@gmail.com on 24 Feb 2011 at 8:22

GoogleCodeExporter commented 9 years ago

Original comment by christop...@nih.gov on 24 Feb 2011 at 8:23

GoogleCodeExporter commented 9 years ago

Original comment by christop...@nih.gov on 24 Feb 2011 at 8:23

GoogleCodeExporter commented 9 years ago
confirmed that this is a UNIX only bug and the error doesn't occur on MAC OS

Original comment by christop...@gmail.com on 24 Feb 2011 at 9:51

GoogleCodeExporter commented 9 years ago
Fixed with checkin 85.

Original comment by christop...@nih.gov on 1 Mar 2011 at 5:27