Skip to content

Commit

Permalink
Update spot.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zekun-li authored Mar 6, 2024
1 parent e61cf49 commit d759137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/spot.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ python run.py --module_text_spotting
--text_spotting_model_dir ./spotter-v2/PALEJUN/
--expt_name sample_maps
--spotter_model spotter-v2
--spotter_config /home/spotter_v2/PALEJUN/configs/PALEJUN/Finetune/Rumsey_Polygon_Finetune.yaml
--spotter_config /home/spotter-v2/PALEJUN/configs/PALEJUN/Finetune/Rumsey_Polygon_Finetune.yaml
--spotter_expt_name test
--gpu_id 0
```
Expand All @@ -60,7 +60,7 @@ where
If you do not have a metadata csv file, or wish to specify the input path of image directly, you can use `tools/inference.py` in the model folder (i.e., text_spotting_model_dir).

```
python tools/inference.py --spotter_config /home/spotter_v2/PALEJUN/configs/PALEJUN/Finetune/Rumsey_Polygon_Finetune.yaml
python tools/inference.py --spotter_config /home/spotter-v2/PALEJUN/configs/PALEJUN/Finetune/Rumsey_Polygon_Finetune.yaml
--output_json
--input ./test_images
--output ./output
Expand Down

0 comments on commit d759137

Please sign in to comment.