YASH

Results 6 issues of YASH

I was training the model using Pytorch -GPU but it was throwing error "RuntimeError: CUDA out of memory. Tried to allocate 64.00 MiB (GPU 0; 5.00 GiB total capacity; 3.73...

Is it possible to reduce thickness of line during training & it is possible during training convert to smooth vector

Is it Possible to annotate for our own dataset & could you please share me procedure to annotate edges in images

import torch import torchvision from torchvision.models.detection.anchor_utils import AnchorGenerator # Load the pre-trained model from the .pth file images, targets = next(iterator) images = list(image.to(device) for image in images) with torch.no_grad():...

could you please release version with windows support

hello i am trying to detect the aruco marker but i am getting error No implementation found for long org.opencv.aruco.Aruco.getPredefinedDictionary based on my code package com.example.opencv_aruco; import android.app.Activity; import android.os.Bundle;...