kananvyas
kananvyas
Can you share your results?
Can you send your input image? Also, You can try modifying kernels
Hey, great problem statement. As you can see the 8th and 9th columns are bit blurry. What you can try is: 1. Try resizing the kernels for dilation/erosion. Use (3,3)...
is there any spoofed dataset for Indian/Brown Faces?
is this feature added in pillow?
Hi @jordanparker6 , I tried your script for `LayoutLMv3ForObjectDetection`, ``` Examples: ```python >>> from transformers import LayoutLMv3FeatureExtractor, LayoutLMv3ForObjectDetection >>> from PIL import Image >>> import requests >>> url = "http://images.cocodataset.org/val2017/000000039769.jpg"...
Same issue, I want to convert LayoutLMv3 Object Detection model to ONNX. But not getting any help: The final error I'm getting is ```Cell In[10], line 48 41 onnx.save( 42...