Web server and scripts for scheduling distributed YOLOv5 training jobs amongst multiple workers.
Go to file
Matt McWilliams 7f92938a43 Implemented client in node. Still relies on train.sh. Will consider rewriting it but it works for the moment. 2023-11-30 20:52:53 -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 Implemented client in node. Still relies on train.sh. Will consider rewriting it but it works for the moment. 2023-11-30 20:52:53 -05:00
models Add yolov5 as submodule and place to put trained files 2023-06-29 00:17:03 -04:00
scripts Log when not using sm model 2023-11-29 12:57:57 -05:00
sql Create project 2023-06-23 18:40:31 -04:00
src Implemented client in node. Still relies on train.sh. Will consider rewriting it but it works for the moment. 2023-11-30 20:52:53 -05:00
views Run different kinds of models 2023-06-28 23:29:45 -04: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 Added a logger and installed a number of new dependencies to support it.Added fetch-node for the client 2023-11-30 19:25:43 -05:00
docker-compose.yaml All features in yolo_web server for managing jobs. Add first scripts fir getting dataset on worker machines 2023-06-23 20:22:05 -04:00
package-lock.json Implemented client in node. Still relies on train.sh. Will consider rewriting it but it works for the moment. 2023-11-30 20:52:53 -05:00
package.json Implemented client in node. Still relies on train.sh. Will consider rewriting it but it works for the moment. 2023-11-30 20:52:53 -05:00
tsconfig.json Create project 2023-06-23 18:40:31 -04:00