Web server and scripts for scheduling distributed YOLOv5 training jobs amongst multiple workers.
Go to file
Matt McWilliams 7be4b8454d typo: 2023-06-29 09:32:39 -04:00
dist 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
models Add yolov5 as submodule and place to put trained files 2023-06-29 00:17:03 -04:00
scripts typo: 2023-06-29 09:32:39 -04:00
sql Create project 2023-06-23 18:40:31 -04:00
src 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
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 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
.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 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
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 Create project 2023-06-23 18:40:31 -04:00
package.json Create project 2023-06-23 18:40:31 -04:00
tsconfig.json Create project 2023-06-23 18:40:31 -04:00