Spaces:
Runtime error
Runtime error
File size: 688 Bytes
6163604 |
1 2 3 4 5 6 7 8 9 10 11 |
# ScanSSD: Scanning Single Shot Detector for Math in Document Images
A [PyTorch](http://pytorch.org/) implementation of ScanSSD [Scanning Single Shot MultiBox Detector](https://paragmali.me/scanning-single-shot-detector-for-math-in-document-images/) by [**Parag Mali**](https://github.com/MaliParag/). It was developed using SSD implementation by [**Max deGroot**](https://github.com/amdegroot).
All credit goes to the authors of the paper and the original implementation.
---
I have made some changes to the original implementation to make it work with the latest version of PyTorch and Python.
I have also removed some unnecessary files, in particular the ones related to dataset. |