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.49k stars 427 forks source link

Do i need cuda support in production #35

Closed weinixuehao closed 4 years ago

weinixuehao commented 4 years ago

How to deploy in production? My server is aliyun which has not gpu card.

DevashishPrasad commented 4 years ago

We are not sure about how to deploy the models because we didn't

but as far as development is concerned you wil need cuda based GPU and cannot be done using a CPU

You will need to convert our GPU based models to CPU using some third party libraries like ONNX

Again i am not sure about that it would work

weinixuehao commented 4 years ago

@DevashishPrasad Cloud gpu server cost is high so deploying on own computer come with a gpu card is better choice ?

DevashishPrasad commented 4 years ago

Yes I think so