-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
I am running on windows. I followed the instructions for installation:
git clone https://github.com/DS4SD/MolGrapher.git
conda create -n molgrapher python=3.11
conda activate molgrapher
cd MolGrapher
pip install -e .["cpu"]However, when I run:
from molgrapher.models.molgrapher_model import MolgrapherModel
model = MolgrapherModel()
images_or_paths = ["./data/benchmarks/default/images/image_0.png"]
annotations = model.predict_batch(images_or_paths) I get the error:
Metadata
Metadata
Assignees
Labels
No labels
