Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
w1oves committed Jul 3, 2024
1 parent 5d76577 commit 4dce1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ PORT=12345 CUDA_VISIBLE_DEVICES=1,2,3,4 bash tools/dist_train.sh configs/dinov2/
## Generate full weights
Because we only fine-tune and save the REIN and head weights, if you need a complete set of segmentor weights, you need to use this script:
```
python generate_full_weights.py --segmentor_save_path SEGMENTOR_SAVE_PATH --backbone BACKBONE --rein_head REIN_HEAD
python generate_full_weights.py --segmentor_save_path SEGMENTOR_SAVE_PATH --backbone CONVERTED_BACKBONE --rein_head REIN_HEAD
```
## FAQs
* [Detailed instruction for mmsegmentation.](https://mmsegmentation.readthedocs.io/en/latest/)
Expand Down

0 comments on commit 4dce1f6

Please sign in to comment.