samunder singh

Results 33 comments of samunder singh

Now it is passing all the backed test . and it is ready to merge. ![image](https://github.com/unifyai/ivy/assets/83540902/442dcb4a-f314-4541-8a30-a580bfd258db)

```bash conda install pytorch==1.12.1 torchvision==0.13.1 torchaudio==0.12.1 cudatoolkit=11.3 -c pytorch ``` use this torch version with 11.3 toolkit and remove the troch and torchvision from requirements and then install the req.

```python from ultralytics import YOLO import cv2 import numpy as np # Load a model model = YOLO('runs/obb/train/weights/best.pt') # pretrained YOLOv8n model # Run batched inference on a list of...