update script

This commit is contained in:
ThuanNaN 2025-01-12 09:26:41 +07:00
parent a45d148a94
commit e66c4ee3e3

View File

@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 18,
"execution_count": 48,
"metadata": {},
"outputs": [],
"source": [
@ -15,7 +15,7 @@
},
{
"cell_type": "code",
"execution_count": 19,
"execution_count": 49,
"metadata": {},
"outputs": [],
"source": [
@ -30,7 +30,7 @@
},
{
"cell_type": "code",
"execution_count": 20,
"execution_count": 50,
"metadata": {},
"outputs": [
{
@ -144,7 +144,7 @@
},
{
"cell_type": "code",
"execution_count": 21,
"execution_count": 51,
"metadata": {},
"outputs": [
{
@ -153,7 +153,7 @@
"5354"
]
},
"execution_count": 21,
"execution_count": 51,
"metadata": {},
"output_type": "execute_result"
}
@ -164,7 +164,7 @@
},
{
"cell_type": "code",
"execution_count": 22,
"execution_count": 52,
"metadata": {},
"outputs": [],
"source": [
@ -178,17 +178,17 @@
},
{
"cell_type": "code",
"execution_count": 33,
"execution_count": 53,
"metadata": {},
"outputs": [],
"source": [
"for data in mvtech_ad_data_for_regression:\n",
" data[\"image_path\"] = data[\"image_path\"].replace(\"MVTEC_det\", \"./images\")"
" data[\"image_path\"] = data[\"image_path\"].replace(\"MVTEC_det\", \".\")"
]
},
{
"cell_type": "code",
"execution_count": 35,
"execution_count": 54,
"metadata": {},
"outputs": [],
"source": [
@ -198,7 +198,7 @@
},
{
"cell_type": "code",
"execution_count": 25,
"execution_count": 55,
"metadata": {},
"outputs": [],
"source": [
@ -213,7 +213,7 @@
},
{
"cell_type": "code",
"execution_count": 36,
"execution_count": 56,
"metadata": {},
"outputs": [],
"source": [
@ -240,7 +240,7 @@
},
{
"cell_type": "code",
"execution_count": 27,
"execution_count": 57,
"metadata": {},
"outputs": [],
"source": [
@ -279,7 +279,7 @@
},
{
"cell_type": "code",
"execution_count": 28,
"execution_count": 58,
"metadata": {},
"outputs": [
{
@ -288,7 +288,7 @@
"Text(0.5, 0, 'Good/Defect')"
]
},
"execution_count": 28,
"execution_count": 58,
"metadata": {},
"output_type": "execute_result"
},