Shannon Shen

Results 44 comments of Shannon Shen

Thanks for brining this up -- I am not familiar with bundling python scripts to exe programs, but will take a closer look later!

Thanks for suggesting - that's a great idea! A simple (but also less elegant) solution you might want to try for now is: ```python import matplotlib.pyplot as plt import numpy...

Thanks for reporting this issue! There has been some updates for Detection, and the support for fvcore is somewhat problematic in the current version. I plan to remove the fvcore...

> Many thanks for your fast response! > > Good to know you are already onto these dependency conflicts. > > So am I correct in inferring these warnings don't...

Thanks for reporting the issue for installing pycocotools on win10 - Let me try to fix that. Speaking on the next major update, we are currently working on more features...

The installation issue should be fixed in the latest commit. However, as it hasn't been pushed to pypi, you might want to install via pip install "git+https://github.com/layout-parser/layout-parser.git#egg=layoutparser". See also #11...

> There are still some issues with > "git+https://github.com/layout-parser/layout-parser.git#egg=layoutparser". > > I've a usable configuration with: > fvcore==0.1.3.post20210310 > torch==1.7.1+cpu torchvision==0.8.2+cpu torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html > detectron2 0.3 Thanks for reporting!...

In #18, the dependency on `fvcore` has been removed. And I plan to fix the Detectron2 version as v0.3 in the installation as well. Could you try again with the...