-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
67 changed files
with
5,700 additions
and
478 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
|
||
sudo: required | ||
language: python | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
from .dialogs import ThermoGUI | ||
from .dialogs import ThermoGUI, CreateDatasetGUI |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
<html> | ||
<body> | ||
<img src="{logo_path}" alt="ThermoGUI logo"> | ||
<br/> | ||
<h2>About ThermoGUI</h2> | ||
<p>This application has been developed as a feasibility study<br/> | ||
for automatic detection of damaged/not functional solar<br/> | ||
panel modules at SUPSI - ISAAC in Canobbio, Lugano (CH). | ||
</p> | ||
<h2>Autor</h2> | ||
<p>The project was implemented by the following authors<br/> | ||
listed in temporal order: | ||
<ul> | ||
<li><i>Carlo Del Don</i> ([email protected])</li> | ||
</ul> | ||
</p> | ||
<img src="{logo_path}" alt="ThermoGUI logo"> | ||
<br/> | ||
<h2>About ThermoGUI</h2> | ||
<p>This application has been developed as a feasibility study<br/> | ||
for automatic detection of damaged/not functional solar<br/> | ||
panel modules at SUPSI - ISAAC in Canobbio, Lugano (CH). | ||
</p> | ||
<h2>Autor</h2> | ||
<p>The project was implemented by the following authors<br/> | ||
listed in temporal order: | ||
<ul> | ||
<li><i>Carlo Del Don</i> ([email protected])</li> | ||
</ul> | ||
</p> | ||
|
||
<br/> | ||
<br/> | ||
|
||
<h4> | ||
Logo created on <a href="https://logomakr.com">logomakr</a>. | ||
</h4> | ||
<h4> | ||
Logo created on <a href="https://logomakr.com">logomakr</a>. | ||
</h4> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
from .thermo_gui_design import Ui_ThermoGUI_main_window | ||
from .webcam_dialog_design import Ui_WebCam | ||
from .create_dataset_gui import Ui_CreateDataset_main_window | ||
from .webcam_dialog_design import Ui_WebCam | ||
from .image_saving_gui import Ui_Save_images_dialog |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.