AI4Industry commited on
Commit
99e0752
·
verified ·
1 Parent(s): c8356c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -4,7 +4,9 @@ license: mit
4
 
5
  # Molecule Detection YOLO in MolParser
6
 
7
- From paper: "*MolParser: End-to-end Visual Recognition of Molecule Structures in the Wild*" (ICCV2025 under review)
 
 
8
 
9
  We provide several [ultralytics YOLO11]((https://github.com/ultralytics/ultralytics)) weights for molecule detection with different size & input resolution.
10
 
@@ -66,3 +68,4 @@ model = YOLO("moldet_yolo11l_960_doc.pt")
66
  model.predict("path/to/pdf_page_image.png", save=True, imgsz=960, conf=0.5)
67
  ```
68
 
 
 
4
 
5
  # Molecule Detection YOLO in MolParser
6
 
7
+ From paper: "*MolParser: End-to-end Visual Recognition of Molecule Structures in the Wild*" (ICCV2025 Accept)
8
+
9
+ [Arxiv Paper](https://arxiv.org/abs/2411.11098) | [Huggingface Dataset](https://huggingface.co/datasets/AI4Industry/MolParser-7M) | [OCSR Demo](https://ocsr.dp.tech/)
10
 
11
  We provide several [ultralytics YOLO11]((https://github.com/ultralytics/ultralytics)) weights for molecule detection with different size & input resolution.
12
 
 
68
  model.predict("path/to/pdf_page_image.png", save=True, imgsz=960, conf=0.5)
69
  ```
70
 
71
+