royzhou007

Results 1 issues of royzhou007

results = SegManualMaskPredictor().image_predict( source="C:\\software\\sam_checkpoint\\3515.jpg", model_type="vit_h", # vit_l, vit_h, vit_b input_point=[[548, 1031], [1121, 769]], input_label=[0, 1], input_box=[229, 684, 800, 800], # or [[100, 100, 200, 200], [100, 100, 200, 200]] multimask_output=False,...

bug
good first issue
question