(self, device)
| 647 | |
| 648 | class Image2Depth: |
| 649 | def __init__(self, device): |
| 650 | print("Initializing Image2Depth") |
| 651 | self.depth_estimator = pipeline('depth-estimation') |
| 652 | |
| 653 | @prompts(name="Predict Depth On Image", |
| 654 | description="useful when you want to detect depth of the image. like: generate the depth from this image, " |
nothing calls this directly
no outgoing calls
no test coverage detected