Vinay Sharma

Results 17 issues of Vinay Sharma

Currently, if DatasetEvaluationApp is run using AppImage then it uses a fixed theme and doesn;t adapt to system's. This error disappears when building from source

Shifting inferencing to a different worker thread, this would stop GUI from freezing, but still, buttons like stop won't work until inferencing has returned.

feature
low_priority

Inferencers generally accept rgb images for inferencing whereas opencv reads images in BGR format, therefore it might be necessary for some cases to swap R and B channels. So, an...

feature

Add push_path arg so that users can manually specify the push path they want to use.

enhancement
help wanted
good first issue

Auto Suggestions using tab without even-better-ls, working as expected. ![Screenshot from 2019-07-10 12-03-06](https://user-images.githubusercontent.com/18044818/60946030-cca6e180-a30a-11e9-9558-b954192ecf25.png) Auto Suggestions using tab with even-better-ls, not working as expected. All I am doing is pressing tab....