Skip to content
Snippets Groups Projects
Commit 408964a7 authored by Max Ramsay King's avatar Max Ramsay King
Browse files

some formatting on home.html

parent e2556893
No related branches found
No related tags found
No related merge requests found
...@@ -61,19 +61,19 @@ ...@@ -61,19 +61,19 @@
Which data augmentation method you would like exclude? <br> Which data augmentation method you would like exclude? <br>
<input type="checkbox" id="ShearX" <input type="checkbox" id="ShearX"
name="action_space" value="ShearX"> name="action_space" value="ShearX">
<label for="ShearX">ShearX</label><br> <label for="ShearX">ShearX</label>
<input type="checkbox" id="ShearY" <input type="checkbox" id="ShearY"
name="action_space" value="ShearY"> name="action_space" value="ShearY">
<label for="ShearY">ShearY</label><br> <label for="ShearY">ShearY</label>
<input type="checkbox" id="TranslateX" <input type="checkbox" id="TranslateX"
name="action_space" value="TranslateX"> name="action_space" value="TranslateX">
<label for="TranslateX">TranslateX</label><br> <label for="TranslateX">TranslateX</label>
<input type="checkbox" id="TranslateY" <input type="checkbox" id="TranslateY"
name="action_space" value="TranslateY"> name="action_space" value="TranslateY">
<label for="TranslateY">TranslateY</label><br> <label for="TranslateY">TranslateY</label>
<input type="checkbox" id="Rotate" <input type="checkbox" id="Rotate"
name="Rotate" value="Rotate"> name="Rotate" value="Rotate">
...@@ -81,15 +81,15 @@ ...@@ -81,15 +81,15 @@
<input type="checkbox" id="Brightness" <input type="checkbox" id="Brightness"
name="action_space" value="Brightness"> name="action_space" value="Brightness">
<label for="Brightness">Brightness</label><br> <label for="Brightness">Brightness</label>
<input type="checkbox" id="Color" <input type="checkbox" id="Color"
name="action_space" value="Color"> name="action_space" value="Color">
<label for="Color">Color</label><br> <label for="Color">Color</label>
<input type="checkbox" id="Contrast" <input type="checkbox" id="Contrast"
name="action_space" value="Contrast"> name="action_space" value="Contrast">
<label for="Contrast">Contrast</label><br> <label for="Contrast">Contrast</label>
<input type="checkbox" id="Sharpness" <input type="checkbox" id="Sharpness"
name="action_space" value="Sharpness"> name="action_space" value="Sharpness">
...@@ -97,19 +97,19 @@ ...@@ -97,19 +97,19 @@
<input type="checkbox" id="Posterize" <input type="checkbox" id="Posterize"
name="action_space" value="Posterize"> name="action_space" value="Posterize">
<label for="Posterize">Posterize</label><br> <label for="Posterize">Posterize</label>
<input type="checkbox" id="Solarize" <input type="checkbox" id="Solarize"
name="action_space" value="Solarize"> name="action_space" value="Solarize">
<label for="Solarize">Solarize</label><br> <label for="Solarize">Solarize</label>
<input type="checkbox" id="AutoContrast" <input type="checkbox" id="AutoContrast"
name="action_space" value="AutoContrast"> name="action_space" value="AutoContrast">
<label for="AutoContrast">AutoContrast</label><br> <label for="AutoContrast">AutoContrast</label>
<input type="checkbox" id="Equalize" <input type="checkbox" id="Equalize"
name="action_space" value="Equalize"> name="action_space" value="Equalize">
<label for="Equalize">Equalize</label><br> <label for="Equalize">Equalize</label>
<input type="checkbox" id="Invert" <input type="checkbox" id="Invert"
name="action_space" value="Invert"> name="action_space" value="Invert">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment