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

General data #109

Open yang-chenyu104 opened 3 years ago

yang-chenyu104 commented 3 years ago

when i run General data,code appear ValueError: max() arg is an empty sequence,i ithink "for _ in range(max(labels) + 1)"appears problem.This may have no labels.What do i solve this problem,Thanks you very much,your code helps me very much.