Spaces:
Runtime error
Runtime error
Add automated object masking and inpainting features in app.py
Browse files
app.py
CHANGED
|
@@ -15,6 +15,10 @@ This is a demo for automatic removal of objects from videos using
|
|
| 15 |
[Segment Anything Model](https://github.com/facebookresearch/segment-anything),
|
| 16 |
[MetaCLIP](https://github.com/facebookresearch/MetaCLIP), and
|
| 17 |
[ProPainter](https://github.com/sczhou/ProPainter) combo.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
"""
|
| 19 |
|
| 20 |
START_FRAME = 0
|
|
|
|
| 15 |
[Segment Anything Model](https://github.com/facebookresearch/segment-anything),
|
| 16 |
[MetaCLIP](https://github.com/facebookresearch/MetaCLIP), and
|
| 17 |
[ProPainter](https://github.com/sczhou/ProPainter) combo.
|
| 18 |
+
|
| 19 |
+
- [x] Automated object masking using SAM + MetaCLIP
|
| 20 |
+
- [ ] Automated inpainting using ProPainter
|
| 21 |
+
- [ ] Automated ⚡ object masking using FastSAM + MetaCLIP
|
| 22 |
"""
|
| 23 |
|
| 24 |
START_FRAME = 0
|