Skip to content

Commit 086ff8c

Browse files
authored
bbox and tiles number fix
1 parent 1043702 commit 086ff8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/walkthrough-tensorflow-object-detection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Create `config.json` as shown in following JSON file.
1616
```json
1717
{
1818
"country": "mexico",
19-
"bounding_box": [-99.17,19.47,-99.12,19.52],
19+
"bounding_box": [-99.17667388916016,19.466430383606728,-99.11865234374999,19.51813278329343],
2020
"zoom": 17,
2121
"classes": [
2222
{ "name": "Buildings", "filter": ["has", "building"] , "buffer":3}
@@ -55,7 +55,7 @@ To download all the image tiles that contain buildings:
5555
```shell
5656
$ label-maker images
5757
```
58-
You will have 385 image tiles in your folder `data/tiles`. You don't need to run `label-maker package` for the TensorFlow Object Detection task. We'll use some custom code (included) to write the images and labels to a different format.
58+
You will have 227 image tiles in your folder `data/tiles`. You don't need to run `label-maker package` for the TensorFlow Object Detection task. We'll use some custom code (included) to write the images and labels to a different format.
5959

6060
Now, you are ready to set up the TensorFlow Object Detection API.
6161

0 commit comments

Comments
 (0)