(self)
| 74 | self.seg_model = CLIPSegForImageSegmentation.from_pretrained("CIDAS/clipseg-rd64-refined") |
| 75 | |
| 76 | def _load_seg_processor(self): |
| 77 | self.seg_processor = CLIPSegProcessor.from_pretrained("CIDAS/clipseg-rd64-refined") |
| 78 | |
| 79 | def check_loaded(self): |
| 80 | try: |
nothing calls this directly
no outgoing calls
no test coverage detected