MCPcopy Create free account
hub / github.com/PaddlePaddle/PaddleYOLO / predict_image_slice

Method predict_image_slice

deploy/python/infer.py:231–353  ·  view source on GitHub ↗
(self,
                            img_list,
                            slice_size=[640, 640],
                            overlap_ratio=[0.25, 0.25],
                            combine_method='nms',
                            match_threshold=0.6,
                            match_metric='ios',
                            run_benchmark=False,
                            repeats=1,
                            visual=True,
                            save_results=False)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.80

Calls 10

preprocessMethod · 0.95
predictMethod · 0.95
postprocessMethod · 0.95
merge_batch_resultMethod · 0.95
save_coco_resultsMethod · 0.95
get_current_memory_mbFunction · 0.90
multiclass_nmsFunction · 0.90
visualizeFunction · 0.85
startMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected