Ahmad Mustafa Anis

Results 17 issues of Ahmad Mustafa Anis

I do not want to perform detection first, then recognition. I want to perform recognition straight on the image i pass. Code: ``` self.ocr = easyocr.Reader( ["en"], gpu=False, detector=False, quantize=True,...

Hi, I am trying to run DPC on google colab, but it is just not working, can you please give a notebook that is running DPC on colab.

Hi, I do have 2 images, 1 is shirt, 2nd is person. How can I test on these 2 images. I am unable to do so.

I want to create a bubble chart using this library. This is the code ``` import dash import dash_alternative_viz as dav import pandas as pd import plotly.express as px from...

How to test on CPU? Setting number of GPUs to 0 don't work. ``` bash tools/dist_test.sh configs/body/2d_kpt_sview_rgb_img/deeppose/coco/res101_coco_256x192.py ../weights/mae_pretrain_vit_base.pth 0 ``` Error: ``` FutureWarning, Traceback (most recent call last): File "/usr/lib/python3.7/runpy.py",...

How can we fine-tune it on a single subject with some 10-15 photos and instance/class prompts?

### 🐛 Describe the bug ``` frame_001330_003.PNG was no found. Please make sure that the dataset was downloaded and that the path is correct ``` The dataloader should automatically handle...

:grey_question: Need more info

For a single entry, the tuple is not created. Using a list we can run the demo on a single image/text. i.e ``` images = [PIL.Image.open(fname) for fname in (...

use dict instead of nested if

When a Cell is executed in Google Colab, it gives a notification for execution (Successfully or Failed). ![image](https://github.com/microsoft/vscode-jupyter/assets/47111429/1db44fbe-c4cc-4619-af2f-2d05f0eb2633) Since VS Code is also based on Chrome, I believe it should...

notebook-workflow
feature-request