Skip to content

Commit

Permalink
changes in UI, added batch script
Browse files Browse the repository at this point in the history
  • Loading branch information
arshit09 committed Sep 30, 2019
1 parent 881ad59 commit c3efcf9
Show file tree
Hide file tree
Showing 21 changed files with 71 additions and 11 deletions.
77 changes: 66 additions & 11 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,18 @@
Editor</a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="#" onclick="return show('index');">Home</a></li>
<li><a href="#">Modules</a></li>
<li>
<!-- Dropdown Trigger -->
<a class='dropdown-trigger black' href='#' data-target='dropdown4'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Modules&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>
<!-- Dropdown Structure -->
<ul id='dropdown4' class='dropdown-content black '>
<li><a class="white-text center" href="#!" onclick="return show('fogg_removal');">Remove Fogg</a></li>
<li><a class="white-text center" href="#!" onclick="return show('object_removal');">Remove Object</a></li>
<li><a class="white-text center" href="#!" onclick="return show('blur_to_hd');">Blue to HD</a></li>
<li><a class="white-text center" href="#!">Face Aging</a></li>
<li><a class="white-text center" href="#!" onclick="return show('image_to_map');">Image to Map</a></li>
</ul>
</li>
<li><a href="#">Downloads</a></li>
</ul>
</div>
Expand All @@ -115,7 +126,18 @@
Editor</a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="#" onclick="return show('index');">Home</a></li>
<li><a href="#">Modules</a></li>
<li>
<!-- Dropdown Trigger -->
<a class='dropdown-trigger black' href='#' data-target='dropdown5'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Modules&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>
<!-- Dropdown Structure -->
<ul id='dropdown5' class='dropdown-content black '>
<li><a class="white-text center" href="#!" onclick="return show('fogg_removal');">Remove Fogg</a></li>
<li><a class="white-text center" href="#!" onclick="return show('object_removal');">Remove Object</a></li>
<li><a class="white-text center" href="#!" onclick="return show('blur_to_hd');">Blue to HD</a></li>
<li><a class="white-text center" href="#!" onclick="return show('face_aging');">Face Aging</a></li>
<li><a class="white-text center" href="#!">Image to Map</a></li>
</ul>
</li>
<li><a href="#">Downloads</a></li>
</ul>
</div>
Expand All @@ -140,7 +162,18 @@
Editor</a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="#" onclick="return show('index');">Home</a></li>
<li><a href="#">Modules</a></li>
<li>
<!-- Dropdown Trigger -->
<a class='dropdown-trigger black' href='#' data-target='dropdown1'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Modules&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>
<!-- Dropdown Structure -->
<ul id='dropdown1' class='dropdown-content black '>
<li><a class="white-text center" href="#!">Remove Fogg</a></li>
<li><a class="white-text center" href="#!" onclick="return show('object_removal');">Remove Object</a></li>
<li><a class="white-text center" href="#!" onclick="return show('blur_to_hd');">Blue to HD</a></li>
<li><a class="white-text center" href="#!" onclick="return show('face_aging');">Face Aging</a></li>
<li><a class="white-text center" href="#!" onclick="return show('image_to_map');">Image to Map</a></li>
</ul>
</li>
<li><a href="#">Downloads</a></li>
</ul>
</div>
Expand All @@ -164,7 +197,18 @@
Editor</a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="#" onclick="return show('index');">Home</a></li>
<li><a href="#">Modules</a></li>
<li>
<!-- Dropdown Trigger -->
<a class='dropdown-trigger black' href='#' data-target='dropdown2'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Modules&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>
<!-- Dropdown Structure -->
<ul id='dropdown2' class='dropdown-content black '>
<li><a class="white-text center" href="#!" onclick="return show('fogg_removal');">Remove Fogg</a></li>
<li><a class="white-text center" href="#!">Remove Object</a></li>
<li><a class="white-text center" href="#!" onclick="return show('blur_to_hd');">Blue to HD</a></li>
<li><a class="white-text center" href="#!" onclick="return show('face_aging');">Face Aging</a></li>
<li><a class="white-text center" href="#!" onclick="return show('image_to_map');">Image to Map</a></li>
</ul>
</li>
<li><a href="#">Downloads</a></li>
</ul>
</div>
Expand All @@ -191,14 +235,14 @@
<li><a href="#" onclick="return show('index');">Home</a></li>
<li>
<!-- Dropdown Trigger -->
<a class='dropdown-trigger black' href='#' data-target='dropdown1'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Modules&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>
<a class='dropdown-trigger black' href='#' data-target='dropdown3'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Modules&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>
<!-- Dropdown Structure -->
<ul id='dropdown1' class='dropdown-content black '>
<li><a class="white-text center" href="#!">Remove Fogg</a></li>
<li><a class="white-text center " href="#!">Remove Object</a></li>
<ul id='dropdown3' class='dropdown-content black '>
<li><a class="white-text center" href="#!" onclick="return show('fogg_removal');">Remove Fogg</a></li>
<li><a class="white-text center" href="#!" onclick="return show('object_removal');">Remove Object</a></li>
<li><a class="white-text center" href="#!">Blue to HD</a></li>
<li><a class="white-text center" href="#!">Face Aging</a></li>
<li><a class="white-text center" href="#!">Image to Map</a></li>
<li><a class="white-text center" href="#!" onclick="return show('face_aging');">Face Aging</a></li>
<li><a class="white-text center" href="#!" onclick="return show('image_to_map');">Image to Map</a></li>
</ul>
</li>
<li><a href="#">Downloads</a></li>
Expand All @@ -225,7 +269,18 @@
Editor</a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="#" onclick="return show('index');">Home</a></li>
<li><a href="#">Modules</a></li>
<li>
<!-- Dropdown Trigger -->
<a class='dropdown-trigger black' href='#' data-target='dropdown99'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Modules&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>
<!-- Dropdown Structure -->
<ul id='dropdown99' class='dropdown-content black '>
<li><a class="white-text center" href="#!" onclick="return show('fogg_removal');">Remove Fogg</a></li>
<li><a class="white-text center" href="#!" onclick="return show('object_removal');">Remove Object</a></li>
<li><a class="white-text center" href="#!" onclick="return show('blur_to_hd');">Blue to HD</a></li>
<li><a class="white-text center" href="#!" onclick="return show('face_aging');">Face Aging</a></li>
<li><a class="white-text center" href="#!" onclick="return show('image_to_map');">Image to Map</a></li>
</ul>
</li>
<li><a href="#">Downloads</a></li>
</ul>
</div>
Expand Down
Binary file added run.bat.lnk
Binary file not shown.
Binary file added sample_data/image_to_map/1001.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sample_data/image_to_map/1012.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sample_data/image_to_map/1030.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sample_data/image_to_map/1087.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sample_data/image_to_map/124.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sample_data/image_to_map/145.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sample_data/image_to_map/195.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sample_data/image_to_map/246.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sample_data/image_to_map/281.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sample_data/image_to_map/332.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sample_data/image_to_map/448.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sample_data/image_to_map/488.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sample_data/image_to_map/551.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sample_data/image_to_map/593.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sample_data/object_removal/label_00001.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sample_data/object_removal/label_00002.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sample_data/object_removal/label_00003.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sample_data/object_removal/label_00004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions server/run.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
start "" "file:///C:/Users/Arshit/Google Drive/git/AI-Photo-Editor/frontend/index.html"
cls
python server.py
rem taskkill /F /IM chrome.exe
taskkill /FI "WINDOWTITLE eq AI Photo Editor*"

0 comments on commit c3efcf9

Please sign in to comment.