-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
65a3d11
commit cd87e3b
Showing
4 changed files
with
131 additions
and
61 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
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<div class="row"> | ||
<div class="col-lg-6"> | ||
<img src="{{ plots.objects_per_image }}" class="img-fluid" alt="Objects per Image"> | ||
</div> | ||
<div class="col-lg-6"> | ||
<img src="{{ plots.heatmap }}" class="img-fluid" alt="Object Location Heatmap"> | ||
</div> | ||
<div class="col-lg-6"> | ||
<img src="{{ plots.object_sizes_abs }}" class="img-fluid" alt="Object Sizes in Pixels"> | ||
</div> | ||
<div class="col-lg-6"> | ||
<img src="{{ plots.object_sizes_rel }}" class="img-fluid" alt="Object Sizes in Percent"> | ||
</div> | ||
<div class="col-lg-6"> | ||
<img src="{{ plots.side_length_avg }}" class="img-fluid" alt="Object Side Length Average"> | ||
</div> | ||
<div class="col-lg-6"> | ||
<img src="{{ plots.rel_area }}" class="img-fluid" alt="Object Relative Area"> | ||
</div> | ||
</div> |
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