Difference between revisions of "Shared:2023IAG1CV"
From cs
(→Image processing - motion blur) |
(→Training YOLOv7 Roboflow code) |
||
(2 intermediate revisions by one user not shown) | |||
Line 37: | Line 37: | ||
− | =='''Training YOLOv7 | + | =='''Training YOLOv7'''== |
<html> | <html> | ||
<body> | <body> | ||
Line 48: | Line 48: | ||
<br> | <br> | ||
− | =='''Testing trained model | + | =='''Testing trained model'''== |
<html> | <html> | ||
<body> | <body> | ||
Line 54: | Line 54: | ||
</div> | </div> | ||
<div style="width: 100%; height: 100vh;"> | <div style="width: 100%; height: 100vh;"> | ||
− | <script src="https://gist.github.com/julialewandowska/ | + | <script src="https://gist.github.com/julialewandowska/dd3d7a8ee129ce6b110fd30aadb1147d.js"></script> |
</div> | </div> | ||
<br> | <br> | ||
Line 73: | Line 73: | ||
<br> | <br> | ||
− | =='''Training YOLOv7tiny and | + | =='''Training YOLOv7tiny and converting to TF.JS'''== |
<html> | <html> | ||
<body> | <body> |
Latest revision as of 10:54, 4 July 2023
Group 1: Mikolaj - Zeynep - Julka - Henryk
CV Report
Scripts used
Training YOLOv7
Testing trained model
Image processing
Training YOLOv7tiny and converting to TF.JS