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

Update HUB API requests #48

Open Burhan-Q opened 10 months ago

Burhan-Q commented 10 months ago

After release of latest HUB API, bot inference requests no longer working

Burhan-Q commented 10 months ago

NOTES HUB API requests:

Ultralytics HUB Documentation reference

{data: [
  {
    class: int,
    confidence: float,
    name: str,
    width: float,
    height: float,
    xcenter: float,
    ycenter: float,
  }, 
  {...}, # additional objects detected
]