├── GeoTr.py ├── LICENSE ├── README.md ├── distorted ├── 111.png ├── 112.png └── 113.jpg ├── extractor.py ├── inference.py ├── position_encoding.py ├── rectified ├── 111_geo.png ├── 112_geo.png └── 113_geo.png └── requirements.txt /GeoTr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepfoolisher/My-DocTr-Plus/HEAD/GeoTr.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepfoolisher/My-DocTr-Plus/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepfoolisher/My-DocTr-Plus/HEAD/README.md -------------------------------------------------------------------------------- /distorted/111.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepfoolisher/My-DocTr-Plus/HEAD/distorted/111.png -------------------------------------------------------------------------------- /distorted/112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepfoolisher/My-DocTr-Plus/HEAD/distorted/112.png -------------------------------------------------------------------------------- /distorted/113.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepfoolisher/My-DocTr-Plus/HEAD/distorted/113.jpg -------------------------------------------------------------------------------- /extractor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepfoolisher/My-DocTr-Plus/HEAD/extractor.py -------------------------------------------------------------------------------- /inference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepfoolisher/My-DocTr-Plus/HEAD/inference.py -------------------------------------------------------------------------------- /position_encoding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepfoolisher/My-DocTr-Plus/HEAD/position_encoding.py -------------------------------------------------------------------------------- /rectified/111_geo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepfoolisher/My-DocTr-Plus/HEAD/rectified/111_geo.png -------------------------------------------------------------------------------- /rectified/112_geo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepfoolisher/My-DocTr-Plus/HEAD/rectified/112_geo.png -------------------------------------------------------------------------------- /rectified/113_geo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepfoolisher/My-DocTr-Plus/HEAD/rectified/113_geo.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepfoolisher/My-DocTr-Plus/HEAD/requirements.txt --------------------------------------------------------------------------------