Shannon Shen

Results 44 comments of Shannon Shen

Thanks - this is more of an issue from the detection model (it's very very hard to generate perfect bounding box detections for these models). I have script that can...

That's interesting -- could you paste a link to the Colab notebook? Or just all the execution history of the commands? Thanks!

Thanks - that's a good point. I've tried with Detectron2 to ONNX or torchscript earlier this year, and the conversion is not great - as you said, a lot of...

This seems to be a known issue for Windows users and we plan to implement some important fixes in the next version. Stay tuned -- thanks!

Hmmm very interesting. Looking into it.

> Have you considered using [mmdetection](https://pypi.org/project/mmdet/) that relies on [mmcv](https://pypi.org/project/mmcv-full/) and [mmpycocotools](https://pypi.org/project/mmpycocotools/), instead of detectron2? > > All models in detectron2 + tens of sota pretrained models are present in...

Thanks! I think you might want to take a look at poetry's config -- https://github.com/python-poetry/poetry/issues/3491#issuecomment-872230288 .

Yes -- will add it in the next release!

Thanks for brining this up. Totally agree and yes, I planned to work on this in #81 !

Making Layout Parser a service is on our roadmap, and feel free to contribute to our repo if you've made any progress! Thanks!