Skip to content

YOLOv3 to detect mathematical expressions in scientific papers

License

Notifications You must be signed in to change notification settings

salvacarrion/yolo4math

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLO4MATH

Detecting mathematical expressions in scientific papers using YOLO and SSD

YOLO

Model variant: YOLOv3

The number of filters previous to the YOLO layers must be computed with the following formula:

num_clusters * (num_classes + 5)

where num_clusters are the number of clusters used by the YOLO layer, not the total number.

Examples

YOLOv3

YOLOv3 detecting equations - page 1

YOLOv3 detecting equations - page 1

SSD

The same... but with SSD 🤷🏻‍♂️

About

YOLOv3 to detect mathematical expressions in scientific papers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages