Skip to content

output smiles and molfile are different #36

@nbosc

Description

@nbosc

For some images, molfile and smiles generated by MolScribe are different.

Image

mol_prediction = model.predict_image_file(img_path, return_confidence=True)
Chem.MolFromMolBlock(mol_prediction['molfile']) == Chem.MolFromSmiles(mol_prediction['smiles'])

This returns False

Molfile has R-group attachment points, SMILES returns the molecule on the picture.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions