Aleesha Jaganath

Results 1 comments of Aleesha Jaganath

I used transformers 4.41.2 and able to export import torch from transformers import AutoImageProcessor, DeformableDetrForObjectDetection from PIL import Image import requests url = "http://images.cocodataset.org/val2017/000000039769.jpg" image = Image.open(requests.get(url, stream=True).raw) image_processor =...