Web server and scripts for scheduling distributed YOLOv5 training jobs amongst multiple workers.
Go to file
mmcwilliams 29631c898c Fix error in client which fails null check on json variable -- make default value null 2024-01-10 11:27:33 -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 Fix error in client which fails null check on json variable -- make default value null 2024-01-10 11:27:33 -05:00
models Add yolov5 as submodule and place to put trained files 2023-06-29 00:17:03 -04:00
scripts Now include json in model zip along with onnx file and .pt file 2023-12-15 12:15:33 -05:00
sql Create project 2023-06-23 18:40:31 -04:00
src Fix error in client which fails null check on json variable -- make default value null 2024-01-10 11:27:33 -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 Downgrading Pillow from 10 to 9 prevents the nasty warnings and the job failure at the end 2023-12-15 13:45:11 -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