Difference between revisions of "Shared:2023IAG1CV"
From cs
(Created page with "__NOTITLE__ __NOTOC__ 850px ---- '''Group 1''': Mikolaj - Zeynep - Julka - Henryk ---- <div style="height:30px; width: 850px; margin:0px; paddi...") |
(→Training YOLOv7 Roboflow code) |
||
(15 intermediate revisions by one user not shown) | |||
Line 24: | Line 24: | ||
<br> | <br> | ||
− | |||
+ | =='''CV Report'''== | ||
+ | <br> | ||
+ | |||
+ | <html> | ||
+ | <iframe src="https://docs.google.com/document/d/e/2PACX-1vRYoYwidW0VAEAaxTheCsyFRoCy0VJRfPe1nnYqcZkQNiFIkUm38FnQQ_-NfFRpGQ/pub?embedded=true"width="850" height="504" ></iframe> | ||
+ | </html> | ||
+ | <br> | ||
+ | |||
+ | =='''Scripts used'''== | ||
+ | <br> | ||
+ | |||
+ | |||
+ | =='''Training YOLOv7'''== | ||
+ | <html> | ||
+ | <body> | ||
+ | <div> | ||
+ | </div> | ||
+ | <div style="width: 100%; height: 100vh;"> | ||
+ | <script src="https://gist.github.com/julialewandowska/d2c64516d24c690ae8aade2b0c626db6.js"></script> | ||
+ | </div> | ||
+ | </html> | ||
+ | <br> | ||
+ | |||
+ | =='''Testing trained model'''== | ||
+ | <html> | ||
+ | <body> | ||
+ | <div> | ||
+ | </div> | ||
+ | <div style="width: 100%; height: 100vh;"> | ||
+ | <script src="https://gist.github.com/julialewandowska/dd3d7a8ee129ce6b110fd30aadb1147d.js"></script> | ||
+ | </div> | ||
+ | <br> | ||
+ | </html> | ||
+ | <br> | ||
+ | |||
+ | =='''Image processing'''== | ||
+ | <html> | ||
+ | <body> | ||
+ | <div> | ||
+ | </div> | ||
+ | <div style="width: 100%; height: 100vh;"> | ||
+ | <script src="https://gist.github.com/julialewandowska/a4bc5914fc1137222f808a4634bf2685.js"></script> | ||
+ | </div> | ||
+ | <br> | ||
+ | </html> | ||
+ | |||
+ | <br> | ||
+ | |||
+ | =='''Training YOLOv7tiny and converting to TF.JS'''== | ||
<html> | <html> | ||
<body> | <body> | ||
− | + | <div> | |
− | + | </div> | |
− | + | <div style="width: 100%; height: 100vh;"> | |
− | + | <script src="https://gist.github.com/julialewandowska/b1b4c70ce5569b2899561516408ac3e4.js"></script> | |
+ | </div> | ||
+ | <br> | ||
</html> | </html> | ||
+ | <br> |
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