Skip to content

Commit

Permalink
Downsample imgs
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmin-es committed Mar 25, 2020
1 parent 22398d0 commit 09739d6
Show file tree
Hide file tree
Showing 50 changed files with 27 additions and 27 deletions.
Binary file modified .DS_Store
Binary file not shown.
16 changes: 8 additions & 8 deletions ehx.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
feature some new products, provide some brief text on why.
<br>
<br>
<img src="img/ehx.jpg" class="img-fluid projectimg" alt="">
<img src="img/ehx/ehx.jpg" class="img-fluid projectimg" alt="">
<br>
<br>
Electro-Harmonix and perhaps some explanation on the history of the brand.
Expand All @@ -90,7 +90,7 @@
website if pedals don’t? In the wireframe below I propose a new set of menu items.
<br>
<br>
<img src="img/wireframe1.jpg" class="img-fluid projectimg" alt="">
<img src="img/ehx/wireframe1.jpg" class="img-fluid projectimg" alt="">
<br>
<br>
The ‘Products’ item on the menu bar would have a hover dropdown with a few broad categories, the first being pedals (the current site has more dropdown items than fit on my 13” Macbook screen).
Expand All @@ -101,26 +101,26 @@
to many e-commerce websites (Nike.com for example). Items on the screen dynamically reorganize when the user changes the filters at the top of the page.
<br>
<br>
<img src="img/wireframe2.jpg" class="img-fluid " alt="">
<img src="img/ehx/wireframe2.jpg" class="img-fluid " alt="">
<br>
<br>
Clicking on a specific item on the grid brings the user to a more detailed product page.
This page might have images of the pedal, sound or video clips of the pedal being used, images, product details,
and a direct link to purchase the pedal.
<br>
<br>
<img src="img/wireframe3.jpg" class="img-fluid " alt="">
<img src="img/ehx/wireframe3.jpg" class="img-fluid " alt="">
<br>
<br>
<div class="subtitle">Visual Redesign</div>
One of ehx.com’s biggest weaknesses is it’s aesthetic which looks chaotic and dated.
Here I propose some visual changes which will aid in the visual appeal of the sight as well as the general usability.
<br>
<br>
<img src="img/ehx_products.jpg" class="img-fluid" alt="">
<img src="img/ehx/ehx_products.jpg" class="img-fluid" alt="">
<br>
<br>
<img src="img/hiresehx.png" class="img-fluid" alt="">
<img src="img/ehx/hiresehx.png" class="img-fluid" alt="">

<div class="subtitle">Redesign of 'Products' Page</div>

Expand Down Expand Up @@ -152,10 +152,10 @@
and the 4-width grid on the larger displays verus a 2-width grid on the smaller displays.
<br>
<br>
<img src="img/ehx_products_re1.jpg" class="img-fluid projectimg" alt="">
<img src="img/ehx/ehx_products_re1.jpg" class="img-fluid projectimg" alt="">
<br>
<br>
<img src="img/ehx_products_re2.jpg" class="img-fluid projectimg" alt="">
<img src="img/ehx/ehx_products_re2.jpg" class="img-fluid projectimg" alt="">
</div>
</div>

Expand Down
Binary file modified img/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file modified img/aw_bg2.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 removed img/catphoto.jpg
Binary file not shown.
Binary file removed img/eharmonix-01.png
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed img/languageplease.jpg
Binary file not shown.
Binary file modified img/lp2.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 modified img/lp3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file modified img/maxdark.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
Binary file removed img/sanavoicelogo.png
Diff not rendered.
Binary file removed img/sanavoicelogo2.png
Diff not rendered.
Binary file removed img/snapplay-01.png
Diff not rendered.
Binary file removed img/snapplay.png
Diff not rendered.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed img/woodsphoto.jpg
Diff not rendered.
Binary file removed img/woodsphoto2.jpg
Diff not rendered.
4 changes: 2 additions & 2 deletions maps.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
K-D Tree class a series of Map Node objects which each have a .getCoordinates() method.
<br>
<br>
<img src="img/kdtree.png" class="img-fluid" alt="">
<img src="img/maps/kdtree.png" class="img-fluid" alt="">
<br>
<br>
A K-D Tree is a binary search tree with data of k dimensions. Each depth level of the tree represents a different
Expand Down Expand Up @@ -123,7 +123,7 @@
Tries are also known as prefix trees because each node represents an additional letter added onto the parent's value (see figure below).
<br>
<br>
<img src="img/trie.png" class="img-fluid" alt="">
<img src="img/maps/trie.png" class="img-fluid" alt="">
<br>
<br>
A few notes on my trie implementation: Each node on the tree has a hashmap with 26 entries pointing to child nodes (if they exist). For example, if the first
Expand Down
8 changes: 4 additions & 4 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@

