Skip to content

Commit

Permalink
Merge pull request #220 from openvinotoolkit/CVS-110857-fix-notebook-001
Browse files Browse the repository at this point in the history
Add `group` key to hierarchical label definition in notebook 001
  • Loading branch information
ljcornel committed May 16, 2023
2 parents 0adfcf2 + ff6d25f commit f0139bc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions notebooks/001_create_project.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -261,13 +261,13 @@
" [\"vehicle\"],\n",
" [\n",
" \"car\",\n",
" {\"name\": \"taxi\", \"parent_id\": \"car\"},\n",
" {\"name\": \"pick-up\", \"parent_id\": \"car\"},\n",
" {\"name\": \"sports car\", \"parent_id\": \"car\"},\n",
" {\"name\": \"taxi\", \"parent_id\": \"car\", \"group\": \"car\"},\n",
" {\"name\": \"pick-up\", \"parent_id\": \"car\", \"group\": \"car\"},\n",
" {\"name\": \"sports car\", \"parent_id\": \"car\", \"group\": \"car\"},\n",
" \"truck\",\n",
" \"bus\",\n",
" {\"name\": \"van\", \"parent_id\": \"bus\"},\n",
" {\"name\": \"school bus\", \"parent_id\": \"bus\"},\n",
" {\"name\": \"van\", \"parent_id\": \"bus\", \"group\": \"bus\"},\n",
" {\"name\": \"school bus\", \"parent_id\": \"bus\", \"group\": \"bus\"},\n",
" ],\n",
"]"
]
Expand Down Expand Up @@ -395,7 +395,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.16"
"version": "3.9.16"
}
},
"nbformat": 4,
Expand Down

0 comments on commit f0139bc

Please sign in to comment.