robmarkcole / deepstack-ui

UI for working with Deepstack
https://github.com/johnolafenwa/DeepStack
GNU General Public License v3.0
135 stars 43 forks source link

Add Time taken to process. #29

Closed LucidityCrash closed 3 years ago

LucidityCrash commented 3 years ago

Would it be possible to add some information about how long it took to process the image ?

robmarkcole commented 3 years ago

Why would you need to see this in the UI if it is in the Deepstack log? I am not saying no to this suggestion, I just want a good reason to justify it

LucidityCrash commented 3 years ago

You can do what this UI does with a couple of lines of python essentially its all just about conveniece and accessability (especially to the non technical) ... not that this is an especially good reason though :) Also there seems to be a way to add your own training models now and being able to easily see the time and accuracy effects your own custom models have all in one place would be quite cool.

robmarkcole commented 3 years ago

@LucidityCrash checkout https://github.com/robmarkcole/deepstack-analytics/blob/master/speedtest.ipynb

I don't think I will be adding this feature to the deepstack-ui as this is more appropriate to the monitoring dashboard on https://github.com/johnolafenwa/DeepStack/issues/35

LucidityCrash commented 3 years ago

I love the speedtest and the monitoring dashboard idea, and agree that is a better place to put it.

robmarkcole commented 3 years ago

resolved