diff --git a/VITON-Extends_test/options/__init__.py b/VITON-Extends_test/options/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..95a8a3001b66b872e8f4a111df2c5cabee1e4c56 --- /dev/null +++ b/VITON-Extends_test/options/__init__.py @@ -0,0 +1 @@ +# options_init \ No newline at end of file diff --git a/VITON-Extends_test/options/test_options.py b/VITON-Extends_test/options/test_options.py new file mode 100644 index 0000000000000000000000000000000000000000..866c1498d6d6b5b39ea83d2b2020c4d15781358f --- /dev/null +++ b/VITON-Extends_test/options/test_options.py @@ -0,0 +1,11 @@ +from .base_options import BaseOptions + +class TestOptions(BaseOptions): + def initialize(self): + BaseOptions.initialize(self) + + self.parser.add_argument('--warp_checkpoint', type=str, default='checkpoints/warp_model_final.pth', help='load the pretrained model from the specified location') + self.parser.add_argument('--gen_checkpoint', type=str, default='checkpoints/gen_model_final.pth', help='load the pretrained model from the specified location') + self.parser.add_argument('--phase', type=str, default='test', help='train, val, test, etc') + + self.isTrain = False diff --git a/VITON-Extends_test/public/placeholder-logo.png b/VITON-Extends_test/public/placeholder-logo.png new file mode 100644 index 0000000000000000000000000000000000000000..6528839b3f22f0acf7a0e8ab46d267d2f923369e Binary files /dev/null and b/VITON-Extends_test/public/placeholder-logo.png differ diff --git a/VITON-Extends_test/public/placeholder-logo.svg b/VITON-Extends_test/public/placeholder-logo.svg new file mode 100644 index 0000000000000000000000000000000000000000..b1695aafcd5925a0b3eb122b9e553b8a0f4a0d47 --- /dev/null +++ b/VITON-Extends_test/public/placeholder-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VITON-Extends_test/public/placeholder-user.jpg b/VITON-Extends_test/public/placeholder-user.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6faa819ce703cf0363a8f624b7cee4ecdc8ba049 Binary files /dev/null and b/VITON-Extends_test/public/placeholder-user.jpg differ diff --git a/VITON-Extends_test/public/placeholder.jpg b/VITON-Extends_test/public/placeholder.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6bf2ee648dabcdbf73944f3a9a4d77962e777bc Binary files /dev/null and b/VITON-Extends_test/public/placeholder.jpg differ diff --git a/VITON-Extends_test/public/placeholder.svg b/VITON-Extends_test/public/placeholder.svg new file mode 100644 index 0000000000000000000000000000000000000000..e763910b27fdd9ac872f56baede51bc839402347 --- /dev/null +++ b/VITON-Extends_test/public/placeholder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VITON-Extends_test/styles/globals.css b/VITON-Extends_test/styles/globals.css new file mode 100644 index 0000000000000000000000000000000000000000..a596e6e82ba94c732014c71476bbe67df8c2e8a9 --- /dev/null +++ b/VITON-Extends_test/styles/globals.css @@ -0,0 +1,94 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; + +body { + font-family: Arial, Helvetica, sans-serif; +} + +@layer utilities { + .text-balance { + text-wrap: balance; + } +} + +@layer base { + :root { + --background: 0 0% 100%; + --foreground: 0 0% 3.9%; + --card: 0 0% 100%; + --card-foreground: 0 0% 3.9%; + --popover: 0 0% 100%; + --popover-foreground: 0 0% 3.9%; + --primary: 0 0% 9%; + --primary-foreground: 0 0% 98%; + --secondary: 0 0% 96.1%; + --secondary-foreground: 0 0% 9%; + --muted: 0 0% 96.1%; + --muted-foreground: 0 0% 45.1%; + --accent: 0 0% 96.1%; + --accent-foreground: 0 0% 9%; + --destructive: 0 84.2% 60.2%; + --destructive-foreground: 0 0% 98%; + --border: 0 0% 89.8%; + --input: 0 0% 89.8%; + --ring: 0 0% 3.9%; + --chart-1: 12 76% 61%; + --chart-2: 173 58% 39%; + --chart-3: 197 37% 24%; + --chart-4: 43 74% 66%; + --chart-5: 27 87% 67%; + --radius: 0.5rem; + --sidebar-background: 0 0% 98%; + --sidebar-foreground: 240 5.3% 26.1%; + --sidebar-primary: 240 5.9% 10%; + --sidebar-primary-foreground: 0 0% 98%; + --sidebar-accent: 240 4.8% 95.9%; + --sidebar-accent-foreground: 240 5.9% 10%; + --sidebar-border: 220 13% 91%; + --sidebar-ring: 217.2 91.2% 59.8%; + } + .dark { + --background: 0 0% 3.9%; + --foreground: 0 0% 98%; + --card: 0 0% 3.9%; + --card-foreground: 0 0% 98%; + --popover: 0 0% 3.9%; + --popover-foreground: 0 0% 98%; + --primary: 0 0% 98%; + --primary-foreground: 0 0% 9%; + --secondary: 0 0% 14.9%; + --secondary-foreground: 0 0% 98%; + --muted: 0 0% 14.9%; + --muted-foreground: 0 0% 63.9%; + --accent: 0 0% 14.9%; + --accent-foreground: 0 0% 98%; + --destructive: 0 62.8% 30.6%; + --destructive-foreground: 0 0% 98%; + --border: 0 0% 14.9%; + --input: 0 0% 14.9%; + --ring: 0 0% 83.1%; + --chart-1: 220 70% 50%; + --chart-2: 160 60% 45%; + --chart-3: 30 80% 55%; + --chart-4: 280 65% 60%; + --chart-5: 340 75% 55%; + --sidebar-background: 240 5.9% 10%; + --sidebar-foreground: 240 4.8% 95.9%; + --sidebar-primary: 224.3 76.3% 48%; + --sidebar-primary-foreground: 0 0% 100%; + --sidebar-accent: 240 3.7% 15.9%; + --sidebar-accent-foreground: 240 4.8% 95.9%; + --sidebar-border: 240 3.7% 15.9%; + --sidebar-ring: 217.2 91.2% 59.8%; + } +} + +@layer base { + * { + @apply border-border; + } + body { + @apply bg-background text-foreground; + } +} diff --git a/VITON-Extends_test/test_clothes/000001_1.jpg b/VITON-Extends_test/test_clothes/000001_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5047b6e7a11b24a97d52d776be491830f885cdd Binary files /dev/null and b/VITON-Extends_test/test_clothes/000001_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000010_1.jpg b/VITON-Extends_test/test_clothes/000010_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1897fd0f4a5d564a2119b32597302696af34677b Binary files /dev/null and b/VITON-Extends_test/test_clothes/000010_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000020_1.jpg b/VITON-Extends_test/test_clothes/000020_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d81f8594fd1a69e591fae75ffbacbbab7641f289 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000020_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000028_1.jpg b/VITON-Extends_test/test_clothes/000028_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71cd9f7743dabba75e9ab4453d5eb7d9011d4b4b Binary files /dev/null and b/VITON-Extends_test/test_clothes/000028_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000038_1.jpg b/VITON-Extends_test/test_clothes/000038_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d015a36ff7d1f7a4853f6db633540ffb89e7549a Binary files /dev/null and b/VITON-Extends_test/test_clothes/000038_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000048_1.jpg b/VITON-Extends_test/test_clothes/000048_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a55f16e5f8fdc7d2a59fccde579dbf3bf3a98301 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000048_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000057_1.jpg b/VITON-Extends_test/test_clothes/000057_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..645cfb899c083f0ee0e394cd8ac949e533f7d3c9 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000057_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000066_1.jpg b/VITON-Extends_test/test_clothes/000066_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ae9470e0b4df44cec2d7fc660e152a81caeb702 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000066_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000074_1.jpg b/VITON-Extends_test/test_clothes/000074_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0fa48beca54ec3bd1efa03c2a25380a5d682705a Binary files /dev/null and b/VITON-Extends_test/test_clothes/000074_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000082_1.jpg b/VITON-Extends_test/test_clothes/000082_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..54201ef892f46016c4fed04935bfc6e757e0744f Binary files /dev/null and b/VITON-Extends_test/test_clothes/000082_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000097_1.jpg b/VITON-Extends_test/test_clothes/000097_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53f6fb13e63b7288c4fa3998a76539b34481915d Binary files /dev/null and b/VITON-Extends_test/test_clothes/000097_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000109_1.jpg b/VITON-Extends_test/test_clothes/000109_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5432a9449863eeb1881f885c609f37e69a7fa06 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000109_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000118_1.jpg b/VITON-Extends_test/test_clothes/000118_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..341c7091b98ad3c8cdeeb139c2f013dc3f1e73bc Binary files /dev/null and b/VITON-Extends_test/test_clothes/000118_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000129_1.jpg b/VITON-Extends_test/test_clothes/000129_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d14ff99583d4b4ce519dc7c16890db3d3cc9a1e4 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000129_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000143_1.jpg b/VITON-Extends_test/test_clothes/000143_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0995f613010b6aee8c25601c2a91d72dfb45fdf0 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000143_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000154_1.jpg b/VITON-Extends_test/test_clothes/000154_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ccd870d79596073e2d7d1ebb9995c732be3a6184 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000154_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000164_1.jpg b/VITON-Extends_test/test_clothes/000164_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0ba0f06e7b333a07b361fa3497d7675af5222c65 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000164_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000174_1.jpg b/VITON-Extends_test/test_clothes/000174_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..21551413f58d02be4fef7b9e886b275fb78e2e76 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000174_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000183_1.jpg b/VITON-Extends_test/test_clothes/000183_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af3c4cb8f26f35187cdcd5bc701d457dae462eae Binary files /dev/null and b/VITON-Extends_test/test_clothes/000183_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000192_1.jpg b/VITON-Extends_test/test_clothes/000192_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..690f6eeee805b46554f41a0449aacd3556fbec97 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000192_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000200_1.jpg b/VITON-Extends_test/test_clothes/000200_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e109aabc3a71eb8ba4a1b919d2ebf9287a816466 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000200_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000209_1.jpg b/VITON-Extends_test/test_clothes/000209_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13dc77a63ee94c406318e4a6bf23012969c3c7cb Binary files /dev/null and b/VITON-Extends_test/test_clothes/000209_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000220_1.jpg b/VITON-Extends_test/test_clothes/000220_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..85a768c9357cb589ba36cc7d8f7b8cfce91c8be6 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000220_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000228_1.jpg b/VITON-Extends_test/test_clothes/000228_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9557564eeb75062df1989018a4fee0b65b4122d9 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000228_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000240_1.jpg b/VITON-Extends_test/test_clothes/000240_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..acae620c8e222e3cc72596975619615b45b7a39f Binary files /dev/null and b/VITON-Extends_test/test_clothes/000240_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000248_1.jpg b/VITON-Extends_test/test_clothes/000248_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dbf130dde54808918407a1a2ef0ff710c4e16bc1 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000248_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000258_1.jpg b/VITON-Extends_test/test_clothes/000258_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5056c2bebefba92d3e83bc23d1dfb9593b75fb4f Binary files /dev/null and b/VITON-Extends_test/test_clothes/000258_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000266_1.jpg b/VITON-Extends_test/test_clothes/000266_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d07bfb84d67b0e85979769a69ee8697ae95a7647 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000266_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000274_1.jpg b/VITON-Extends_test/test_clothes/000274_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e55e6403272928fa6a6c7f68745243884afa3cc5 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000274_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000284_1.jpg b/VITON-Extends_test/test_clothes/000284_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fd342e622cf1a3326e31bd577a2808893f95d550 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000284_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000293_1.jpg b/VITON-Extends_test/test_clothes/000293_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9beee07a32d007ceb25339024d8243c1b8b13a81 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000293_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000303_1.jpg b/VITON-Extends_test/test_clothes/000303_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..afddb80724f468314bddb0bd5886486f9e927fde Binary files /dev/null and b/VITON-Extends_test/test_clothes/000303_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000312_1.jpg b/VITON-Extends_test/test_clothes/000312_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c2c71638a942821cfda5392879d4cb9eab550a7b Binary files /dev/null and b/VITON-Extends_test/test_clothes/000312_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000320_1.jpg b/VITON-Extends_test/test_clothes/000320_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f26d77d2361c913d876f999b1d5457fe580e3972 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000320_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000330_1.jpg b/VITON-Extends_test/test_clothes/000330_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2c82c3f497de970e63bb897b98848c68b4429de4 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000330_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000339_1.jpg b/VITON-Extends_test/test_clothes/000339_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8edf3d295c9a0288c3248c58f264b45a62c6e1c3 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000339_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000347_1.jpg b/VITON-Extends_test/test_clothes/000347_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5d0c18c22b952572c53fde52e9f18b82deae684 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000347_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000356_1.jpg b/VITON-Extends_test/test_clothes/000356_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4670461b096f1caa99bbdc0a711157d861e4e98f Binary files /dev/null and b/VITON-Extends_test/test_clothes/000356_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000370_1.jpg b/VITON-Extends_test/test_clothes/000370_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..84422a4267ffc1d685ab9ca2ba7ca86a6c0de033 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000370_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000378_1.jpg b/VITON-Extends_test/test_clothes/000378_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a656b2deb01ae4e92843b0bc2dd779a107d5d148 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000378_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000386_1.jpg b/VITON-Extends_test/test_clothes/000386_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..438735e09214f720f8b17483e83d1584e83298d3 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000386_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000395_1.jpg b/VITON-Extends_test/test_clothes/000395_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..05b9946286da99bf0c084ea7826cbd61a9205cde Binary files /dev/null and b/VITON-Extends_test/test_clothes/000395_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000404_1.jpg b/VITON-Extends_test/test_clothes/000404_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ba585574476c4094e36fe2444aabca9810eda32 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000404_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000417_1.jpg b/VITON-Extends_test/test_clothes/000417_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..25e629635ab643ef71081e3750583e33c2753900 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000417_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000426_1.jpg b/VITON-Extends_test/test_clothes/000426_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c2c11548375e13d51bb492171f6985abe16d0b5f Binary files /dev/null and b/VITON-Extends_test/test_clothes/000426_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000437_1.jpg b/VITON-Extends_test/test_clothes/000437_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8766856776c73ee6c0553de3d3da27325d533e50 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000437_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000445_1.jpg b/VITON-Extends_test/test_clothes/000445_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df41c6086aa885e7bca2e4a5a6b9115cc0d711c6 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000445_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000456_1.jpg b/VITON-Extends_test/test_clothes/000456_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af393ac531d4d383dc9fd1e0e19463b93eff946b Binary files /dev/null and b/VITON-Extends_test/test_clothes/000456_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000466_1.jpg b/VITON-Extends_test/test_clothes/000466_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..519c72fa67522bc28caaae8c862eb68705b764eb Binary files /dev/null and b/VITON-Extends_test/test_clothes/000466_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000477_1.jpg b/VITON-Extends_test/test_clothes/000477_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5a17fc24c8def099f3989151a2bd21849f9b5a5d Binary files /dev/null and b/VITON-Extends_test/test_clothes/000477_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000488_1.jpg b/VITON-Extends_test/test_clothes/000488_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f546df5271fd180ddf623df34347e99d5ed9c2ed Binary files /dev/null and b/VITON-Extends_test/test_clothes/000488_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000501_1.jpg b/VITON-Extends_test/test_clothes/000501_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7aaf9bfcd4337e4789a9ee09940b341815c185dd Binary files /dev/null and b/VITON-Extends_test/test_clothes/000501_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000514_1.jpg b/VITON-Extends_test/test_clothes/000514_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a93c80fdca82093da65192f371bf90a79b3f15fe Binary files /dev/null and b/VITON-Extends_test/test_clothes/000514_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000523_1.jpg b/VITON-Extends_test/test_clothes/000523_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b7c218f41552a9c5ca99bda7f4e999e807456dfd Binary files /dev/null and b/VITON-Extends_test/test_clothes/000523_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000532_1.jpg b/VITON-Extends_test/test_clothes/000532_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd3dcb5ab92dc2baeb8c4689122f67e81e70e799 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000532_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000542_1.jpg b/VITON-Extends_test/test_clothes/000542_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc6b9d767c4fbf2aef49449cb06ba288184dce5d Binary files /dev/null and b/VITON-Extends_test/test_clothes/000542_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000560_1.jpg b/VITON-Extends_test/test_clothes/000560_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..934b093fc7892fcdaaeeb2fe7b561e3530899a09 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000560_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000568_1.jpg b/VITON-Extends_test/test_clothes/000568_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a2e242f8ad8160a506a1e26e4ef5a82e9f7c0aa Binary files /dev/null and b/VITON-Extends_test/test_clothes/000568_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000576_1.jpg b/VITON-Extends_test/test_clothes/000576_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f50a6dee828b15ca06823954380fbffbcff826fc Binary files /dev/null and b/VITON-Extends_test/test_clothes/000576_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000585_1.jpg b/VITON-Extends_test/test_clothes/000585_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..74cc489184bbeb3d047cf6022515c92b2d95f42a Binary files /dev/null and b/VITON-Extends_test/test_clothes/000585_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000593_1.jpg b/VITON-Extends_test/test_clothes/000593_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..49449926d4f38628c17c3d43a84a2ff349d8d100 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000593_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000602_1.jpg b/VITON-Extends_test/test_clothes/000602_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..348fe5a5d0a10a5461233eec812d609647bb6ed4 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000602_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000610_1.jpg b/VITON-Extends_test/test_clothes/000610_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af73e4c0cab686b405a851f7678370155cf403a5 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000610_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000619_1.jpg b/VITON-Extends_test/test_clothes/000619_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1f441a2984a6319a678adf490b7a6f96a961dd75 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000619_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000629_1.jpg b/VITON-Extends_test/test_clothes/000629_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..431cc4b49d9486fe731ae8c5dbed75d094483eae Binary files /dev/null and b/VITON-Extends_test/test_clothes/000629_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000639_1.jpg b/VITON-Extends_test/test_clothes/000639_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e675196602f513405422cfc3c7499058c4d9151 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000639_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000651_1.jpg b/VITON-Extends_test/test_clothes/000651_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..98149479a0d045055e45992a7541f6c6094fafd8 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000651_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000659_1.jpg b/VITON-Extends_test/test_clothes/000659_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4cd2768c4b983e51df2fe7118425d162dc089cd Binary files /dev/null and b/VITON-Extends_test/test_clothes/000659_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000668_1.jpg b/VITON-Extends_test/test_clothes/000668_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55b72f7f5f73919bea321e50b42330bd584d0a75 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000668_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000676_1.jpg b/VITON-Extends_test/test_clothes/000676_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f849a41e29a8db7db94735fc9a7c98ce9426b89 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000676_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000685_1.jpg b/VITON-Extends_test/test_clothes/000685_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6042e60f2d85960a147e7e0c4a15f1887c5cd1cb Binary files /dev/null and b/VITON-Extends_test/test_clothes/000685_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000696_1.jpg b/VITON-Extends_test/test_clothes/000696_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..61143b4b7a5e758d952ddb68dbeadf826e893eb4 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000696_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000706_1.jpg b/VITON-Extends_test/test_clothes/000706_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..161bb0b1bcd82af7a438fc16575473e9790c6987 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000706_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000716_1.jpg b/VITON-Extends_test/test_clothes/000716_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8fb90a63511d2b4d83a63c0089cf76cd95140885 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000716_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000724_1.jpg b/VITON-Extends_test/test_clothes/000724_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..850ca15a23a314528f12423f77bcfb4b2613c9a4 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000724_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000734_1.jpg b/VITON-Extends_test/test_clothes/000734_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a388cc04c6291794014e22642247774609a7465d Binary files /dev/null and b/VITON-Extends_test/test_clothes/000734_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000742_1.jpg b/VITON-Extends_test/test_clothes/000742_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8a9d7e012891e3875786a7db6b68fbff3ab5b4f9 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000742_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000750_1.jpg b/VITON-Extends_test/test_clothes/000750_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c414168a628effafba137d548c2fdd07189692aa Binary files /dev/null and b/VITON-Extends_test/test_clothes/000750_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000760_1.jpg b/VITON-Extends_test/test_clothes/000760_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..531b879cc78d9cced51132dbd9a468b1f401f30c Binary files /dev/null and b/VITON-Extends_test/test_clothes/000760_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000768_1.jpg b/VITON-Extends_test/test_clothes/000768_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa3d5a2767adcdc59bc40dfe3b7601eaed3759b9 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000768_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000776_1.jpg b/VITON-Extends_test/test_clothes/000776_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..341c7091b98ad3c8cdeeb139c2f013dc3f1e73bc Binary files /dev/null and b/VITON-Extends_test/test_clothes/000776_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000786_1.jpg b/VITON-Extends_test/test_clothes/000786_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..00beb5dfc584d32f332593e549e4d657ede2d9bf Binary files /dev/null and b/VITON-Extends_test/test_clothes/000786_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000795_1.jpg b/VITON-Extends_test/test_clothes/000795_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c4eda17d48df81067733b55a249dcc78f440f816 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000795_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000803_1.jpg b/VITON-Extends_test/test_clothes/000803_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f0193c3cba323cc74709e413581eb214b27bc8a2 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000803_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000812_1.jpg b/VITON-Extends_test/test_clothes/000812_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a7728c187aed18bf81560c838eee9b67f04d085d Binary files /dev/null and b/VITON-Extends_test/test_clothes/000812_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000827_1.jpg b/VITON-Extends_test/test_clothes/000827_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e23fefd35cc46d6aa7e6e085fb493849d3af0cc1 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000827_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000837_1.jpg b/VITON-Extends_test/test_clothes/000837_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e10a14b2a5fac7a8ddeddaa546c13533add4720a Binary files /dev/null and b/VITON-Extends_test/test_clothes/000837_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000846_1.jpg b/VITON-Extends_test/test_clothes/000846_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0677b1f6b8140b51d9d421bf1e34ad3db122fe39 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000846_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000855_1.jpg b/VITON-Extends_test/test_clothes/000855_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b438c4920195145678859d2f345b8e89347984be Binary files /dev/null and b/VITON-Extends_test/test_clothes/000855_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000867_1.jpg b/VITON-Extends_test/test_clothes/000867_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a70562191f5de03b20176be368eef6cfe15632fc Binary files /dev/null and b/VITON-Extends_test/test_clothes/000867_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000877_1.jpg b/VITON-Extends_test/test_clothes/000877_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..75838a3dd5e42257fcc61a1ea6c7beaa4c151b50 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000877_1.jpg differ diff --git a/VITON-Extends_test/test_clothes/000889_1.jpg b/VITON-Extends_test/test_clothes/000889_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31deef3a9bd1e6219c6f63a27b94e45c20080f79 Binary files /dev/null and b/VITON-Extends_test/test_clothes/000889_1.jpg differ