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

Comment out cv2.imshow and cv2.waitKey #118

Closed mhmd-azeez closed 3 years ago

mhmd-azeez commented 3 years ago

Using cv2.imshow and cv2.waitKey causes errors in Google Colab. I have commented them out so that people starting out can run the google colab notebook without any issues. If this is not something you want, feel free to close the PR without merging it.