Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit dac1a21

Browse files
committed
more words
1 parent 7cb90ee commit dac1a21

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

‎CVC-YOLOv3/yolo_tutorial.ipynb‎

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,15 @@
283283
"cell_type": "markdown",
284284
"metadata": {},
285285
"source": [
286-
"Initialize Data Loaders"
286+
"### Data Loaders\n",
287+
"\n",
288+
"One of our main contributions to vanilla YOLOv3 is the custom data loader we implemented:\n",
289+
"\n",
290+
"Each set of training images from a specific sensor/lens/perspective combination is uniformly rescaled such that their landmark size distributions matched that of the camera system on the vehicle. Each training image was then padded if too small or split up into multiple images if too large.\n",
291+
"\n",
292+
"<p align=\"center\">\n",
293+
"<img src=\"https://user-images.githubusercontent.com/22118253/69765465-09e90000-1142-11ea-96b7-370868a0033b.png\" width=\"600\">\n",
294+
"</p>"
287295
]
288296
},
289297
{
@@ -427,6 +435,17 @@
427435
" break"
428436
]
429437
},
438+
{
439+
"cell_type": "markdown",
440+
"metadata": {},
441+
"source": [
442+
"Our full dataset accuracy metrics for detecting traffic cones on the racing track:\n",
443+
"\n",
444+
"| mAP | Recall | Precision |\n",
445+
"|----|----|----|\n",
446+
"| 89.35% | 92.77% | 86.94% |"
447+
]
448+
},
430449
{
431450
"cell_type": "markdown",
432451
"metadata": {},

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /