From e66c4ee3e34462622a34270a14e0e32edf777665 Mon Sep 17 00:00:00 2001 From: ThuanNaN Date: Sun, 12 Jan 2025 09:26:41 +0700 Subject: [PATCH] update script --- create_dataset.ipynb | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/create_dataset.ipynb b/create_dataset.ipynb index 27dc223..6c6c54e 100644 --- a/create_dataset.ipynb +++ b/create_dataset.ipynb @@ -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" },