karussel_v2+new_model

This commit is contained in:
2022-06-20 20:50:07 +03:00
parent f6af1d69a1
commit ac04526fe1
470 changed files with 1258 additions and 26 deletions

View File

@@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "283f6e9c",
"metadata": {},
"outputs": [],
@@ -14,7 +14,7 @@
"import json\n",
"from tqdm.notebook import tqdm\n",
"\n",
"path_dataset = r'D:\\karusel'\n",
"path_dataset = r'D:\\downloads\\Nurburg-karussel'\n",
"with open(os.path.join(path_dataset, 'meta.json'), 'r') as j:\n",
" meta = json.load(j)\n",
"\n",
@@ -24,7 +24,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 3,
"id": "7af948d4",
"metadata": {},
"outputs": [],
@@ -41,7 +41,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 4,
"id": "7ea0771e",
"metadata": {},
"outputs": [],
@@ -60,7 +60,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 5,
"id": "26b6abf4",
"metadata": {},
"outputs": [],
@@ -93,7 +93,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 6,
"id": "155be42d",
"metadata": {},
"outputs": [],
@@ -118,7 +118,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 7,
"id": "6593f677",
"metadata": {},
"outputs": [],
@@ -127,7 +127,7 @@
" coco = {\n",
"\n",
" \"info\": {\n",
" \"description\": \"karusel Dataset\", \"version\": \"1.0\"\n",
" \"description\": \"karusel Dataset\", \"version\": \"2.0\"\n",
" },\n",
"\n",
" \"categories\": [\n",
@@ -153,17 +153,32 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 8,
"id": "38880d13",
"metadata": {},
"outputs": [],
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "96021bfc91ce425dbef57ae348321005",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
" 0%| | 0/448 [00:00<?, ?it/s]"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"coco_json = COCO(*ann_img_list(anns, imgs, meta))"
]
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 10,
"id": "314565c2",
"metadata": {},
"outputs": [],