Matt McWilliams mattmcw
mattmcw pushed to main at 16mm/mcopy 2023-12-16 00:40:24 +00:00
173ce499bc CPC connector work
mattmcw pushed to main at mattmcw/yolo_web 2023-12-15 19:44:59 +00:00
ad1a364de2 Accept additional mime types that can represent a zip file
mattmcw pushed to main at mattmcw/yolo_web 2023-12-15 18:45:18 +00:00
b28e1fa616 Downgrading Pillow from 10 to 9 prevents the nasty warnings and the job failure at the end
mattmcw pushed to main at mattmcw/yolo_web 2023-12-15 17:15:41 +00:00
87c6540a80 Now include json in model zip along with onnx file and .pt file
mattmcw pushed to main at mattmcw/yolo_web 2023-12-15 17:03:40 +00:00
308f1174ff elif not else if
mattmcw pushed to main at mattmcw/yolo_web 2023-12-15 17:01:19 +00:00
1acbcfbe91 Create a formated json object when running scripts/data.py
mattmcw pushed to main at mattmcw/yolo_web 2023-12-14 21:56:52 +00:00
f9b69a1b26 Move all email alert logic into webserver, not relying on clients to alert. Manage a single SMTP connection and server gets alerted anyway on all relavent events
mattmcw pushed to main at mattmcw/yolo_web 2023-12-14 20:36:25 +00:00
2316cf7d90 Link .env into docker
mattmcw pushed to main at mattmcw/yolo_web 2023-12-14 20:33:52 +00:00
de48c3f07d Add a testmail stub
d748706a22 Add nodemailer and sendMail function
Compare 2 commits »
mattmcw pushed to main at mattmcw/yolo_web 2023-12-14 19:22:59 +00:00
5a755114c6 Don't crash process if json parse is bad
mattmcw pushed to main at mattmcw/yolo_web 2023-12-14 19:17:55 +00:00
7c3d017c90 Upgrade useage of torch for training on 4090, older versions dont work. See why there are so many warnings
mattmcw pushed to main at mattmcw/yolo_web 2023-12-14 16:32:03 +00:00
a560b9fdab Install venv with python3.9
mattmcw pushed to main at mattmcw/yolo_web 2023-12-14 16:19:47 +00:00
018a240f84 Display table of all jobs on jobs page
mattmcw pushed to main at mattmcw/yolo_web 2023-12-14 15:29:23 +00:00
80cb29c98f Use handlebars with template
mattmcw pushed to main at mattmcw/yolo_web 2023-12-14 15:14:49 +00:00
713c8a2134 Relies on python 3.9
mattmcw pushed to main at mattmcw/yolo_web 2023-12-14 15:03:52 +00:00
549cd4aa96 Add a requirements from pip freeze on a working system
mattmcw pushed to main at 16mm/mcopy 2023-12-11 03:51:46 +00:00
33412b0588 Merge branch 'main' of ssh://git.sixteenmillimeter.com/16mm/mcopy
3c5e31a961 Work on CPC Connector plug
Compare 2 commits »
mattmcw pushed to main at 16mm/mcopy 2023-12-02 14:41:04 +00:00
39676f9a06 fastcsg is non-deterministic
mattmcw pushed to main at 16mm/mcopy 2023-12-01 03:32:53 +00:00
0f893d94c4 Fix the dual projector script and add notes
b08f5094d5 Make a solid bearing roller
70e046eeb7 Fix plug diameter
58d0742187 Add takeup signal terminals to the mcopy projector board.
Compare 4 commits »
mattmcw pushed to main at mattmcw/yolo_web 2023-12-01 01:52:59 +00:00
7f92938a43 Implemented client in node. Still relies on train.sh. Will consider rewriting it but it works for the moment.