Skip to content

[PR 2026] The official GitHub page of "AutoScaler: Self Scale Alignment for Handwritten Mathematical Expression Recognition"

Notifications You must be signed in to change notification settings

SCUT-DLVCLab/AutoScaler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

intro

AutoScaler

[PR 2026] AutoScaler: Self Scale Alignment for Handwritten Mathematical Expression Recognition

GitHub WGeong GitHub DLVC

Python 3.10 PyTorch 1.8.1 PyTorch Lightning 1.4.9

overall

🛠️ Installation

  • Clone this repo:
git clone https://github.com/SCUT-DLVCLab/AutoScaler.git
cd AutoScaler
  • Create a virtual environment:
conda create -n autoscaler python=3.10 -y
conda activate autoscaler
  • Install the required packages:
pip install -r requirements.txt

🔥 Training

  • Download and process the dataset into the dataset folder.
  • Generate the corresponding dictionary file dic.txt.
  • Set the CUDA device in train.py and run 🚀:
cd AutoScaler
python train.py

🧠 Inference

  • Set the checkpoint path in test.py and run:
python test.py

💐 Acknowledgements

This repo is modified based on BTTR. Special thanks for their contributions to the community.

🧰 Other Awesome Repos

📜License

The code should be used and distributed under (CC BY-NC-ND 4.0) for non-commercial research purposes.

📧Contacts

If you have any questions, feel free to contact the author at wente_young@foxmail.com.

About

[PR 2026] The official GitHub page of "AutoScaler: Self Scale Alignment for Handwritten Mathematical Expression Recognition"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages