jzhousz / iano

Automatically exported from code.google.com/p/iano
0 stars 0 forks source link

3D feature extractor using wavelet needs doublecheck #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use CV mode to test DIFFERENT sets of 3D k150
2. Choose shuffle
3.

What is the expected output? What do you see instead?
Performance does not need to be valid.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by jzho...@gmail.com on 11 Oct 2012 at 5:51

GoogleCodeExporter commented 9 years ago
The StackSimpleHaarFeatureExtractor must create HaarFeatureExtractor object 
everytime for each image and each slice.  Reuse HaarFeatureExtractor will cause 
later images override previous results, with current implementation of 
HaarFeatureExtractor.

In addition, xml parameter for Middle Stacks to Include needs to be corrected.
The weighted boolean has problem:  xml has 1/0, which GUI recognizes, but code 
needs to require "true/false"

Original comment by jzho...@gmail.com on 16 Oct 2012 at 6:23

GoogleCodeExporter commented 9 years ago

Original comment by jzho...@gmail.com on 25 Oct 2012 at 5:34

GoogleCodeExporter commented 9 years ago
Change back to Started because the parameter for "weighted" still has problem.

Original comment by jzho...@gmail.com on 5 Nov 2012 at 4:53

GoogleCodeExporter commented 9 years ago
Updated ExpertFrame so that it works with "true"/"false" instead of "1"/"0"

Original comment by jzho...@gmail.com on 8 Nov 2012 at 7:57

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r342.

Original comment by jzho...@gmail.com on 8 Nov 2012 at 7:59