(self,VisualQuestionAnswering:VisualQuestionAnswering, Text2Box:Text2Box, Segmenting:Segmenting)
| 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," |
nothing calls this directly
no test coverage detected