Shared-Reality-Lab / IMAGE-server

IMAGE project server components
Other
2 stars 7 forks source link

Bring back hello-preprocessor for onboarding #880

Closed JRegimbal closed 2 months ago

JRegimbal commented 2 months ago

For the onboarding training, the "hello-preprocessor" is referenced and used as a way to introduce preprocessors (and other IMAGE microservices). It serves no other purpose except to be a simple preprocessor whose outputs can easily be changed. Other preprocessors, however, make external API calls, depend on prior preprocessors, or use machine learning models, and as a result are poor candidates to replace the hello-preprocessor.

This PR moves it back to its old place so that the instructions in the wiki can be followed.


Required Information

Coding/Commit Requirements

New Component Checklist (mandatory for new microservices)

OR