Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Create config UI #24

Open
tdurand opened this issue Jan 14, 2021 · 2 comments
Open

Create config UI #24

tdurand opened this issue Jan 14, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@tdurand
Copy link
Member

tdurand commented Jan 14, 2021

Expose some settings:

  • ncnn yolo target input ( currently 320x192 ), could increase for better precision but lower framerate
  • ncnn GPU mode with vulkan (slower on most phones, but for future ..)

later

  • camera controls ?
  • neural network switching, make it possible to run full YOLO or lightweight nano det...
  • neural network weights & label..

See how those configurable settings at runtime could integrate with global OpenDataCam config

@tdurand tdurand added the enhancement New feature or request label Jan 14, 2021
@b-g
Copy link
Member

b-g commented Jan 18, 2021

What about a generic "json config" solution e.g. something like this https://www.jeremydorn.com/json-editor https://github.com/jdorn/json-editor which fits into our UI stack? Basically we would define schema-mobile and schema-jetson of possible values and enums of the OpenDataCam config parameters ...

@tdurand
Copy link
Member Author

tdurand commented Jan 18, 2021

A json <-> UI toolkit could be a nice idea yes..

the main thing to work on isn't really the UI , it is that the config is loaded at "start" time.. need to re-architecture things so we can change settings on the fly, or change settings and restart yolo etc etc..

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants