Skip to content

Commit

Permalink
Update Step 3 (assign images) example in README.md
Browse files Browse the repository at this point in the history
The sample code in the readme for step 3 produces an error because a required argument is missing (output file/path)
  • Loading branch information
ioalexei authored Oct 2, 2024
1 parent a51433d commit 4a79aea
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 @@ -81,7 +81,7 @@ We want a 360 image for each of the sampled points. There is more than option fo
For example, if you're continuing from the example in previous steps and already generated a `Three_Rivers_Michigan_USA_points.gpkg` file:

```bash
python -m src.assign_images data/interim/Three_Rivers_Michigan_USA_points.gpkg MAPILLARY data/raw/images/Three_Rivers_Michigan_USA/
python -m src.assign_images data/interim/Three_Rivers_Michigan_USA_points.gpkg MAPILLARY data/raw/images/Three_Rivers_Michigan_USA/ data/interim/Three_Rivers_Michigan_USA_points_images.gpkg
```

### 3. Assign a Green View score to each image/feature
Expand Down

0 comments on commit 4a79aea

Please sign in to comment.