MCPcopy Create free account
hub / github.com/chenfei-wu/TaskMatrix / __init__

Method __init__

visual_chatgpt.py:1423–1425  ·  view source on GitHub ↗
(self,VisualQuestionAnswering:VisualQuestionAnswering, Text2Box:Text2Box, Segmenting:Segmenting)

Source from the content-addressed store, hash-verified

1421 '''
1422 template_model = True
1423 def __init__(self,VisualQuestionAnswering:VisualQuestionAnswering, Text2Box:Text2Box, Segmenting:Segmenting):
1424 self.vqa = VisualQuestionAnswering
1425 self.obj_segmenting = ObjectSegmenting(Text2Box,Segmenting)
1426
1427 @prompts(name="Remove the background",
1428 description="useful when you want to extract the object or remove the background,"

Callers

nothing calls this directly

Calls 1

ObjectSegmentingClass · 0.85

Tested by

no test coverage detected