behave-app / behave

MIT License
1 stars 0 forks source link

API support for intference? #51

Open sslomkowski opened 1 week ago

sslomkowski commented 1 week ago

I have more powerfull machine than my office laptop available through SSH connection. Accessing it through terminal doesn't allow me to use GUI web browsers but if API was available I could just run it through the bash scripts? Is it a good idea?

reinhrst commented 1 week ago

Well, I do have a plan to describe the format that the json file is in, and then anyone with enough computer skills can build their own inference pipeline using yolo and whatever accelerator / scripting they would like. While waiting for the descriptuon, it should be easy to reverse-engineer this.

However I want to stress that the inference is actually running in the browser. The only way how you could get that to run without a GUI is to use a headless browser. The question is how much you would win with that.

Let me know if I misunderstand something; happy to discuss these issues in person.