DevashishPrasad / CascadeTabNet

This repository contains the code and implementation details of the CascadeTabNet paper "CascadeTabNet: An approach for end to end table detection and structure recognition from image-based documents"
MIT License
1.46k stars 422 forks source link

Getting rid of GPUs for running detections (No training reqd) #117

Closed hunstle closed 3 years ago

hunstle commented 3 years ago
  1. Just for using the model for getting table area detection results (running detections), can I get rid of GPUs?
  2. If yes, how?