New img for yolov5 research

This commit is contained in:
2025-04-28 17:39:27 +02:00
parent 77a384f647
commit 1384f8b4bd
3 changed files with 9 additions and 2 deletions

View File

@@ -54,6 +54,7 @@
<h2>{{ $t("projects.semantic_segmentation.content.human_recognition.title") }}</h2>
<p>{{ $t("projects.semantic_segmentation.content.human_recognition.text") }}</p>
<img :src="yolov5TestImg" id="yolo_img"/>
</article>
</template>
@@ -63,6 +64,7 @@
import semanticSegmentationCover from "@/assets/img/semantic_segmentation.png";
import hachinoheKosenImg from "@/assets/img/projects/hachinohe_kosen.png";
import yolov5TestImg from "@/assets/img/projects/yolov5_test.png";
</script>
<style scoped>
@@ -113,5 +115,10 @@
table{
margin: auto;
}
#yolo_img{
width: 80%;
max-width: 600px;
}
</style>