c3683a34715651da553fda70ab50c1c0c2c63e41,ilastik/workflows/pixelClassification/pixelClassificationWorkflow.py,PixelClassificationWorkflow,onProjectLoaded,#PixelClassificationWorkflow#Any#,397

Before Change


            self.pcApplet.topLevelOperator.FreezePredictions.setValue(False)
        
            // Now run the batch export and report progress....
            opBatchDataExport = self.batchResultsApplet.topLevelOperator
            for i, opExportDataLaneView in enumerate(opBatchDataExport):
                logger.info( "Exporting result {} to {}".format(i, opExportDataLaneView.ExportPath.value) )
    
                sys.stdout.write( "Result {}/{} Progress: ".format( i, len( opBatchDataExport ) ) )
                sys.stdout.flush()
                def print_progress( progress ):
                    sys.stdout.write( "{} ".format( progress ) )
                    sys.stdout.flush()
    
                // If the operator provides a progress signal, use it.
                slotProgressSignal = opExportDataLaneView.progressSignal
                slotProgressSignal.subscribe( print_progress )
                opExportDataLaneView.run_export()
                
                // Finished.
                sys.stdout.write("\n")


    def _print_labels_by_slice(self, search_value):
        
        Iterate over each label image in the project and print the number of labels present on each Z-slice of the image.
        (This is a special feature requested by the FlyEM proofreaders.)

After Change


            logger.warn("Your project file has no classifier.  A new classifier will be trained for this run.")

        if self._headless and self._batch_input_args and self._batch_export_args:
            logger.info("Beginning Batch Processing")
            self.batchProcessingApplet.run_export(self._batch_input_args)
            logger.info("Completed Batch Processing")

    def _print_labels_by_slice(self, search_value):
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 6

Instances


Project Name: ilastik/ilastik
Commit Name: c3683a34715651da553fda70ab50c1c0c2c63e41
Time: 2015-07-26
Author: bergs@janelia.hhmi.org
File Name: ilastik/workflows/pixelClassification/pixelClassificationWorkflow.py
Class Name: PixelClassificationWorkflow
Method Name: onProjectLoaded


Project Name: ilastik/ilastik
Commit Name: a893bccaaac86d1b7358dc44a11f337a13abca9e
Time: 2015-08-07
Author: bergs@janelia.hhmi.org
File Name: ilastik/workflows/examples/dataConversion/dataConversionWorkflow.py
Class Name: DataConversionWorkflow
Method Name: onProjectLoaded


Project Name: deepchem/deepchem
Commit Name: 3b3a06ad8402079c2d18718349d5f0f212ac7b81
Time: 2020-12-11
Author: nfrey213@gmail.com
File Name: deepchem/feat/base_classes.py
Class Name: ComplexFeaturizer
Method Name: featurize


Project Name: kengz/SLM-Lab
Commit Name: 861657d2c9b321961994c8cdd0e58b6c4fe0645f
Time: 2018-09-03
Author: kengzwl@gmail.com
File Name: slm_lab/env/__init__.py
Class Name: EnvSpace
Method Name: __init__