Burhan-Q / Ultralytics_DiscordBot

Discord bot providing image inference using Ultralytics HUB
GNU Affero General Public License v3.0
7 stars 0 forks source link

Docker files and Parameter fixes #19

Closed Burhan-Q closed 1 year ago

Burhan-Q commented 1 year ago

closes #17 closes #18 closes #16 and includes efforts towards #15 as well as #13

For image resizing, found that the base64 encoding would increase size ~33%, so including additional scaling factor in attempt to keep image data below threshold.

First attempt for Docker deployment. Working on RPi3b for more than 48 hours from Dockerfile, yet compose.yaml not yet tested.