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

demo error "ModuleNotFoundError: No module named 'mmdet'" #111

Open Andrew05200 opened 3 years ago

Andrew05200 commented 3 years ago

I just run the demo on colab, cells above all are runned, but get the error. image

wangwen-whu commented 3 years ago

Hi, I have meet the same error, have you solved it? Could you tell me which step is wrong? Or which step I need to change. Thank you very much!

shivampuri20 commented 3 years ago

do !pip install -U ipykernel and restart the kernel

PriyankaJain-1998 commented 2 years ago

let me know if the issue is solved because facing the same issue

omrastogi commented 2 years ago

do !pip install -U ipykernel and restart the kernel

This doesn't seem to be working

poornaprudhvigu-kore commented 2 years ago

One of the reasons could be you are using a cpu machine. Please check if cuda/GPU is available. Some versions of mmdet only compiles on GPU.