<div class="project-display">
<div class="project proj1">
<a href="./snapplay.html"><img src="img/snapplay_white.png" class="project-img"></a>
<a href="./snapplay.html"><img src="img/projectimg/snapplay_white.png" class="project-img"></a>
<div class="project-desc">Snapplay | Computer Vision Final</div>
</div>
<div class="project proj4">
<a href="./ehx.html"><img src="img/pedals_white.png" class="project-img"></a>
<a href="./ehx.html"><img src="img/projectimg/pedals_white.png" class="project-img"></a>
<div class="project-desc">EHX Redesign | UI/UX</div>
</div>
<div class="project proj3">
<a href="./sana.html"><img src="img/sana_white.png" class="project-img"></a>
<a href="./sana.html"><img src="img/projectimg/sana_white.png" class="project-img"></a>
<div class="project-desc">Sana Labs | Front-End</div>
</div>
<div class="project proj2" >
<a href="./maps.html"><img src="img/map_2-01.png" class="project-img"></a>
<a href="./maps.html"><img src="img/projectimg/map_2-01.png" class="project-img"></a>
<div class="project-desc">Maps | Software Dev Final</div>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions sana.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
These sentences feature the phonemes that need improvement in various contexts to ensure thorough practice. The coach reads the phrase aloud, then prompts the user to repeat the sentence word-by-word.
The coach returns to mispronounced words at the end of the sentence. At the end of the session, a user is presented with a breakdown of their performance and phonemes they should practice pronouncing.
<br><br><video class="ani fade-in ani-3" style="border-radius: 3px; width: 90%; height: auto;" autoplay muted loop id="myVideo">
<source src="img/sanamovie.mp4" type="video/mp4">
<source src="img/sana/sanamovie.mp4" type="video/mp4">
</video><br/><br/>

<div class="subtitle">Conceptualizing the product</div>
Expand All @@ -91,7 +91,7 @@
This is why my pronunciation and discrimination of unfamiliar French phonemes improved so drastically while I was abroad and why my pronunciation stays stagnant when I’m in the
silent section of the library studying my notes.
<br/><br/>
<img src="img/thesearchisover.png" class="img-fluid" alt="" ><br/><br/>
<img src="img/sana/thesearchisover.png" class="img-fluid" alt="" ><br/><br/>
<div class="subtitle">What it offers</div>


Expand All @@ -114,7 +114,7 @@

<br/><br/>

<img src="img/ipa.png" class="img-fluid" alt="">
<img src="img/sana/ipa.png" class="img-fluid" alt="">
<br/><br/>


Expand Down
20 changes: 10 additions & 10 deletions snapplay.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
the specific transforms, most notably using the
<a href="https://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_imgproc/py_houghlines/py_houghlines.html">Hough Line Transform</a> to detect lines and a masking process to delete staff lines.
<br><br>
<img src="img/sheetmusic.jpeg" class="img-fluid projectimg" alt="" style="height: 100%; width: auto;">
<img src="img/snapplay/sheetmusic.jpeg" class="img-fluid projectimg" alt="" style="height: 100%; width: auto;">
<br><br>
<div class="subtitle">Preprocessing</div>
Before performing any work on the image, we preprocessed the image by scaling it to a certain size in order to aid in line detection and note detection
Expand Down Expand Up @@ -107,7 +107,7 @@
same size as notes on the page.
<br/><br/>

<img src="img/hotcross.png" alt="">
<img src="img/snapplay/hotcross.png" alt="">
<br/><br/>

<div class="subtitle">Classifying Note Duration</div>
Expand Down Expand Up @@ -148,15 +148,15 @@
each pair in the corresponding lists. Afterwards, it writes the MIDI object to a file.
<br>
<br>
<img src="img/tune.png" style="size: 50%;"alt="">
<img src="img/snapplay/tune.png" style="size: 50%;"alt="">

<div class="subtitle">Results</div>

Our program achieved mixed success. While it aced pitch identification and omission of non-notes,
its duration classification was iffy. With 12 epochs, our classifier consistently achieved around 98 percent accuracy on the training data.
<br>
<br>
<img src="img/epochs.png" class="img-fluid" alt="">
<img src="img/snapplay/epochs.png" class="img-fluid" alt="">
<br>
<br>
However, duration identification on unforeseen data was not quite as hot. This may have been cause by
Expand All @@ -167,12 +167,12 @@
sampled from different parts of the image where line deletion achieved varying levels of success.
<br>
<br>
<img src="img/quarter1.png" class="img-fluid" alt="">
<img src="img/quarter2.png" class="img-fluid" alt="">
<img src="img/half.png" class="img-fluid" alt="">
<img src="img/eighth.png" class="img-fluid" alt="">
<img src="img/trainingImage37.png" class="img-fluid" alt="">
<img src="img/trainingImage58.png" class="img-fluid" alt="">
<img src="img/snapplay/quarter1.png" class="img-fluid" alt="">
<img src="img/snapplay/quarter2.png" class="img-fluid" alt="">
<img src="img/snapplay/half.png" class="img-fluid" alt="">
<img src="img/snapplay/eighth.png" class="img-fluid" alt="">
<img src="img/snapplay/trainingImage37.png" class="img-fluid" alt="">
<img src="img/snapplay/trainingImage58.png" class="img-fluid" alt="">
<br>
<br>
This project was super fun, but there's a lot left to improve. Some future features that we could implement if we
Expand Down

0 comments on commit 09739d6

Please sign in to comment.