DECIMER-Image-Segmentation
DECIMER-Image-Segmentation copied to clipboard
Chemical structure detection and segmentation tool for Journal articles.
Hello, when I run the code I get this error: AttributeError: 'NoneType' object has no attribute 'dtype' What can I do?
Hi, can you provide the CUDA version that you are using and the drivers version as well? It gets suck while using CUDA 11.7. Have a nice day, Isa.
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.10.0 to 2.10.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.10.1 Release 2.10.1 This release introduces several vulnerability fixes: Fixes an OOB seg fault in DynamicStitch due...
right now, it is stored in the package directory
If you have a look into the Jupyter Notebook, the results differ from the results that we originally got. I tried it with different resolutions but the issue remains the...
Hi guys, There is a problem with the segmentation of some images when terminated atom groups or atoms are not included in segmented images. I tried to use both `expand`...
Hi, When running across multiple gpus, I get `ModuleNotFoundError` from `mrcnn.parallel_model import ParallelModel` in model.py. I add the parallel model from https://github.com/matterport/Mask_RCNN but then get the error `'ParallelModel' object has...
In decimer_segmentation.py,thePIL.Imag.ANTIALIAS is outdated. You need to install an older version of Pillow. So the another solution is replaced with Image in newer Pillow versions PIL.Imag.LANCZOS. `from PIL import Image...
Dear Development team, Locking trought your code i've noticed that there is not an option to segment not only the structures but also the relevant ID that is often present...