小编Mou*_*AID的帖子

cfg.MODEL.ROI_HEADS.SCORE_THRESH_TEST = 0.5 在 detectorron2 中做什么?

希望你做得很好!

我不太明白 detectorron2 colab 笔记本教程中的这两行,我尝试查看官方文档,但我不太明白,有人可以向我解释一下吗:

cfg.MODEL.ROI_HEADS.SCORE_THRESH_TEST = 0.5  # set threshold for this model
# Find a model from detectron2's model zoo. You can use the https://dl.fbaipublicfiles... url as well
cfg.MODEL.WEIGHTS = model_zoo.get_checkpoint_url("COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x.yaml")
Run Code Online (Sandbox Code Playgroud)

我预先感谢您并祝您度过愉快的一天!

python object-detection-api detectron

5
推荐指数
1
解决办法
5548
查看次数

标签 统计

detectron ×1

object-detection-api ×1

python ×1