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

Correcting Path to optional.txt in Setup #136

Open MandyKwok opened 3 years ago

MandyKwok commented 3 years ago

In setup, "pip install -r "/content/mmdetection/requirements/optional.txt" is outdated. It should be "pip install -r "/requirements/optional.txt".