a97475e3e52573f9b56242f4bc9197cef7f123cb,ilastik/applets/tracking/structured/opStructuredTracking.py,OpStructuredTracking,insertAnnotationsToHypothesesGraph,#Any#Any#Any#Any#,549

Before Change


                    traxelgraph._graph.nodes[(t,obj)]["value"] = len(trackSet)

        for t in list(labels.keys()):
            if t < max(list(labels.keys())):
                for source in list(labels[t].keys()):
                    if (misdetectionLabel not in labels[t][source]) and t+1 in list(labels.keys()):
                        for dest in list(labels[t+1].keys()):

After Change


                // check object ids in the following frame
                for destination_object_id in labels[t+1].keys():
                    // skip if misdetection inside
                    if (misdetectionLabel in labels[t+1][destination_object_id]):
                        continue

                    intersectSet = labels[t][source_object_id].intersection(labels[t+1][destination_object_id])
                    lenIntersectSet = len(intersectSet)
                    if lenIntersectSet > 0:
                        if ((t, source_object_id), (t+1, destination_object_id)) not in traxelgraph._graph.edges.keys():
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: ilastik/ilastik
Commit Name: a97475e3e52573f9b56242f4bc9197cef7f123cb
Time: 2019-07-10
Author: k-dominik@users.noreply.github.com
File Name: ilastik/applets/tracking/structured/opStructuredTracking.py
Class Name: OpStructuredTracking
Method Name: insertAnnotationsToHypothesesGraph


Project Name: japerk/nltk-trainer
Commit Name: bc128d9596ed07d1c8d5d98f35b1f6905ad4d819
Time: 2014-01-05
Author: japerk@gmail.com
File Name: analyze_tagged_corpus.py
Class Name:
Method Name:


Project Name: GoogleCloudPlatform/python-docs-samples
Commit Name: 218bc5980ee488f5ac2ddfb9d3c67b8ba5b3fd69
Time: 2017-07-14
Author: dizcology@hotmail.com
File Name: speech/cloud-client/transcribe_streaming_mic.py
Class Name:
Method Name: listen_print_loop