ASethi04 commited on
Commit
076bdbf
·
verified ·
1 Parent(s): 33d0d2e

Update QUICKSTART.md

Browse files
Files changed (1) hide show
  1. QUICKSTART.md +0 -31
QUICKSTART.md CHANGED
@@ -103,37 +103,6 @@ print(f"Top relations: {results['summary']['top_relations']}")
103
  - Checkpoints: ~811MB
104
  - Code repositories: ~1GB
105
 
106
- ## What the Setup Script Does
107
-
108
- 1. **Creates Conda Environment** (`vine_demo`)
109
- - Python 3.10
110
- - PyTorch 2.7.1 with CUDA 12.6
111
-
112
- 2. **Installs Dependencies**
113
- - transformers, huggingface-hub, safetensors
114
- - opencv-python, pillow, matplotlib
115
- - All required packages for video processing
116
-
117
- 3. **Clones Repositories**
118
- - `video-fm/video-sam2` (SAM2 segmentation)
119
- - `video-fm/GroundingDINO` (object detection)
120
- - `kevinxuez/LASER` (video processing utilities)
121
- - `kevinxuez/vine_hf` (VINE HuggingFace interface)
122
-
123
- 4. **Installs Packages**
124
- - Installs all repositories in editable mode (`-e`)
125
- - Builds GroundingDINO native extensions
126
-
127
- 5. **Downloads Checkpoints**
128
- - SAM2 model and config from Facebook Research
129
- - GroundingDINO model and config from IDEA Research
130
-
131
- 6. **Tests Installation**
132
- - Verifies PyTorch and CUDA
133
- - Loads VINE model from HuggingFace
134
- - Creates pipeline
135
- - Confirms all components work
136
-
137
  ## Troubleshooting
138
 
139
  ### CUDA Not Available
 
103
  - Checkpoints: ~811MB
104
  - Code repositories: ~1GB
105
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
106
  ## Troubleshooting
107
 
108
  ### CUDA Not Available