Skip to content
This repository was archived by the owner on Dec 29, 2025. It is now read-only.

Latest commit

 

History

History
14 lines (13 loc) · 639 Bytes

File metadata and controls

14 lines (13 loc) · 639 Bytes

mathnet

  1. Download CROHME 2013 dataset and place it in the datasets folder
  2. Execute the main.py script. (python main.py)
  3. Once the script is finished the converted dataset is available in the output folder
  4. Clone the py-faster-rcnn repository (mathnet branch) https://github.com/martomi/py-faster-rcnn/tree/mathnet
  5. Follow the instruction there to set it up
  6. Link the files produced by this script as follows:
py-faster-rcnn/data/mathnet/data/Annotations
py-faster-rcnn/data/mathnet/data/Images
py-faster-rcnn/data/mathnet/data/rcnn-split/test.txt
  1. Now you should be able to train the network on the CROHME dataset