Skip to content

Commit 4240114

Browse files
committed
a small update
1 parent 493403d commit 4240114

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

samples/04_gis_analysts_data_scientists/automate_road_surface_investigation_using_deep_learning.ipynb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -984,6 +984,13 @@
984984
"bbox_data = ssd.predict(img_file, threshold=0.1, visualize=True)"
985985
]
986986
},
987+
{
988+
"cell_type": "markdown",
989+
"metadata": {},
990+
"source": [
991+
"### Detecting pavement cracks from video feed"
992+
]
993+
},
987994
{
988995
"cell_type": "code",
989996
"execution_count": 26,
@@ -1010,13 +1017,6 @@
10101017
" resize=True)"
10111018
]
10121019
},
1013-
{
1014-
"cell_type": "markdown",
1015-
"metadata": {},
1016-
"source": [
1017-
"### Detecting pavement cracks from video feed"
1018-
]
1019-
},
10201020
{
10211021
"cell_type": "markdown",
10221022
"metadata": {},

0 commit comments

Comments
 (0)