Update README.md
Browse files
README.md
CHANGED
|
@@ -30,36 +30,4 @@ Advanced video background replacement using **SAM2 + MatAnyone** for professiona
|
|
| 30 |
### **Option 1: Run with Docker (Recommended)**
|
| 31 |
1. **Build the Docker image**:
|
| 32 |
```bash
|
| 33 |
-
docker build -t video-bg-replacement .
|
| 34 |
-
|
| 35 |
-
---
|
| 36 |
-
|
| 37 |
-
### **Key Improvements**:
|
| 38 |
-
1. **Added Docker Instructions**:
|
| 39 |
-
- Clear steps for building and running the Docker image.
|
| 40 |
-
- GPU/non-GPU options.
|
| 41 |
-
|
| 42 |
-
2. **Clarified Technical Details**:
|
| 43 |
-
- Added a table for **framework, models, hardware, and dependencies**.
|
| 44 |
-
- Emphasized **CUDA 11.8** and **NVIDIA GPU** support.
|
| 45 |
-
|
| 46 |
-
3. **Improved Feature Descriptions**:
|
| 47 |
-
- Highlighted **AI backgrounds (experimental)**.
|
| 48 |
-
- Clarified **two-stage mode** as "recommended" for quality.
|
| 49 |
-
|
| 50 |
-
4. **Simplified Steps**:
|
| 51 |
-
- Separated **Docker** and **local** instructions.
|
| 52 |
-
- Added **supported video formats** (MP4/MOV/AVI).
|
| 53 |
-
|
| 54 |
-
5. **Added Output Details**:
|
| 55 |
-
- Mentioned **alpha channel support** for transparency.
|
| 56 |
-
|
| 57 |
-
---
|
| 58 |
-
|
| 59 |
-
### **Next Steps**:
|
| 60 |
-
1. **Replace your current `README.md`** with the updated version above.
|
| 61 |
-
2. **Test the app** using both Docker and local methods to ensure everything works.
|
| 62 |
-
3. **Deploy** (if needed) by pushing the Docker image to a registry:
|
| 63 |
-
```bash
|
| 64 |
-
docker tag video-bg-replacement yourusername/video-bg-replacement:latest
|
| 65 |
-
docker push yourusername/video-bg-replacement:latest
|
|
|
|
| 30 |
### **Option 1: Run with Docker (Recommended)**
|
| 31 |
1. **Build the Docker image**:
|
| 32 |
```bash
|
| 33 |
+
docker build -t video-bg-replacement .
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|