Image-to-Text
baysicx commited on
Commit
3351fec
·
verified ·
1 Parent(s): 59e0a13

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -14,11 +14,11 @@ IDEA-OCSR (Optical Chemical Structure Recognition) maintains the core architectu
14
  Due to commercial patent restrictions, we are releasing the model weights in a format compatible with the original open source license. The weights for IDEA-OCSR-v1.0.0 can be loaded using the exact same inference logic as the original MolScribe to allow for a seamless transition.
15
 
16
  ## Key Improvements
17
- - Enhanced Complex Scenarios: There is a significant improvement in recognition accuracy for multi-cyclic structures and chiral molecules as well as other highly complex molecular graphs.
18
 
19
- - Optimized Algorithms: We have implemented advanced logic for the image input stage and refined the postprocessing validation for decoded molecular topologies. Please note that the specific source code for these optimized algorithms is currently not open source.
20
 
21
- - Superior Performance: The model achieves higher benchmarks compared to the original version across various public datasets.
22
 
23
  ## Quick Start
24
  Since IDEA-OCSR is architecturally compatible with MolScribe, you can use the official MolScribe codebase and point the weight path to this repository.
 
14
  Due to commercial patent restrictions, we are releasing the model weights in a format compatible with the original open source license. The weights for IDEA-OCSR-v1.0.0 can be loaded using the exact same inference logic as the original MolScribe to allow for a seamless transition.
15
 
16
  ## Key Improvements
17
+ - **Enhanced Complex Scenarios**: There is a significant improvement in recognition accuracy for multi-cyclic structures and chiral molecules as well as other highly complex molecular graphs.
18
 
19
+ - **Optimized Algorithms**: We have implemented advanced logic for the image input stage and refined the postprocessing validation for decoded molecular topologies. Please note that the specific source code for these optimized algorithms is currently not open source.
20
 
21
+ - **Superior Performance**: The model achieves higher benchmarks compared to the original version across various public datasets.
22
 
23
  ## Quick Start
24
  Since IDEA-OCSR is architecturally compatible with MolScribe, you can use the official MolScribe codebase and point the weight path to this repository.