当前位置:网站首页>Tensorrt notes (IV) reasoning segmentation model

Tensorrt notes (IV) reasoning segmentation model

2022-06-23 11:02:00 juluwangriyue

Tensorrt note ( Four ) Reasoning segmentation model

Generate trt After the model , Use python Script tests inference results .

def static_inference():
    path = './AnkleSeg.engine'
    engine = load_engine(path)
    imgpath =  r'D:\Dataset\AnkleSegmentation\test\left_xxm-04-zm-L LV.nii.gz'
    context = engine.create_execution_context(
原网站

版权声明
本文为[juluwangriyue]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/174/202206231056133536.html