Unverified Commit a5c9ff66 authored by echo840's avatar echo840 Committed by GitHub
Browse files

Update readme.md

parent 0236234f
......@@ -12,7 +12,7 @@ Generation Steps:
```python blip2.py```
2. Use the Grit model to generate dense captions for each image.
```python grit.py```
```python grit_generate.py```
3. Generate segmentation maps for each image using the SAM model, and save the segmentation maps in the "./masks" directory.
```python amg.py --checkpoint ./model_weight/<pth name> --model-type <model_type> --input ./images --output ./data_gen/masks --convert-to-rle```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment