Alidar Asvarov

Results 5 comments of Alidar Asvarov

@liyuanyaun @yosagaf Had this errors: `pyrender: Failed rendering frame` `Segmentation fault (core dumped)` Fixed by downgrading CUDA to 10.0 and CuDNN to 7.6.5 Then commented out this lines in `utils/rendering.py`:...

I will try to solve this issue

@MichaelMure I have added an ability to mark bug, but now only in the termui and without sorting. You might want to have a look at the commit 😅 https://github.com/Alidar40/git-bug/commit/f0a5fead345ca389468fa2a0891f4a7a505f224e

Hi @MichaelMure , sorry for late update I've actually done everything you outlined above. So there are termui workflow and graphql filtering. Check this out: https://github.com/Alidar40/git-bug/tree/favorite-bug

The documentation and the released package are outdated. This https://github.com/Layout-Parser/layout-parser/pull/146 was merged, but not released. Try lowercasing and installing from the source code: ```python import layoutparser as lp list(lp.models.auto_layoutmodel.ALL_AVAILABLE_BACKENDS) >>...