| 9 | |
| 10 | @unique |
| 11 | class ExtraCondition(Enum): |
| 12 | sketch = 0 |
| 13 | keypose = 1 |
| 14 | seg = 2 |
| 15 | depth = 3 |
| 16 | canny = 4 |
| 17 | style = 5 |
| 18 | color = 6 |
| 19 | openpose = 7 |
| 20 | edge = 8 |
| 21 | zoedepth = 9 |
| 22 | |
| 23 | |
| 24 | def get_cond_model(opt, cond_type: ExtraCondition): |
nothing calls this directly
no outgoing calls
no test coverage detected