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

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.
For some images, molfile and smiles generated by MolScribe are different.
This returns False
Molfile has R-group attachment points, SMILES returns the molecule on the picture.