Web server and scripts for scheduling distributed YOLOv5 training jobs amongst multiple workers.
Go to file
mmcwilliams 308f1174ff elif not else if 2023-12-15 12:03:34 -05:00
data Make data directories make more sense 2023-06-29 09:39:17 -04:00
datasets Make data directories make more sense 2023-06-29 09:39:17 -04:00
dist 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 2023-12-14 16:56:47 -05:00
models Add yolov5 as submodule and place to put trained files 2023-06-29 00:17:03 -04:00
scripts elif not else if 2023-12-15 12:03:34 -05:00
sql Create project 2023-06-23 18:40:31 -04:00
src 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 2023-12-14 16:56:47 -05:00
views Display table of all jobs on jobs page 2023-12-14 11:19:42 -05:00
yolov5@0004c745da Add yolov5 as submodule and place to put trained files 2023-06-29 00:17:03 -04:00
.gitignore ignore mail scripts 2023-06-30 10:25:46 -04:00
.gitmodules Add yolov5 as submodule and place to put trained files 2023-06-29 00:17:03 -04:00
Dockerfile Move COPY statement after install to make code changes easier 2023-06-23 19:01:04 -04:00
default.env Add nodemailer and sendMail function 2023-12-14 15:31:36 -05:00
docker-compose.yaml Link .env into docker 2023-12-14 15:36:19 -05:00
package-lock.json Add nodemailer and sendMail function 2023-12-14 15:31:36 -05:00
package.json Add nodemailer and sendMail function 2023-12-14 15:31:36 -05:00
requirements_yolov5.txt Upgrade useage of torch for training on 4090, older versions dont work. See why there are so many warnings 2023-12-14 14:17:50 -05:00
testmail.js Add a testmail stub 2023-12-14 15:33:47 -05:00
tsconfig.json Create project 2023-06-23 18:40:31 -04:00