roboflow / inference

A fast, easy-to-use, production-ready inference server for computer vision supporting deployment of many popular model architectures and fine-tuned models.
https://inference.roboflow.com
Other
1.13k stars 84 forks source link

Enable Overriding Human Friendly Block Names #447

Closed yeldarby closed 1 month ago

yeldarby commented 1 month ago

Description

This adds a JSON property that we can use to set the human name manually vs relying on it being deterministically created from the class name. (Emily is working on a list of naming updates but I added in a few here already to test.)

Fix #446

Type of change

How has this change been tested, please provide a testcase or example of how you tested the change?

Added a test case and after propagating the manifest into the UI I verified it works:

image

Any specific deployment considerations

We'll need to propagate the manifest forward to the core app.

Docs