Skip to content

Commit

Permalink
Merge pull request #27 from rubencart/readme-missing-dw
Browse files Browse the repository at this point in the history
Correct value for missing DW
  • Loading branch information
rubencart authored Nov 9, 2023
2 parents 8d8563a + 78d1e88 commit 8da0c8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ gha-creds-*.json
*.png
.idea
presto.egg-info
.run
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ x, mask, dynamic_world = presto.construct_single_presto_input(
)
```
Here, `x` will contain only the (normalized) RGB values in the correct indices, and `mask` will communicate to Presto to ignore every other input.
Similarly, `dynamic_world` will contain only `DynamicWorld2020_2021.class_amount + 1`, so Presto will ignore it.
Similarly, `dynamic_world` will contain only `DynamicWorld2020_2021.class_amount`, so Presto will ignore it.

### Training

Expand Down

0 comments on commit 8da0c8f

Please sign in to comment.