Atul Shukla

Results 16 issues of Atul Shukla

I have an issue while following the given steps when I tried to train in own data set. It trains well and giving good result on data whose Id's are...

How can I add/extend MLP head in same model for detection? Let's say head is detecting objects A,B,C in a image and we want to train by adding or extend...

I am trying to inference with model on colab it throws following error - --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) [](https://localhost:8080/#) in () 12 res_img = cv2.resize(image, (512, 512))...

I would love to see a feature for extracting check-boxes in forms.

I have installed current spacy version 3. 1 and running the example with some modifications but it keeps throwing error of `ValueError: [E030] Sentence boundaries unset. You can add the...

hi, i created train_labels.csv and test_labels.csv files and when i run the script **generate_tfrecord.py** it throws me error- `Traceback (most recent call last): File "gentf.py", line 99, in tf.app.run() File...

Hi I am working on detection of objects in videos and want to use the given models in videos to detect. Kindly help

I want to train a model based on the same architecture but two different classification heads where one would detect layout of documents as table, text, title, figure etc and...

When ReadMe will be updated for processing borderless table?

I have trained yolo model for detecting tables and cells and using post processing scripts for borderless tables to make rows and columns out of it. But it completely misses...