Yifeng Deng(邓逸风)

Results 1 issues of Yifeng Deng(邓逸风)

> def _make_dinov3_detector( *, backbone_name: str, pretrained: bool = True, detector_weights: str | DetectionWeights, backbone_weights: str | BackboneWeights, check_hash: bool = False, **kwargs, ): detection_kwargs = dict( with_box_refine=True, two_stage=True, mixed_selection=True,...