Mahesh Deshwal
Mahesh Deshwal
You can [See this kaggle tutorial](https://www.kaggle.com/code/ammarnassanalhajali/layout-parser-model-training?scriptVersionId=77893632&cellId=13) but the thing is that there is not enough information given on why some specific things have been done.
@osushilover you can [try this little demo](https://colab.research.google.com/drive/1MZDAlLs9j9p6xIAx0rqkHib30CqF7Vqe?usp=sharing) in the meanwhile. too slow though.
> @deshwalmahesh You have the technical skills to build a Colab notebook from Python! I admire you. > > I tried the code you provided and it was indeed slow...
I feel that this model is specially created for objects that have a "latticed" structure and highly optimized for those. As you know each model is data dependent and it...
> Can you upload the result file for evaluating the performance? @user-wu You can clone / fork my repo [and try this Demo which works on CPU](https://github.com/deshwalmahesh/TRACER/blob/main/Demo.ipynb) though I haven't...
thanks for the update. Can you help me out in the direction or the flow. Maybe a documentation or blog?
Hey @wolfshow , thanks for updating. Can you please let me know on any tentative date. Also, it'd be so great if you could help me out a bit with...
@SaraAmd , have you checked the `torch` version? Maybe you're using a different / older version. Also, put the code comment inside ``` ''' Your Code Here ''' ``` instead...
> Not sure how to fix this. After `requirements.txt` install, run `pip install . # setup project (**what you missed**)` You should run `python setup.py install` . Authors have missed...
Hi @Kikedao , this is an awesome app you have built. Much respect. I just have 1 question. Are you using any other pre or post processing method too? I...