7442067f84b80b782aa55a7ef5af735fac00d206,hook/detect.py,,,#,40

Before Change


        image = image2
        bbox_f = filename2_bbox
  
    for idx, b in enumerate(bbox):
        out = img.draw_bbox(image, b, label[idx], classes[idx], conf[idx], None, False)
        image = out

    if g.config["write_debug_image"] == "yes":
        g.logger.debug("Writing out debug bounding box image to {}...".format(bbox_f))
        cv2.imwrite(bbox_f, image)

After Change



// all models loops, all files looped

g.logger.debug ("FINAL LIST={} AND {}".format(bbox,label))

if not matched_file:
        g.logger.debug("No patterns found using any models in all files")
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 5

Non-data size: 5

Instances


Project Name: pliablepixels/zmeventnotification
Commit Name: 7442067f84b80b782aa55a7ef5af735fac00d206
Time: 2019-05-28
Author: pliablepixels@gmail.com
File Name: hook/detect.py
Class Name:
Method Name:


Project Name: gyoisamurai/GyoiThon
Commit Name: b337f47935c2cb4cb42085f390a0dbeebdd95b47
Time: 2021-02-19
Author: null
File Name: modules/Gyoi_Inventory.py
Class Name: Inventory
Method Name: dns_explore


Project Name: mozilla/TTS
Commit Name: 278c7a91b77448236af73d6942da425a5d5a2e34
Time: 2019-04-28
Author: egolge@mozilla.com
File Name: datasets/preprocess.py
Class Name:
Method Name: mozilla


Project Name: shibing624/pycorrector
Commit Name: 1d1d5f4aa6bfa79cef906a51c04c2d151e2c725c
Time: 2018-07-16
Author: 507153809@qq.com
File Name: pycorrector/seq2seq/reader.py
Class Name: Reader
Method Name: build_dataset


Project Name: senarvi/theanolm
Commit Name: 7376a1e33490880af0f930f1c4bfe3ed80e6677c
Time: 2017-06-07
Author: peter@smitmail.eu
File Name: theanolm/scoring/latticedecoder.py
Class Name: LatticeDecoder
Method Name: decode