Atul Shukla

Results 16 issues of Atul Shukla

While passing an specific image to the pipeline it throws an error mentioned below- ~/Desktop/CascadeTabNet/Table Structure Recognition/Functions/blessFunc.py in borderless(table, image_path, res_cells) 330 MergedBoxes.append(cur_cell) 331 cur_cell = cell --> 332 cur_cell[2]...

Can you explain how can I remove the unwanted vertical lines in border-less table or at what specific block of code should I look for to resolve this?

In the XML file, the coordinates of the cell are added but how to add the coordinates of rows, columns, and tables too. How can I do that? Any help...

hi when i am running **filter_images.py** from terminal - `python filter_positive_images.py --src /home/admin1/video-object-detection-master/data/imagenet/n07840804/images --dst /home/admin1/video-object-detection-master/data/imagenet/n07840804/pos` it throws error- Traceback (most recent call last): File "filter_positive_images.py", line 47, in show_image(filename) File...

Hello Major, Thanks for writing the great tutorial.For model training I am using single words and unable to understand that how the prediction comes out in "print_random_prediction" function? Also after...

I am training model in Google Colab using my custom dataset and feeding data in coco format. I have already changed the number of classes in config file. But it...