From 81139aa57560ffc25829ae4a8a6e8e5b4ba1f7b5 Mon Sep 17 00:00:00 2001 From: Arron Hunt Date: Sat, 1 Jun 2019 22:44:13 -0700 Subject: [PATCH 1/9] Added proper tabbed formatting and attribute tags --- docs/petswap.html | 107 ++++++++++++++++++++++------------------------ 1 file changed, 52 insertions(+), 55 deletions(-) diff --git a/docs/petswap.html b/docs/petswap.html index 5839f77d..db79fc21 100644 --- a/docs/petswap.html +++ b/docs/petswap.html @@ -1,56 +1,53 @@ - - - - - - - - - - - - - - - - - -

PetSwap Demo of Few-Shot Unsupervised Image-to-Image Translation

-

Project | Paper | Code

- -

-

Tested on Firefox and Chrome.

-

To run the demo, please do the following 5 steps.

-
    -
  1. Choose a photo of your pet.
  2. -
  3. - Click Upload.
    - Chrome might show an "Insecure content blocked" error at the right end of the url bar after clicking on Upload.
    - Please click on the error icon and then "Load unsafe scripts" to allow the demo to run.
    - For Firefox, please click on the lock icon on the left end of the url bar, then "Connection", and "Disable protection for now".
    - Retry the Upload step.
    -
  4. -
  5. Draw a tight rectangle to cover the head of your pet. Simply left-click the mouse, drag, and release.
  6. -
  7. Click on Translate. Scroll down to see results.
  8. -
  9. Keep clicking on Translate to see more results!!!
  10. -
-

-
- - - -
-

By uploading a file, you are agreeing to this service’s Terms and Conditions.. See our Privacy Policy..

- - - - - - + + + + + + + + + + + + + + Nvidia logo + + +

PetSwap Demo of Few-Shot Unsupervised Image-to-Image Translation

+

Project | Paper | Code

+ +

+

Tested on Firefox and Chrome.

+

To run the demo, please do the following 5 steps.

+
    +
  1. Choose a photo of your pet.
  2. +
  3. + Click Upload.
    + Chrome might show an "Insecure content blocked" error at the right end of the url bar after clicking on Upload.
    + Please click on the error icon and then "Load unsafe scripts" to allow the demo to run.
    + For Firefox, please click on the lock icon on the left end of the url bar, then "Connection", and "Disable protection for now".
    + Retry the Upload step.
    +
  4. +
  5. Draw a tight rectangle to cover the head of your pet. Simply left-click the mouse, drag, and release.
  6. +
  7. Click on Translate. Scroll down to see results.
  8. +
  9. Keep clicking on Translate to see more results!!!
  10. +
+

+
+ + + +
+

By uploading a file, you are agreeing to this service’s Terms and Conditions.. See our Privacy Policy..

+ + + + From a42bdc881a5ec12a4cda30863200ffcba4e0e6ff Mon Sep 17 00:00:00 2001 From: Arron Hunt Date: Sat, 1 Jun 2019 22:46:09 -0700 Subject: [PATCH 2/9] Changed tags to tags to be more syntatically correct --- docs/petswap.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/petswap.html b/docs/petswap.html index db79fc21..a214286c 100644 --- a/docs/petswap.html +++ b/docs/petswap.html @@ -24,20 +24,20 @@

Project | Paper | Code

-

Tested on Firefox and Chrome.

+

Tested on Firefox and Chrome.

To run the demo, please do the following 5 steps.

  1. Choose a photo of your pet.
  2. - Click Upload.
    - Chrome might show an "Insecure content blocked" error at the right end of the url bar after clicking on Upload.
    + Click Upload.
    + Chrome might show an "Insecure content blocked" error at the right end of the url bar after clicking on Upload.
    Please click on the error icon and then "Load unsafe scripts" to allow the demo to run.
    For Firefox, please click on the lock icon on the left end of the url bar, then "Connection", and "Disable protection for now".
    - Retry the Upload step.
    + Retry the Upload step.
  3. Draw a tight rectangle to cover the head of your pet. Simply left-click the mouse, drag, and release.
  4. -
  5. Click on Translate. Scroll down to see results.
  6. -
  7. Keep clicking on Translate to see more results!!!
  8. +
  9. Click on Translate. Scroll down to see results.
  10. +
  11. Keep clicking on Translate to see more results!!!

