OChemR icon indicating copy to clipboard operation
OChemR copied to clipboard

From a chemical reaction image, detect and classify molecules, text and arrows by using the Vision Transformer DETR. Comparisons with well-established CNNs (RetinaNet and FasterRCNN also provided). T...

Results 3 OChemR issues
Sort by recently updated
recently updated
newest added

I have two questions here: i) looks like get_max_radius(bwimg,[(x1,y1),(x2,y2)]) is missing in your findArrows.py. ii) you are currently using the ocr_model = ocr_predictor(det_arch='db_resnet50', reco_arch='crnn_vgg16_bn', pretrained=True, assume_straight_pages = True) as the...

Building on #1, a good README should have step-by-step instructions for a minimal example on how to use the software

How can this code be installed locally? Ideally that can be done using `pip`, either through PyPI or via GitHub