Skip to content

Commit

Permalink
Update README on overriding lists
Browse files Browse the repository at this point in the history
  • Loading branch information
MMaas3 committed Dec 14, 2023
1 parent 8e5e8ca commit 8878c88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ python run.py \
[--opts OPTS [OPTS ...]]
```
The optional arguments are shown using square brackets. The final parameter `--opts` allows you to change values specified in the config files. For example, `--opts SOLVER.IMS_PER_BATCH 8` sets the batch size to 8.
List values have to be overridden by encapsulating the whole list with quotes like `--opts PREPROCESS.REGION.RECTANGLE_REGIONS '["Photo"]'`
</details>
An example of how to call the `run.py` command is given below:
Expand Down

0 comments on commit 8878c88

Please sign in to comment.