From 3d2bdb90575f7cd49a932d2373c86f372bc74445 Mon Sep 17 00:00:00 2001 From: Arron Hunt Date: Sat, 1 Jun 2019 22:49:33 -0700 Subject: [PATCH 3/9] Removed deprecated
tag --- docs/petswap.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/petswap.html b/docs/petswap.html index a214286c..5271bfd8 100644 --- a/docs/petswap.html +++ b/docs/petswap.html @@ -20,8 +20,10 @@ Nvidia logo -

PetSwap Demo of Few-Shot Unsupervised Image-to-Image Translation

-

Project | Paper | Code

+
+

PetSwap Demo of Few-Shot Unsupervised Image-to-Image Translation

+

Project | Paper | Code

+

Tested on Firefox and Chrome.

From 684070184f6043f76bdc482e74587b6de14cb052 Mon Sep 17 00:00:00 2001 From: Arron Hunt Date: Sat, 1 Jun 2019 22:51:48 -0700 Subject: [PATCH 4/9] Fixed semantically incorrect heading tags --- docs/petswap.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/petswap.html b/docs/petswap.html index 5271bfd8..a1f51104 100644 --- a/docs/petswap.html +++ b/docs/petswap.html @@ -22,10 +22,10 @@

PetSwap Demo of Few-Shot Unsupervised Image-to-Image Translation

-

Project | Paper | Code

+ Project | Paper | Code
-

+

Tested on Firefox and Chrome.

To run the demo, please do the following 5 steps.

    @@ -41,7 +41,8 @@

  1. Click on Translate. Scroll down to see results.
  2. Keep clicking on Translate to see more results!!!
-

+ + From d44e3ad39bd9263d2ce3000f5755c9b25459a9e4 Mon Sep 17 00:00:00 2001 From: Arron Hunt Date: Sat, 1 Jun 2019 22:54:35 -0700 Subject: [PATCH 5/9] Improved accessibility of the form --- docs/petswap.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/petswap.html b/docs/petswap.html index a1f51104..0b548651 100644 --- a/docs/petswap.html +++ b/docs/petswap.html @@ -43,9 +43,9 @@

PetSwap Demo of Few-Shot Unsupervised Image-to-Image Translation

- + - +

By uploading a file, you are agreeing to this service’s Terms and Conditions.. See our Privacy Policy..

From 56df7f86a27c3604bc84e6ab5f08bf99aefa30ea Mon Sep 17 00:00:00 2001 From: Arron Hunt Date: Sat, 1 Jun 2019 22:54:56 -0700 Subject: [PATCH 6/9] Fixed broken character --- docs/petswap.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/petswap.html b/docs/petswap.html index 0b548651..3ab02c76 100644 --- a/docs/petswap.html +++ b/docs/petswap.html @@ -48,7 +48,7 @@

PetSwap Demo of Few-Shot Unsupervised Image-to-Image Translation

-

By uploading a file, you are agreeing to this service’s Terms and Conditions.. See our Privacy Policy..

+

By uploading a file, you are agreeing to this service's Terms and Conditions.. See our Privacy Policy..

From 1d8c18fe80ea851db40d6d9d0b928ea24e04016b Mon Sep 17 00:00:00 2001 From: Arron Hunt Date: Sat, 1 Jun 2019 22:56:19 -0700 Subject: [PATCH 7/9] Removed reference to non-existant file --- docs/petswap.html | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/petswap.html b/docs/petswap.html index 3ab02c76..76e063b8 100644 --- a/docs/petswap.html +++ b/docs/petswap.html @@ -11,7 +11,6 @@ - From 657a07adee2098f6817210d674e85930c8c717c8 Mon Sep 17 00:00:00 2001 From: Arron Hunt Date: Sat, 1 Jun 2019 22:57:38 -0700 Subject: [PATCH 8/9] Hardcoded logo size --- docs/petswap.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/petswap.html b/docs/petswap.html index 76e063b8..0c0164ae 100644 --- a/docs/petswap.html +++ b/docs/petswap.html @@ -16,7 +16,7 @@ - Nvidia logo + Nvidia logo
From ec5e75c971d93a5e48a05f070f46b96649957277 Mon Sep 17 00:00:00 2001 From: Arron Hunt Date: Sat, 1 Jun 2019 23:02:35 -0700 Subject: [PATCH 9/9] Fixed form bug --- docs/petswap.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/petswap.html b/docs/petswap.html index 0c0164ae..a7301eb7 100644 --- a/docs/petswap.html +++ b/docs/petswap.html @@ -42,7 +42,7 @@

PetSwap Demo of Few-Shot Unsupervised Image-to-Image Translation

-
+